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:
@@ -5,7 +5,7 @@
|
||||
|
||||
# This is defined in /usr/lib/python2.6/site-packages/wicd/wpath.py
|
||||
PIDFILE="/var/run/wicd/wicd.pid"
|
||||
DAEMON="/usr/sbin/wicd"
|
||||
DAEMON="/usr/bin/wicd"
|
||||
|
||||
# Define start and stop functions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user