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

« back to all changes in this revision

Viewing changes to ivle/makeuser.py

  • Committer: Matt Giuca
  • Date: 2009-04-28 11:22:35 UTC
  • Revision ID: matt.giuca@gmail.com-20090428112235-fhfk6e1qegtboo0y
Fixed docstring in makeuser (don't refer to ivle.conf).

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
    Creates (overwriting any existing file, and creating directories) a
255
255
    file /etc/ivle/ivle.conf in a given user's jail.
256
256
    @param username: Username.
257
 
    @param user_jail_dir: User's jail dir, ie. ivle.conf.jail_base + username
 
257
    @param user_jail_dir: User's jail dir, ie. ['jails']['src'] + username
258
258
    @param svn_pass: User's SVN password.
259
259
    @param sys_config: An ivle.config.Config object (the system-wide config).
260
260
    """