sysadmin-bin r88 - trunk



Author: otaylor
Date: Wed Mar 25 14:50:25 2009
New Revision: 88
URL: http://svn.gnome.org/viewvc/sysadmin-bin?rev=88&view=rev

Log:
2009-01-14  Owen Taylor  <otaylor redhat com>

        * run-git-or-special-cmd: Remove the sudo from running of
        create-repository ... we'll let the script sudo itself, instead
        of having to get the logic right in two places.


Modified:
   trunk/ChangeLog
   trunk/run-git-or-special-cmd

Modified: trunk/run-git-or-special-cmd
==============================================================================
--- trunk/run-git-or-special-cmd	(original)
+++ trunk/run-git-or-special-cmd	Wed Mar 25 14:50:25 2009
@@ -10,7 +10,7 @@
 
     case "$COMMAND" in
 	create-repository)
-	    exec sudo -u gitadmin /home/admin/gitadmin-bin/create-repository "$@"
+	    exec /home/admin/gitadmin-bin/create-repository "$@"
 	    ;;
 
 	finish-import)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]