gforge-commits
[Top][All Lists]
Advanced

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

[Gforge-commits] gforge/debian gforge-cvs.postinst.dsfh-in,1.4,1.5


From: cbayle
Subject: [Gforge-commits] gforge/debian gforge-cvs.postinst.dsfh-in,1.4,1.5
Date: Fri, 12 Mar 2004 19:55:42 -0600

Update of /cvsroot/gforge/gforge/debian
In directory db.perdue.net:/tmp/cvs-serv21727/debian

Modified Files:
        gforge-cvs.postinst.dsfh-in 
Log Message:
Only update cvs related stuffs


Index: gforge-cvs.postinst.dsfh-in
===================================================================
RCS file: /cvsroot/gforge/gforge/debian/gforge-cvs.postinst.dsfh-in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gforge-cvs.postinst.dsfh-in 30 May 2003 14:47:24 -0000      1.4
+++ gforge-cvs.postinst.dsfh-in 13 Mar 2004 01:55:39 -0000      1.5
@@ -33,7 +33,8 @@
        /usr/lib/gforge/bin/install-cvs.sh configure
 
        # Making user group and cvs update from database 
-       /usr/lib/gforge/bin/update-user-group-cvs.sh
+       #/usr/lib/gforge/bin/update-user-group-cvs.sh
+       /usr/lib/gforge/bin/cvs_dump_update.pl
 
        # logs
        chown root:gforge /var/log/gforge/cvs
@@ -42,8 +43,8 @@
        db_stop
 
        # Restart some services
-       [ -d /etc/ssh ] && invoke-rc.d ssh start || true
-       [ -d /etc/ssh-nonfree ] && invoke-rc.d ssh-nonfree start || true
+       [ -d /etc/ssh ] && invoke-rc.d ssh restart || true
+       [ -d /etc/ssh-nonfree ] && invoke-rc.d ssh-nonfree restart || true
        
     ;;
 





reply via email to

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