Commit 3c2b5f7e authored by Ken Manheimer's avatar Ken Manheimer

Move the zpasswd activity to below the permissions setting ones,

particularly so the password report doesn't get scrolled off the
screen!

I'm removing the default_perms line - the permissions setting stuff
has gotten combined into the default_content module.
parent b093b521
......@@ -103,9 +103,8 @@ def main(me):
import compilezpy
import build_extensions
user=group=''
import zpasswd; zpasswd.write_access(home, user, group)
import default_content; default_content.main(home, user, group)
import default_perms; default_perms.main(home, user, group)
import zpasswd; zpasswd.write_access(home, user, group)
pcgi=os.path.join(home, 'Zope.cgi')
import make_start; make_start.sh(home, user, group)
......
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