From: jow Date: Fri, 16 Nov 2012 13:43:20 +0000 (+0000) Subject: AA: parprouted: backport r34209 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=005526cee6325a76b31c3956b2182e8c5a6b93e3;p=12.09%2Fpackages.git AA: parprouted: backport r34209 git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_12.09@34210 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/parprouted/Makefile b/net/parprouted/Makefile index 6ada5db..673ee98 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 7c5a90d..a8a8ab7 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'