]> git.pld-linux.org Git - packages/quagga.git/commitdiff
- killed trailing spaces/tabs
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 8 Dec 2005 01:02:49 +0000 (01:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    quagga-bgpd.init -> 1.5
    quagga-isisd.init -> 1.4
    quagga-ospf6d.init -> 1.5
    quagga-ospfd.init -> 1.5
    quagga-ripd.init -> 1.5
    quagga-ripngd.init -> 1.5
    quagga-zebra.init -> 1.7

quagga-bgpd.init
quagga-isisd.init
quagga-ospf6d.init
quagga-ospfd.init
quagga-ripd.init
quagga-ripngd.init
quagga-zebra.init

index 22f463e323376f30455a61e0d779750b94614d75..2b7ec1bfa18ab067daa896315918ab910aa119f9 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# bgpd         Starts the Dynamic Route Daemon 
+# bgpd         Starts the Dynamic Route Daemon
 #
 # chkconfig:   345 15 84
 #
index 3f5e884850ddcfb72af933d636277322ced09978..54becaa134bf06edd06a5e00b2feca015afb93d3 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# ripngd               Starts the IS-IS Dynamic Route Daemon 
+# ripngd               Starts the IS-IS Dynamic Route Daemon
 #
 # chkconfig:   345 15 84
 #
@@ -40,7 +40,7 @@ case "$1" in
                 [ -n "$VTY_ADDR" ] && FLAGS="$FLAGS --vty_addr $VTY_ADDR"
                 [ -n "$VTY_PORT" ] && FLAGS="$FLAGS --vty_port $VTY_PORT"
                msg_starting isisd
-               daemon isisd $FLAGS 
+               daemon isisd $FLAGS
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/isisd
        else
index 78d9b419116eb88b3ee886f01256e5d419fffeb0..11293d0576bca975ba335d8f24d2dd9473e4a33b 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# ospf6d               Starts the Dynamic Route Daemon 
+# ospf6d               Starts the Dynamic Route Daemon
 #
 # chkconfig:   345 15 84
 #
@@ -39,7 +39,7 @@ case "$1" in
                 [ -n "$VTY_ADDR" ] && FLAGS="$FLAGS --vty_addr $VTY_ADDR"
                 [ -n "$VTY_PORT" ] && FLAGS="$FLAGS --vty_port $VTY_PORT"
                msg_starting ospf6d
-               daemon ospf6d $FLAGS 
+               daemon ospf6d $FLAGS
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/ospf6d
        else
index da6fbf36b77211f9162f5c30e79f613cb844730b..e5f9464dfa301c509cefa840d25a0dbdf8ea4ccc 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# ospfd                Starts the Dynamic Route Daemon 
+# ospfd                Starts the Dynamic Route Daemon
 #
 # chkconfig:   345 15 84
 #
@@ -39,7 +39,7 @@ case "$1" in
                 [ -n "$VTY_ADDR" ] && FLAGS="$FLAGS --vty_addr $VTY_ADDR"
                 [ -n "$VTY_PORT" ] && FLAGS="$FLAGS --vty_port $VTY_PORT"
                msg_starting ospfd
-               daemon ospfd $FLAGS 
+               daemon ospfd $FLAGS
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/ospfd
        else
index daf4b8d58e67f82598d42c398e01d7c152e3bbb3..c9f323aa9f2ad09f3c9fa0c859fd95e24f7d16b9 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# ripd         Starts the Dynamic Route Daemon 
+# ripd         Starts the Dynamic Route Daemon
 #
 # chkconfig:   345 15 84
 #
@@ -39,8 +39,8 @@ case "$1" in
                is_yes "$RETAIN_ROUTES" && FLAGS="$FLAGS --retain"
                 [ -n "$VTY_ADDR" ] && FLAGS="$FLAGS --vty_addr $VTY_ADDR"
                 [ -n "$VTY_PORT" ] && FLAGS="$FLAGS --vty_port $VTY_PORT"
-               msg_starting ripd 
-               daemon ripd $FLAGS 
+               msg_starting ripd
+               daemon ripd $FLAGS
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/ripd
        else
index 391409809bc69b8a1462bd27527beecb9aa0fc51..8653de5d379bfc9f29222bcddac1dd49f0ae633f 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# ripngd               Starts the Dynamic Route Daemon 
+# ripngd               Starts the Dynamic Route Daemon
 #
 # chkconfig:   345 15 84
 #
@@ -40,7 +40,7 @@ case "$1" in
                 [ -n "$VTY_ADDR" ] && FLAGS="$FLAGS --vty_addr $VTY_ADDR"
                 [ -n "$VTY_PORT" ] && FLAGS="$FLAGS --vty_port $VTY_PORT"
                msg_starting ripngd
-               daemon ripngd $FLAGS 
+               daemon ripngd $FLAGS
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/ripngd
        else
index cc7df36d9009a198f2bd7f2a5d7cdfb0ad19a323..464f5e09b515d23992e71fabd34ef7861005cf2b 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# zebra                Starts the Dynamic Route Daemon 
+# zebra                Starts the Dynamic Route Daemon
 #
 # chkconfig:   345 13 85
 #
This page took 0.129259 seconds and 4 git commands to generate.