fedora-accounts export-shell-accounts.py,1.6,1.7

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Thu Dec 13 17:03:00 UTC 2007


Author: mmcgrath

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

Modified Files:
	export-shell-accounts.py 
Log Message:
Svn seems to require this


Index: export-shell-accounts.py
===================================================================
RCS file: /cvs/fedora/fedora-accounts/export-shell-accounts.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- export-shell-accounts.py	5 Dec 2007 15:44:37 -0000	1.6
+++ export-shell-accounts.py	13 Dec 2007 17:02:58 -0000	1.7
@@ -51,7 +51,7 @@
                 open('%s/%s.pub' % (outdir, username), 'w').write(ssh_key + '\n')
             else:
                 open('%s/%s.pub' % (outdir, username), 'w').write('INVALID_KEY' + '\n')
-            basic_line = "%s:x:%s:%s:%s:/home/fedora/%s:/usr/bin/run-git" % (
+            basic_line = "%s:x:%s:%s:%s:/home/fedora/%s:/bin/bash" % (
                     username, uid, uid, gecos, username)
         else:
             # Admin groups get full shell access




More information about the fedora-extras-commits mailing list