Commit aec66bae authored by 's avatar

Updated from 2.1.0 branch

parent 400432a6
...@@ -110,8 +110,8 @@ def main(args): ...@@ -110,8 +110,8 @@ def main(args):
where options are: where options are:
-p -- Supply the path to the PCGI resource file. -p -- Supply the path to the PCGI resource file.
This defaults to %s. Note that this path This defaults to %s.
must include the file name. Note that this path must include the file name.
-g -- Supply the name of the unix group to which -g -- Supply the name of the unix group to which
the user that runs your web server belongs. the user that runs your web server belongs.
...@@ -137,6 +137,9 @@ def main(args): ...@@ -137,6 +137,9 @@ def main(args):
if k=='-p': pcgi=v if k=='-p': pcgi=v
elif k=='-g': group=v elif k=='-g': group=v
elif k=='-u': user=v elif k=='-u': user=v
elif k=='-h':
print usage
sys.exit()
import compilezpy import compilezpy
print '-'*78 print '-'*78
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment