diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-05 16:04:23 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-05 16:04:23 +0000 |
commit | 75a299db504b662cf00e22e73215ab9f26204dc5 (patch) | |
tree | 6cf1592b9934654ae843a65fc381c7d42f493735 /package/6to4/files/6to4.sh | |
parent | 9f6ef16bdc7b4da0ce9501c08b942df0a86cff0a (diff) | |
download | upstream-75a299db504b662cf00e22e73215ab9f26204dc5.tar.gz upstream-75a299db504b662cf00e22e73215ab9f26204dc5.tar.bz2 upstream-75a299db504b662cf00e22e73215ab9f26204dc5.zip |
[package] /etc/functions.sh => /lib/functions.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32062 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/6to4/files/6to4.sh')
-rwxr-xr-x | package/6to4/files/6to4.sh | 2 |
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 "$@" } |