modernize backfire 10.03 so it can be operational again
[openwrt-10.03/.git] / package / 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 }