[packages] remove 'svn:keywords' property on /packages as well, not needed anymore...
[openwrt/svn-archive/archive.git] / net / 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 }