From 9ae901445be2f33658142e401556818edbafaaf7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 5 Jun 2012 16:04:23 +0000 Subject: /etc/functions.sh => /lib/functions.sh SVN-Revision: 32062 --- package/6to4/files/6to4.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/6to4/files/6to4.sh') 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 "$@" } -- cgit v1.2.3