Renamed package name from bmx6-qmp to bmx6 and bmx6-luci to luci-app-bmx6
[feed/routing.git] / packages / qmp-quagga / files / quagga.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 START=60
5 start() {
6 /usr/sbin/quagga.init start
7 }
8
9 stop() {
10 /usr/sbin/quagga.init stop
11 }