[debian-edu-commits] debian-edu/italc.git (#107) - master (branch) updated: debian/1_2.0.0-3-9-g523c061

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


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

    fix postinst script of italc-client

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

Summary of changes:
 debian/italc-client.postinst |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/debian/italc-client.postinst b/debian/italc-client.postinst
index 7c2081f..1d752b3 100755
--- a/debian/italc-client.postinst
+++ b/debian/italc-client.postinst
@@ -109,7 +109,7 @@ case "$1" in
 
 		db_get italc-client/group-italc-student
 		# for sanity: we take everything as a group name until we fine a blank...
-		group=$(echo $RET cut -d" " -f1)
+		group=$(echo $RET | cut -d" " -f1)
 
 		if ! getent group "$group" 1>/dev/null; then
 			if echo "$group" | egrep -v '^[[:digit:]]{1,5}$' 1>/dev/null; then
@@ -124,7 +124,7 @@ case "$1" in
 				echo "Creating $group group." 1>&2
 				addgroup --system $group
 			else
-				echo "Group »student« already exists." 1>&2
+				echo "Group »$group« already exists." 1>&2
 			fi
 		fi
 


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