use . /var/state/network instead of config_load to avoid a CONFIG_SECTIONS reset
authorFelix Fietkau <nbd@openwrt.org>
Fri, 13 Jul 2007 00:44:41 +0000 (00:44 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 13 Jul 2007 00:44:41 +0000 (00:44 +0000)
SVN-Revision: 7953

net/miniupnpd/files/miniupnpd.init

index 22a71ad8ea8d02ce16ac72e0f00eee7be0a72415..33f6b5b0f5be2a3ceb220ba0219a95c7d426114f 100644 (file)
@@ -4,7 +4,7 @@ start() {
        config_load "upnpd"
        include /lib/network
        scan_interfaces
-       config_load /var/state/network
+       . /var/state/network
        config_get ifname wan ifname
        config_get ipaddr lan ipaddr