summaryrefslogtreecommitdiffstats
path: root/package/6to4/files/6to4.sh
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-06-05 16:04:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-06-05 16:04:23 +0000
commit9ae901445be2f33658142e401556818edbafaaf7 (patch)
treed8595eead1ed3c62440f17d6398343a1029a5be6 /package/6to4/files/6to4.sh
parent9a61b249c5a355ce95747200302e353a0d30bea0 (diff)
downloadmaster-31e0f0ae-9ae901445be2f33658142e401556818edbafaaf7.tar.gz
master-31e0f0ae-9ae901445be2f33658142e401556818edbafaaf7.tar.bz2
master-31e0f0ae-9ae901445be2f33658142e401556818edbafaaf7.zip
/etc/functions.sh => /lib/functions.sh
SVN-Revision: 32062
Diffstat (limited to 'package/6to4/files/6to4.sh')
-rwxr-xr-xpackage/6to4/files/6to4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/6to4/files/6to4.sh b/package/6to4/files/6to4.sh
index c9f97bd778..c2e911a6ef 100755
--- a/package/6to4/files/6to4.sh
+++ b/package/6to4/files/6to4.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2010-2012 OpenWrt.org
[ -n "$INCLUDE_ONLY" ] || {
- . /etc/functions.sh
+ . /lib/functions.sh
. ../netifd-proto.sh
init_proto "$@"
}