From 36ce6da3ec8bf333bdbb8e37e8e6b0ae04d34fe4 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Wed, 3 Aug 2011 17:01:45 +0000 Subject: [PATCH] - stop/status/reload proper IPv6 daemon, rel. 3 Changed files: bird-ipv6.init -> 1.6 bird.spec -> 1.58 --- bird-ipv6.init | 6 +++--- bird.spec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bird-ipv6.init b/bird-ipv6.init index e557165..37ca1d7 100644 --- a/bird-ipv6.init +++ b/bird-ipv6.init @@ -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) diff --git a/bird.spec b/bird.spec index 6055577..85570b1 100644 --- 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 -- 2.44.0