mirror of
https://github.com/gryf/wicd.git
synced 2025-12-18 12:00:24 +01:00
Change location for Gentoo installation.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
WICD_DAEMON=/usr/bin/wicd
|
||||
WICD_PIDFILE=/run/wicd/wicd.pid
|
||||
WICD_PIDFILE=/run/wicd.pid
|
||||
|
||||
depend() {
|
||||
need dbus
|
||||
|
||||
1
setup.py
1
setup.py
@@ -224,6 +224,7 @@ class configure(setuptools.Command):
|
||||
elif self.distro in ['gentoo']:
|
||||
self.init = '/etc/init.d/'
|
||||
self.initfile = 'data/init/gentoo/wicd'
|
||||
self.pidfile = '/run/wicd.pid'
|
||||
elif self.distro in ['pld']:
|
||||
self.init = '/etc/rc.d/init.d/'
|
||||
self.initfile = 'data/init/pld/wicd'
|
||||
|
||||
Reference in New Issue
Block a user