mirror of
https://github.com/gryf/wicd.git
synced 2025-12-30 18:32:28 +01:00
Removed bin/sbin out of config options.
Let's do this in pythonic way, optionally leave the decision to package maintainers, where to put binaries.
This commit is contained in:
@@ -19,7 +19,7 @@ PATH=/usr/sbin:/usr/bin:/sbin:/bin
|
||||
DESC="Network connection manager"
|
||||
NAME=wicd
|
||||
RUNDIR=/var/run/$NAME
|
||||
DAEMON=/usr/sbin/$NAME
|
||||
DAEMON=/usr/bin/$NAME
|
||||
DAEMON_ARGS=""
|
||||
PIDFILE=$RUNDIR/wicd.pid
|
||||
SCRIPTNAME=/etc/init.d/wicd
|
||||
|
||||
Reference in New Issue
Block a user