/etc/functions.sh => /lib/functions.sh

SVN-Revision: 32062
This commit is contained in:
Jo-Philipp Wich
2012-06-05 16:04:23 +00:00
parent 9a61b249c5
commit 9ae901445b
25 changed files with 26 additions and 26 deletions

View File

@@ -3,7 +3,7 @@
[ -x /usr/sbin/pppd ] || exit 0
[ -n "$INCLUDE_ONLY" ] || {
. /etc/functions.sh
. /lib/functions.sh
. ../netifd-proto.sh
init_proto "$@"
}