packages/mrd6: use new service functions, add a dependency on kmod-ipv6
[openwrt/svn-archive/archive.git] / ipv6 / mrd6 / files / mrd6.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006-2011 OpenWrt.org
3
4 START=50
5
6 start() {
7 service_start /usr/sbin/mrd6 -f /etc/mrd6.conf -D
8 }
9
10 stop() {
11 service_stop /usr/sbin/mrd6
12 }
13