florian 1676bcf6c1 Add the unstable version of quagga based on 0.99.11
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13270 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-17 21:07:42 +00:00

12 lines
149 B
Bash

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=60
start() {
/usr/sbin/quagga.init start
}
stop() {
/usr/sbin/quagga.init stop
}