[Fusionforge-commits] FusionForge branch Branch_5_2 updated. 64b37021a9689a667497a5406e2371b7dbabf379

Roland Mas lolando at fusionforge.org
Tue Jan 7 10:11:09 CET 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, Branch_5_2 has been updated
       via  64b37021a9689a667497a5406e2371b7dbabf379 (commit)
      from  dbcf0051539e1a001b15f34e3d4dc8865e229211 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 64b37021a9689a667497a5406e2371b7dbabf379
Author: Roland Mas <lolando at debian.org>
Date:   Tue Jan 7 10:09:29 2014 +0100

    Renamed lock file for consistency [#434]

diff --git a/src/deb-specific/update-user-group-ssh.sh b/src/deb-specific/update-user-group-ssh.sh
index f493c9b..7f57227 100755
--- a/src/deb-specific/update-user-group-ssh.sh
+++ b/src/deb-specific/update-user-group-ssh.sh
@@ -4,7 +4,7 @@ then
 	echo "You must be root to run this, please enter passwd"
 	su -c $0
 else
-    LOCK=/var/lock/gforge-update-user-group-cvs
+    LOCK=/var/lock/gforge-update-user-group-ssh
     if ! lockfile-create --retry 2 $LOCK ; then
 	echo "$0 locked, please try again later."
 	exit 1

-----------------------------------------------------------------------

Summary of changes:
 src/deb-specific/update-user-group-ssh.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list