From 23870930629ad980c1be8113079a2b005e493039 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 23 Sep 2008 23:23:52 +0000 Subject: [PATCH] [packages] fix miniupnpd initscript: no need to include /var/state/network anymore, bump revision number SVN-Revision: 12677 --- net/miniupnpd/Makefile | 4 ++-- net/miniupnpd/files/miniupnpd.init | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/net/miniupnpd/Makefile b/net/miniupnpd/Makefile index d0d0e456d5..68b18b4295 100644 --- a/net/miniupnpd/Makefile +++ b/net/miniupnpd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=miniupnpd PKG_VERSION:=1.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MD5SUM:=a0f6651476721db9b554668c8c83b151 PKG_SOURCE_URL:=http://miniupnp.free.fr/files diff --git a/net/miniupnpd/files/miniupnpd.init b/net/miniupnpd/files/miniupnpd.init index 33f6b5b0f5..446a37cecb 100644 --- a/net/miniupnpd/files/miniupnpd.init +++ b/net/miniupnpd/files/miniupnpd.init @@ -4,7 +4,6 @@ start() { config_load "upnpd" include /lib/network scan_interfaces - . /var/state/network config_get ifname wan ifname config_get ipaddr lan ipaddr -- 2.30.2