summaryrefslogtreecommitdiffstats
path: root/redhat/quagga.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'redhat/quagga.spec.in')
-rw-r--r--redhat/quagga.spec.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in
index 950ef439..a2a3ad16 100644
--- a/redhat/quagga.spec.in
+++ b/redhat/quagga.spec.in
@@ -35,7 +35,7 @@
%define daemon_list zebra ripd ospfd bgpd
%if %{with_ipv6}
-%define daemonv6_list %{daemon_list} ripngd ospf6d
+%define daemonv6_list ripngd ospf6d
%else
%define daemonv6_list ""
%endif
@@ -363,6 +363,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
%changelog
* Wed Dec 22 2004 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
+- daemonv6_list should contain only IPv6 daemons
+
+* Wed Dec 22 2004 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
- watchquagga added
- on upgrade, all daemons should be condrestart'ed
- on removal, all daemons should be stopped