projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b644199
)
Creates /var/run/quagga and fixes permissions on it, closes #192
author
Florian Fainelli
<florian@openwrt.org>
Sun, 8 Jan 2006 23:34:17 +0000
(23:34 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 8 Jan 2006 23:34:17 +0000
(23:34 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2864
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/quagga/ipkg/quagga.postinst
patch
|
blob
|
history
diff --git
a/package/quagga/ipkg/quagga.postinst
b/package/quagga/ipkg/quagga.postinst
index
0bb4bdd
..
ff83cfc
100644
(file)
--- a/
package/quagga/ipkg/quagga.postinst
+++ b/
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