mirror of
https://github.com/gryf/wicd.git
synced 2025-12-31 11:02:33 +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 @@
|
||||
# Get service config - may override defaults
|
||||
# [ -f /etc/sysconfig/wicd ] && . /etc/sysconfig/wicd
|
||||
|
||||
WICD_BIN=/usr/sbin/wicd
|
||||
WICD_BIN=/usr/bin/wicd
|
||||
|
||||
start() {
|
||||
# Check if the service is already running?
|
||||
|
||||
Reference in New Issue
Block a user