summaryrefslogtreecommitdiff
path: root/openwrt/package/radvd/files
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-15 09:47:32 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-15 09:47:32 +0000
commit3caa9be7eda4f8c4600b97de5f3cae73ba0d0bec (patch)
tree3c163137cb0c14aef59fdac38d53ff32197fa3d1 /openwrt/package/radvd/files
parentc483c621300298ed2fb52a8e8b540d5b7e104b4a (diff)
downloadmtk-20170518-3caa9be7eda4f8c4600b97de5f3cae73ba0d0bec.zip
mtk-20170518-3caa9be7eda4f8c4600b97de5f3cae73ba0d0bec.tar.gz
mtk-20170518-3caa9be7eda4f8c4600b97de5f3cae73ba0d0bec.tar.bz2
Convert radvd to new packaging style
SVN-Revision: 904
Diffstat (limited to 'openwrt/package/radvd/files')
-rw-r--r--openwrt/package/radvd/files/radvd.conf (renamed from openwrt/package/radvd/files/radvd.conf.example)0
-rw-r--r--[-rwxr-xr-x]openwrt/package/radvd/files/radvd.init (renamed from openwrt/package/radvd/files/S51radvd)1
2 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/radvd/files/radvd.conf.example b/openwrt/package/radvd/files/radvd.conf
index 06d8357..06d8357 100644
--- a/openwrt/package/radvd/files/radvd.conf.example
+++ b/openwrt/package/radvd/files/radvd.conf
diff --git a/openwrt/package/radvd/files/S51radvd b/openwrt/package/radvd/files/radvd.init
index 4bd5a18..2d9e500 100755..100644
--- a/openwrt/package/radvd/files/S51radvd
+++ b/openwrt/package/radvd/files/radvd.init
@@ -3,6 +3,7 @@
case "$1" in
start)
echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
+ mkdir -p /var/log
mkdir -p /var/run
/usr/sbin/radvd
;;