diff options
-rw-r--r-- | package/quagga/Makefile | 1 | ||||
-rw-r--r-- | package/quagga/ipkg/quagga.postinst | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/package/quagga/Makefile b/package/quagga/Makefile index e08688c62..a1cc12268 100644 --- a/package/quagga/Makefile +++ b/package/quagga/Makefile @@ -81,6 +81,7 @@ $(IPKG_QUAGGA): install -d -m0755 $(IDIR_QUAGGA)/etc/init.d/ install -m0755 ./files/quagga.init $(IDIR_QUAGGA)/etc/init.d/quagga ln -sf quagga $(IDIR_QUAGGA)/etc/init.d/S49quagga + install -m0755 $(IDIR_QUAGGA)/var/run/quagga $(RSTRIP) $(IDIR_QUAGGA) $(IPKG_BUILD) $(IDIR_QUAGGA) $(PACKAGE_DIR) diff --git a/package/quagga/ipkg/quagga.postinst b/package/quagga/ipkg/quagga.postinst index ff83cfcae..90ffe61e2 100644 --- a/package/quagga/ipkg/quagga.postinst +++ b/package/quagga/ipkg/quagga.postinst @@ -45,5 +45,4 @@ echo "ospfapi 2607/tcp" >>${IPKG_INSTROOT}/etc/services echo "isisd 2608/tcp" >>${IPKG_INSTROOT}/etc/services fi -mkdir -p $dir chown -R $name:$name $dir |