~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/common/makeuser.py

  • Committer: mattgiuca
  • Date: 2008-02-01 02:51:03 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:364
setup.py: Fixed config command-line args (forgot to make general).
    db_port now checks that it is an int in the correct range, and writes it
    to conf.py as an int, instead of a string.
makeuser: Added comments about all the wonderful things it will one day do.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
# Module: MakeUser
19
19
# Author: Matt Giuca
20
 
# Date:   9/1/2008
 
20
# Date:   1/2/2008
21
21
 
22
 
# Allows creation of users. This sets up the user's jail and home directory
23
 
# within the jail.
 
22
# Allows creation of users. This sets up the following:
 
23
# * User's jail and home directory within the jail.
 
24
# * Subversion repository (TODO)
 
25
# * Check out Subversion workspace into jail (TODO)
 
26
# * Database details for user (TODO)
 
27
# * Unix user account (TODO)
24
28
 
25
29
import os
26
30
import shutil