1
0
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:
2020-08-31 22:00:46 +02:00
parent 780ded6802
commit 0507d514e8
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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'