projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Updated to latest upstream version, remove uneeded patch as it is now in dnsmasq...
[openwrt.git]
/
openwrt
/
package
/
quagga
/
ipkg
/
quagga.postinst
diff --git
a/openwrt/package/quagga/ipkg/quagga.postinst
b/openwrt/package/quagga/ipkg/quagga.postinst
index
0bb4bdd
..
90ffe61
100644
(file)
--- 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,5
@@
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
+
+chown -R $name:$name $dir
This page took
0.022226 seconds
and
4
git commands to generate.