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:
@@ -2,7 +2,7 @@
|
||||
# Copyright 1999-2020 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
WICD_DAEMON=/usr/sbin/wicd
|
||||
WICD_DAEMON=/usr/bin/wicd
|
||||
WICD_PIDFILE=/run/wicd/wicd.pid
|
||||
|
||||
depend() {
|
||||
|
||||
Reference in New Issue
Block a user