Mercurial > p > roundup > code
diff roundup/scripts/roundup_server.py @ 3283:4fe232899be8 maint-0.8
merge from HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 13 Apr 2005 06:19:54 +0000 |
| parents | ca122bc16277 |
| children |
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py Wed Apr 13 06:11:15 2005 +0000 +++ b/roundup/scripts/roundup_server.py Wed Apr 13 06:19:54 2005 +0000 @@ -17,7 +17,7 @@ """Command-line script that runs a server over roundup.cgi.client. -$Id: roundup_server.py,v 1.74.2.4 2005-04-13 06:11:15 richard Exp $ +$Id: roundup_server.py,v 1.74.2.5 2005-04-13 06:12:02 richard Exp $ """ __docformat__ = 'restructuredtext' @@ -263,7 +263,7 @@ return # if root, setgid to the running user - if not os.getuid(): + if os.getuid(): print _('WARNING: ignoring "-g" argument, not root') return
