mirror of
https://github.com/gryf/wicd.git
synced 2025-12-31 02:52:29 +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:
@@ -5,7 +5,7 @@
|
||||
. /etc/rc.conf
|
||||
. /etc/rc.d/functions
|
||||
|
||||
WICD_BIN="/usr/sbin/wicd"
|
||||
WICD_BIN="/usr/bin/wicd"
|
||||
|
||||
if [ -f /var/run/wicd/wicd.pid ]; then
|
||||
PID="$(cat /var/run/wicd/wicd.pid)"
|
||||
|
||||
Reference in New Issue
Block a user