quagga: Move files in package directory
[feed/routing.git] / 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 }