Creates /var/run/quagga and fixes permissions on it, closes #192

SVN-Revision: 2864
master
Florian Fainelli 19 years ago
parent 4fb752fea6
commit 50ace1c6d9
  1. 4
      openwrt/package/quagga/ipkg/quagga.postinst

@ -2,6 +2,7 @@
name=quagga name=quagga
id=51 id=51
dir=/var/run/quagga
# do not change below # do not change below
# check if we are on real system # 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 "ospfapi 2607/tcp" >>${IPKG_INSTROOT}/etc/services
echo "isisd 2608/tcp" >>${IPKG_INSTROOT}/etc/services echo "isisd 2608/tcp" >>${IPKG_INSTROOT}/etc/services
fi fi
mkdir -p $dir
chown -R $name:$name $dir

Loading…
Cancel
Save