mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 12:28:08 +01:00
Changed DHCP client order to dhcpcd -> pump -> dhclient
This commit is contained in:
4
setup.py
4
setup.py
@@ -86,6 +86,8 @@ class configure(Command):
|
||||
('initfilename=', None, "set the name of the init file (don't use)"),
|
||||
('wicdgroup=', None, "set the name of the group used for wicd"),
|
||||
('distro=', None, 'set the distribution for which wicd will be installed'),
|
||||
('loggroup=', None, 'the group the log file belongs to'),
|
||||
('logperms=', None, 'the log file permissions'),
|
||||
|
||||
# Configure switches
|
||||
('no-install-init', None, "do not install the init file"),
|
||||
@@ -220,6 +222,8 @@ class configure(Command):
|
||||
self.pidfile = '/var/run/wicd/wicd.pid'
|
||||
self.initfilename = os.path.basename(self.initfile)
|
||||
self.wicdgroup = 'users'
|
||||
self.loggroup = ''
|
||||
self.logperms = '0600'
|
||||
|
||||
def distro_check(self):
|
||||
print "Distro is: "+self.distro
|
||||
|
||||
Reference in New Issue
Block a user