From 92909d36a5b398863a224a223e643b70e5eb4236 Mon Sep 17 00:00:00 2001 From: jvdias Date: Thu, 14 Jul 2005 16:55:04 +0000 Subject: [PATCH] Upgrade to upstream version 3.0.3rc1; fix bug 163203: silence ISC blurb on configtest; --- .cvsignore | 1 + dhcp.spec | 2 +- dhcpd.init | 2 +- sources | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 70bd5a3..55567b8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1,4 @@ dhcp-3.0.1.tar.gz dhcp-3.0.2rc3.tar.gz dhcp-3.0.2.tar.gz +dhcp-3.0.3rc1.tar.gz diff --git a/dhcp.spec b/dhcp.spec index b3de9e9..181315e 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -277,7 +277,7 @@ exit 0 %{_mandir}/man3/* %changelog -* Thu Jul 14 2004 Jason Vas Dias 10:3.0.3rc1-1 +* Thu Jul 14 2005 Jason Vas Dias 10:3.0.3rc1-1 - Upgrade to upstream version 3.0.3rc1 - fix bug 163203: silence ISC blurb on configtest diff --git a/dhcpd.init b/dhcpd.init index 2f68c38..d0fdf70 100644 --- a/dhcpd.init +++ b/dhcpd.init @@ -35,7 +35,7 @@ configtest() if [[ "$DHCPDARGS" = *-cf* ]]; then CFA=`echo $DHCPDARGS | sed 's/^.*-cf[\ \ ]*/-cf/;s/[\ \ ].*$//;s/-cf/-cf /'`; fi; - /usr/sbin/dhcpd -t $CFA + /usr/sbin/dhcpd -q -t $CFA return $? } diff --git a/sources b/sources index ab89043..eb5875e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -04800a111521e7442749b2ce883f962b dhcp-3.0.2.tar.gz +bf14236e6ec222a5d63efcd3be82f809 dhcp-3.0.3rc1.tar.gz