From 50ace1c6d91f3143478c0b72f5ec91d3da44e7ff Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Sun, 8 Jan 2006 23:34:17 +0000 Subject: Creates /var/run/quagga and fixes permissions on it, closes #192 SVN-Revision: 2864 --- openwrt/package/quagga/ipkg/quagga.postinst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openwrt/package/quagga/ipkg/quagga.postinst b/openwrt/package/quagga/ipkg/quagga.postinst index 0bb4bdda6d..ff83cfcae4 100644 --- a/openwrt/package/quagga/ipkg/quagga.postinst +++ b/openwrt/package/quagga/ipkg/quagga.postinst @@ -2,6 +2,7 @@ name=quagga id=51 +dir=/var/run/quagga # do not change below # check if we are on real system @@ -43,3 +44,6 @@ echo "ospf6d 2606/tcp" >>${IPKG_INSTROOT}/etc/services 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 -- cgit v1.2.3