mirror of
https://github.com/gryf/wicd.git
synced 2025-12-19 04:20:22 +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
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
WICD_DAEMON=/usr/bin/wicd
|
WICD_DAEMON=/usr/bin/wicd
|
||||||
WICD_PIDFILE=/run/wicd/wicd.pid
|
WICD_PIDFILE=/run/wicd.pid
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need dbus
|
need dbus
|
||||||
|
|||||||
1
setup.py
1
setup.py
@@ -224,6 +224,7 @@ class configure(setuptools.Command):
|
|||||||
elif self.distro in ['gentoo']:
|
elif self.distro in ['gentoo']:
|
||||||
self.init = '/etc/init.d/'
|
self.init = '/etc/init.d/'
|
||||||
self.initfile = 'data/init/gentoo/wicd'
|
self.initfile = 'data/init/gentoo/wicd'
|
||||||
|
self.pidfile = '/run/wicd.pid'
|
||||||
elif self.distro in ['pld']:
|
elif self.distro in ['pld']:
|
||||||
self.init = '/etc/rc.d/init.d/'
|
self.init = '/etc/rc.d/init.d/'
|
||||||
self.initfile = 'data/init/pld/wicd'
|
self.initfile = 'data/init/pld/wicd'
|
||||||
|
|||||||
Reference in New Issue
Block a user