[debian-edu-commits] debian-edu/italc.git (#108) - master (branch) updated: debian/1_2.0.0-3-10-gec21299

Mike Gabriel sunweaver at alioth.debian.org
Mon Aug 12 01:32:56 UTC 2013


The branch, master has been updated
       via  ec2129942a46aa8e119ad76db4771518a00f3de0 (commit)
      from  523c0616dcf280b6bfdd5e4b51973e6042bb8bde (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 ec2129942a46aa8e119ad76db4771518a00f3de0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Aug 12 01:50:51 2013 +0200

    fix prerm script of italc-client

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

Summary of changes:
 debian/italc-client.prerm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/italc-client.prerm b/debian/italc-client.prerm
index 3ee6b62..055bbbf 100755
--- a/debian/italc-client.prerm
+++ b/debian/italc-client.prerm
@@ -27,7 +27,7 @@ case "$1" in
 		fi
 		for role in admin supporter teacher student; do
 			db_get italc-client/italc-group-$role
-			group="$(echo $RET cut -d" " -f1)"
+			group=$(echo $RET | cut -d" " -f1)
 			if echo "$group" | egrep -v '^[[:digit:]]{1,5}$'; then
 				getent group $group >/dev/null && delgroup $group || \
 				    echo "Failed to remove group »$group« from the system."


hooks/post-receive
-- 
italc.git (Debian package italc)

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 "italc.git" (Debian package italc).




More information about the debian-edu-commits mailing list