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

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: drtomc
  • Date: 2008-02-06 20:57:38 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:435
setup.py: Fix a couple of jail config glitches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
645
645
# The user jails are expected to be located immediately in subdirectories of
646
646
# this location.
647
647
jail_base = '/'
648
 
""" % repr(root_dir))
 
648
 
 
649
# The hostname for serving publicly accessible pages
 
650
public_host = %s
 
651
""" % (repr(root_dir),repr(public_host)))
649
652
 
650
653
        conf.close()
651
654
    except IOError, (errno, strerror):
733
736
    # password).
734
737
    # The "safe" version is in jailconf.py. Delete conf.py and replace it with
735
738
    # jailconf.py.
736
 
    # NOTE: The first thing action_rename does is call action_remove.
737
 
    action_copyfile('jail/opt/ivle/lib/conf/jailconf.py',
 
739
    action_copyfile('lib/conf/jailconf.py',
738
740
        'jail/opt/ivle/lib/conf/conf.py', dry)
739
741
 
740
742
    # Compile .py files into .pyc or .pyo files