From: jow Date: Fri, 16 Nov 2012 13:41:07 +0000 (+0000) Subject: parprouted: fix init script (#12474) X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=987d9dddafd81f3993a31eeaab484128cc73a899;p=packages.git parprouted: fix init script (#12474) git-svn-id: svn://svn.openwrt.org/openwrt/packages@34209 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/parprouted/Makefile b/net/parprouted/Makefile index 6ada5db17..673ee98d8 100644 --- a/net/parprouted/Makefile +++ b/net/parprouted/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=parprouted PKG_VERSION:=0.64 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.hazard.maks.net/parprouted/ diff --git a/net/parprouted/files/parprouted.init b/net/parprouted/files/parprouted.init index 7c5a90de7..a8a8ab781 100644 --- a/net/parprouted/files/parprouted.init +++ b/net/parprouted/files/parprouted.init @@ -33,7 +33,7 @@ start_instance() { } start() { - . /lib/network/functions.sh + . /lib/functions/network.sh config_load 'parprouted' config_foreach start_instance 'parprouted'