/etc/functions.sh => /lib/functions.sh
[openwrt/staging/wigyori.git] / package / ppp / files / ppp.sh
index c516691329cf983755519adafe5b23c73ab38449..297a3291546988eaf9901feb466065d3ab80cd37 100755 (executable)
@@ -3,7 +3,7 @@
 [ -x /usr/sbin/pppd ] || exit 0
 
 [ -n "$INCLUDE_ONLY" ] || {
-       . /etc/functions.sh
+       . /lib/functions.sh
        . ../netifd-proto.sh
        init_proto "$@"
 }