1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 06:18:57 +03:00

create /var/run on radvd start

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@656 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-04-16 19:16:44 +00:00
parent dce6763610
commit ba77428ab0

View File

@ -3,6 +3,7 @@
case "$1" in
start)
echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
mkdir -p /var/run
/usr/sbin/radvd
;;