Creates /var/run/quagga and fixes permissions on it, closes #192
SVN-Revision: 2864
This commit is contained in:
parent
4fb752fea6
commit
50ace1c6d9
1 changed files with 4 additions and 0 deletions
|
@ -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…
Reference in a new issue