From 7d1029714761d2c35e8f6b8a4ba1ad8ab49d4697 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Nov 27 2007 01:57:19 +0000 Subject: - Remove dhcdbd check from dhcpd init script --- diff --git a/dhcp.spec b/dhcp.spec index b36cc28..cd8d20c 100644 --- a/dhcp.spec +++ b/dhcp.spec @@ -13,7 +13,7 @@ Summary: DHCP (Dynamic Host Configuration Protocol) server and relay agent Name: dhcp Version: 3.1.0 -Release: 9%{?dist} +Release: 10%{?dist} # NEVER CHANGE THE EPOCH on this package. The previous maintainer made # incorrect use of the epoch and that's why it is at 12 now. It should have # never been used, but it was. So we are stuck with it. @@ -447,6 +447,9 @@ fi %{_libdir}/libdhcp4client.a %changelog +* Mon Nov 19 2007 David Cantrell - 12:3.1.0-10 +- Remove dhcdbd check from dhcpd init script + * Thu Nov 15 2007 David Cantrell - 12:3.1.0-9 - Fix chkconfig lines in dhcpd and dhcrelay init scripts (#384431) - Improve preun scriptlet diff --git a/dhcpd.init b/dhcpd.init index a2a9049..0723f06 100644 --- a/dhcpd.init +++ b/dhcpd.init @@ -98,11 +98,6 @@ stop() { return $RETVAL } -if [ ! -x $dhcdbd ]; then - RETVAL=5 - exit $RETVAL -fi - if [ $# -gt 1 ]; then RETVAL=2 exit $RETVAL