From: Felix Fietkau Date: Sat, 16 Apr 2005 19:16:44 +0000 (+0000) Subject: create /var/run on radvd start X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=939e2c0ac933b2299aeb3c15fd64113f7e78cde0;p=librecmc%2Flibrecmc.git create /var/run on radvd start SVN-Revision: 656 --- diff --git a/openwrt/package/radvd/files/S51radvd b/openwrt/package/radvd/files/S51radvd index 88565db480..4bd5a1872d 100755 --- a/openwrt/package/radvd/files/S51radvd +++ b/openwrt/package/radvd/files/S51radvd @@ -3,6 +3,7 @@ case "$1" in start) echo 1 > /proc/sys/net/ipv6/conf/all/forwarding + mkdir -p /var/run /usr/sbin/radvd ;;