fedora-accounts export-shell-accounts.sh,1.3,1.4

Jeffrey Tadlock (jeffreyt) fedora-extras-commits at redhat.com
Mon Jun 19 02:06:45 UTC 2006


Author: jeffreyt

Update of /cvs/fedora/fedora-accounts
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5013

Modified Files:
	export-shell-accounts.sh 
Log Message:


Added the missing buildsign option in the initial creation of directories.



Index: export-shell-accounts.sh
===================================================================
RCS file: /cvs/fedora/fedora-accounts/export-shell-accounts.sh,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- export-shell-accounts.sh	25 Apr 2006 21:37:27 -0000	1.3
+++ export-shell-accounts.sh	19 Jun 2006 02:06:42 -0000	1.4
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-for I in build main web all; do
+for I in buildsign build main web all; do
 	mkdir -p /var/www/html/admin/accounts/shell-accounts-$I
 done
 ESA=/var/www/html/admin/accounts/export-shell-accounts.py




More information about the fedora-extras-commits mailing list