mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-23 20:44:42 +02:00
Creates /var/run/quagga and fixes permissions on it, closes #192
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2864 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ae4bdf080e
commit
c034aa2741
@ -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…
x
Reference in New Issue
Block a user