gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge-plugin-scmcvs/bin install-cvs.sh, 1.1.1.1, 1.2


From: cbayle
Subject: [Gforge-commits] gforge-plugin-scmcvs/bin install-cvs.sh, 1.1.1.1, 1.2
Date: Wed, 02 Jun 2004 17:02:18 -0500

Update of /cvsroot/gforge/gforge-plugin-scmcvs/bin
In directory db.perdue.net:/tmp/cvs-serv20314/bin

Modified Files:
        install-cvs.sh 
Log Message:
Hey don't forget to change cvs-pserver path :)


Index: install-cvs.sh
===================================================================
RCS file: /cvsroot/gforge/gforge-plugin-scmcvs/bin/install-cvs.sh,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/install-cvs.sh    16 May 2004 16:52:23 -0000      1.1.1.1
+++ b/install-cvs.sh    2 Jun 2004 22:02:13 -0000       1.2
@@ -21,13 +21,13 @@
        update-inetd --comment-chars "#SF_WAS_HERE#" --enable cvspserver
         # Then, insinuate ourselves
        update-inetd --comment-chars "#SF_WAS_HERE#" --disable cvspserver
-       update-inetd --add  "cvspserver stream  tcp     nowait.400      root    
/usr/sbin/tcpd  /usr/lib/gforge/bin/cvs-pserver"
+       update-inetd --add  "cvspserver stream  tcp     nowait.400      root    
/usr/sbin/tcpd  /usr/lib/gforge/plugins/scmcvs/bin/cvs-pserver"
        ;;
 
     purge)
        echo "Purging inetd for cvs server"
        # echo "You should dpkg-reconfigure cvs to use std install"
-       update-inetd --remove  "cvspserver      stream  tcp     nowait.400      
root    /usr/sbin/tcpd  /usr/lib/gforge/bin/cvs-pserver"
+       update-inetd --remove  "cvspserver      stream  tcp     nowait.400      
root    /usr/sbin/tcpd  /usr/lib/gforge/plugins/scmcvs/bin/cvs-pserver"
        update-inetd --comment-chars "#SF_WAS_HERE#" --enable cvspserver
        ;;
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]