CVSROOT: filter_tags.sh - show login name

arekm arekm at pld-linux.org
Tue Nov 6 10:22:35 CET 2007


Author: arekm                        Date: Tue Nov  6 09:22:35 2007 GMT
Module: CVSROOT                       Tag: HEAD
---- Log message:
- show login name

---- Files affected:
CVSROOT:
   filter_tags.sh (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: CVSROOT/filter_tags.sh
diff -u CVSROOT/filter_tags.sh:1.23 CVSROOT/filter_tags.sh:1.24
--- CVSROOT/filter_tags.sh:1.23	Tue Nov  6 10:21:33 2007
+++ CVSROOT/filter_tags.sh	Tue Nov  6 10:22:29 2007
@@ -103,27 +103,27 @@
 fi
 
 if [ "$INVALID_BRANCH" = 1 -a "$SUPERUSER" != 1 ]; then
-	echo "This tag is invalid (typo perhaps). You are not allowed to use this tag"
+	echo "This tag is invalid (typo perhaps). You ($CVSUSER) are not allowed to use this tag"
 	exit 2
 fi
 
 if [ "$RESTRICTED_BRANCH" = 1 -a "$SUPERUSER" != 1 ]; then
-	echo "You are not allowed to use this tag"
+	echo "You ($CVSUSER) are not allowed to use this tag"
 	exit 2
 fi
 
 if [ "$SEMI_RESTRICTED_BRANCH" = 1 -a "$SUPERUSER" != 1 -a "$2" = del ]; then
-	echo "You are not allowed to remove this tag. Use -F option."
+	echo "You ($CVSUSER) are not allowed to remove this tag. Use -F option."
 	exit 3
 fi
 
 if [ "$AC_RESTRICTED" = 1 -a "$AC_ADMIN" != 1 ]; then
-	echo "You are not allowed to change this tag."
+	echo "You ($CVSUSER) are not allowed to change this tag."
 	exit 4;
 fi
 
 if [ "$AC_SEMI_RESTRICTED" = 1 -a "$AC_ADMIN" != 1 -a "$2" = del ]; then
-	echo "You are not allowed to remove this tag. Use -F option."
+	echo "You ($CVSUSER) are not allowed to remove this tag. Use -F option."
 	exit 3
 fi
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/CVSROOT/filter_tags.sh?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list