diff --git a/ChangeLog b/ChangeLog index 6dfae743c..50a29cc37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-22 Andrew J. Schorr + + * redhat/quagga.spec.in: daemonv6_list should contain only IPv6 daemons. + 2004-12-22 Andrew J. Schorr * redhat/quagga.spec.in: Add watchquagga, and fix some other diff --git a/redhat/quagga.spec.in b/redhat/quagga.spec.in index 950ef4398..a2a3ad163 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 @@ -362,6 +362,9 @@ rm -rf $RPM_BUILD_ROOT %changelog %changelog +* Wed Dec 22 2004 Andrew J. Schorr +- daemonv6_list should contain only IPv6 daemons + * Wed Dec 22 2004 Andrew J. Schorr - watchquagga added - on upgrade, all daemons should be condrestart'ed