Upgrade to upstream version 3.0.3rc1; fix bug 163203: silence ISC blurb on

configtest;
This commit is contained in:
jvdias 2005-07-14 16:55:04 +00:00
parent 00f3debb0a
commit 92909d36a5
4 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
dhcp-3.0.1.tar.gz dhcp-3.0.1.tar.gz
dhcp-3.0.2rc3.tar.gz dhcp-3.0.2rc3.tar.gz
dhcp-3.0.2.tar.gz dhcp-3.0.2.tar.gz
dhcp-3.0.3rc1.tar.gz

View File

@ -277,7 +277,7 @@ exit 0
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Jul 14 2004 Jason Vas Dias <jvdias@redhat.com> 10:3.0.3rc1-1 * Thu Jul 14 2005 Jason Vas Dias <jvdias@redhat.com> 10:3.0.3rc1-1
- Upgrade to upstream version 3.0.3rc1 - Upgrade to upstream version 3.0.3rc1
- fix bug 163203: silence ISC blurb on configtest - fix bug 163203: silence ISC blurb on configtest

View File

@ -35,7 +35,7 @@ configtest()
if [[ "$DHCPDARGS" = *-cf* ]]; then if [[ "$DHCPDARGS" = *-cf* ]]; then
CFA=`echo $DHCPDARGS | sed 's/^.*-cf[\ \ ]*/-cf/;s/[\ \ ].*$//;s/-cf/-cf /'`; CFA=`echo $DHCPDARGS | sed 's/^.*-cf[\ \ ]*/-cf/;s/[\ \ ].*$//;s/-cf/-cf /'`;
fi; fi;
/usr/sbin/dhcpd -t $CFA /usr/sbin/dhcpd -q -t $CFA
return $? return $?
} }

View File

@ -1 +1 @@
04800a111521e7442749b2ce883f962b dhcp-3.0.2.tar.gz bf14236e6ec222a5d63efcd3be82f809 dhcp-3.0.3rc1.tar.gz