[Cdd-commits] cdd/common/cdd/share/cdd/unixgroups cdd-actions,1.13,1.14

Andreas Tille debian-custom@lists.debian.org
Sat, 26 Jun 2004 22:03:23 +0000


Update of /cvsroot/cdd/cdd/common/cdd/share/cdd/unixgroups
In directory haydn:/tmp/cvs-serv5552/cdd/share/cdd/unixgroups

Modified Files:
	cdd-actions 
Log Message:
Preparation for next release.


Index: cdd-actions
===================================================================
RCS file: /cvsroot/cdd/cdd/common/cdd/share/cdd/unixgroups/cdd-actions,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- cdd-actions	22 Jun 2004 20:55:15 -0000	1.13
+++ cdd-actions	26 Jun 2004 22:03:21 -0000	1.14
@@ -160,7 +160,7 @@
 		CDDROLES=`getCDDRoleList ${CDD}`
 		ROLES=""
 		for ROLE in ${CDDROLES}; do
-			for USER in `getUsersInRole ${CDD} ${ROLE}`; do
+			for USER in `getUsersInRole ${CDD} ${ROLE} 1`; do
 				test "${USER}" == "${CDDUSER}" && \
 					ROLES="${ROLES} ${ROLE}"
 			done