From 75a299db504b662cf00e22e73215ab9f26204dc5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 5 Jun 2012 16:04:23 +0000 Subject: [package] /etc/functions.sh => /lib/functions.sh git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32062 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/6in4/files/6in4.hotplug | 2 +- package/6in4/files/6in4.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'package/6in4') diff --git a/package/6in4/files/6in4.hotplug b/package/6in4/files/6in4.hotplug index 8d78555477..e94179828b 100644 --- a/package/6in4/files/6in4.hotplug +++ b/package/6in4/files/6in4.hotplug @@ -1,7 +1,7 @@ #!/bin/sh if [ "$ACTION" = ifup ]; then - . /etc/functions.sh + . /lib/functions.sh INCLUDE_ONLY=1 . /lib/netifd/proto/6in4.sh diff --git a/package/6in4/files/6in4.sh b/package/6in4/files/6in4.sh index 6e433ba9ad..dd438601fa 100755 --- a/package/6in4/files/6in4.sh +++ b/package/6in4/files/6in4.sh @@ -3,7 +3,7 @@ # Copyright (c) 2010 OpenWrt.org [ -n "$INCLUDE_ONLY" ] || { - . /etc/functions.sh + . /lib/functions.sh . ../netifd-proto.sh init_proto "$@" } -- cgit v1.2.3