From 2770ad609c02af7880eee33cee5bd9a6db726651 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 14 Oct 2011 19:03:22 +0000 Subject: [PATCH] - fix bcond/processnames Changed files: bird-ipv4.init -> 1.6 bird-ipv6.init -> 1.7 bird.spec -> 1.63 --- bird-ipv4.init | 2 +- bird-ipv6.init | 2 +- bird.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bird-ipv4.init b/bird-ipv4.init index a012ace..f67b493 100644 --- a/bird-ipv4.init +++ b/bird-ipv4.init @@ -6,7 +6,7 @@ # # description: Dynamic Route Daemon for IPv4 routers # -# processname: bird-ipv4 +# processname: bird # config: /etc/bird.conf diff --git a/bird-ipv6.init b/bird-ipv6.init index 37ca1d7..2ceea8d 100644 --- a/bird-ipv6.init +++ b/bird-ipv6.init @@ -6,7 +6,7 @@ # # description: Dynamic Route Daemon for IPv6 routers # -# processname: bird-ipv6 +# processname: bird-6 # config: /etc/bird.conf diff --git a/bird.spec b/bird.spec index c75c6c4..8946191 100644 --- a/bird.spec +++ b/bird.spec @@ -140,7 +140,7 @@ install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,/etc/sysconfig,%{_sbindir}} install birdc $RPM_BUILD_ROOT%{_sbindir} -%if %{with ipv6} +%if %{with ipv4} install bird $RPM_BUILD_ROOT%{_sbindir} install doc/bird.conf.example $RPM_BUILD_ROOT%{_sysconfdir}/%{name}.conf install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}-ipv4 -- 2.44.0