[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-146-gec3887f

Steffen Moeller moeller at debian.org
Sat Jan 1 23:38:36 UTC 2011


The following commit has been merged in the master branch:
commit fc3e0ac5e65241a33efdc21776f3acfd1b27374a
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Jan 1 21:59:57 2011 +0100

    Fixed stupid syntax quirk - thanks to lintian

diff --git a/debian/boinc-server.postinst b/debian/boinc-server.postinst
index e42cd20..a3d0796 100644
--- a/debian/boinc-server.postinst
+++ b/debian/boinc-server.postinst
@@ -10,7 +10,7 @@ case "$1" in
             if ! addgroup --quiet --system boincadm; then
 		echo "could not add group 'boincadm'"
 		exit 1
-	    if
+	    fi
         fi
         if ! getent group | grep boincadm | grep -q www-data; then
             if ! adduser www-data boincadm; then

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list