mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 12:28:08 +01:00
Improved compatibility with the init system in Fedora/RHEL/CentOS.
This commit is contained in:
1
setup.py
1
setup.py
@@ -238,6 +238,7 @@ class configure(Command):
|
||||
elif self.distro in ['redhat','centos','fedora']:
|
||||
self.init = '/etc/rc.d/init.d/'
|
||||
self.initfile = 'init/redhat/wicd'
|
||||
self.pidfile = '/var/run/wicd.pid'
|
||||
elif self.distro in ['slackware','slamd64','bluewhite64']:
|
||||
self.init = '/etc/rc.d/'
|
||||
self.initfile = 'init/slackware/rc.wicd'
|
||||
|
||||
Reference in New Issue
Block a user