Annotation of elwix/config/etc/default/rc.d/024.quagga.stop, revision 1.1

1.1     ! misho       1: #!/bin/sh
        !             2: 
        !             3: echo "Starting router software quagga ..."
        !             4: 
        !             5: pkill -9 zebra
        !             6: zebra -d -u quagga -A 127.0.0.1 -f /etc/quagga/zebra.conf
        !             7: 
        !             8: #pkill -9 bgpd
        !             9: #bgpd -d -u quagga -A 127.0.0.1 -f /etc/quagga/bgpd.conf
        !            10: 
        !            11: pkill -9 ospfd
        !            12: ospfd -d -u quagga -A 127.0.0.1 -f /etc/quagga/ospfd.conf
        !            13: #pkill -9 ospf6d
        !            14: #ospf6d -d -u quagga -A 127.0.0.1 -f /etc/quagga/ospf6d.conf
        !            15: 
        !            16: #pkill -9 ripd
        !            17: #ripd -d -u quagga -A 127.0.0.1 -f /etc/quagga/ripd.conf
        !            18: #pkill -9 ripngd
        !            19: #ripngd -d -u quagga -A 127.0.0.1 -f /etc/quagga/ripngd.conf

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>