]> git.pld-linux.org Git - packages/bird.git/commitdiff
- stop/status/reload proper IPv6 daemon, rel. 3 auto/th/bird-1_3_2-3
authorTomasz Pala <gotar@pld-linux.org>
Wed, 3 Aug 2011 17:01:45 +0000 (17:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bird-ipv6.init -> 1.6
    bird.spec -> 1.58

bird-ipv6.init
bird.spec

index e5571654080612ef9b03fa7b17bc7313aafda33f..37ca1d76ba92c2e1b7110b4b3ad8a20b424624bc 100644 (file)
@@ -49,7 +49,7 @@ case "$1" in
   stop)
        if [ -f /var/lock/subsys/bird-ipv6 ]; then
                msg_stopping "bird for IPv6"
-               killproc bird
+               killproc bird-6
                rm -f /var/lock/subsys/bird-ipv6
        else
                msg_not_running "bird for IPv6"
@@ -58,7 +58,7 @@ case "$1" in
   reload|force-reload)
        if [ -f /var/lock/subsys/bird-ipv6 ]; then
                msg_reloading "bird for IPv6"
-               killproc bird -HUP
+               killproc bird-6 -HUP
                RETVAL=$?
        else
                msg_not_running "bird for IPv6"
@@ -66,7 +66,7 @@ case "$1" in
        fi
        ;;
   status)
-       status bird-ipv6 bird
+       status bird-ipv6 bird-6
        exit $?
        ;;
   restart|force-reload)
index 6055577d8a0534e943baac722b69f33c5a51cff6..85570b13b6d5499529702ddb5b46e0ad91479339 100644 (file)
--- a/bird.spec
+++ b/bird.spec
@@ -10,7 +10,7 @@ Summary:      The BIRD Internet Routing Daemon
 Summary(pl.UTF-8):     Demon BIRD Internetowego Routingu Dynamicznego
 Name:          bird
 Version:       1.3.2
-Release:       2
+Release:       3
 License:       GPL v2+
 Group:         Networking/Daemons
 Source0:       ftp://bird.network.cz/pub/bird/%{name}-%{version}.tar.gz
This page took 0.032367 seconds and 4 git commands to generate.