Author: dnicholson
Date: 2007-12-21 11:21:44 -0700 (Fri, 21 Dec 2007)
New Revision: 7153

Modified:
   trunk/bootscripts/ChangeLog
   trunk/bootscripts/blfs/init.d/dhcp
Log:
Remove reload option from dhcpd bootscript since it's not supported


Modified: trunk/bootscripts/ChangeLog
===================================================================
--- trunk/bootscripts/ChangeLog 2007-12-21 17:08:30 UTC (rev 7152)
+++ trunk/bootscripts/ChangeLog 2007-12-21 18:21:44 UTC (rev 7153)
@@ -1,3 +1,7 @@
+2007-12-21 Dan Nicholson <[EMAIL PROTECTED]>
+       * Removed the reload target from the dhcp script since dhcpd
+         does not support reloading with SIGHUP.
+
 2007-10-21 Dan Nicholson <[EMAIL PROTECTED]>
        * Changed the gdm, gpm, haldaemon and ntp scripts to reference
          their pid files in /var/run for all operations.

Modified: trunk/bootscripts/blfs/init.d/dhcp
===================================================================
--- trunk/bootscripts/blfs/init.d/dhcp  2007-12-21 17:08:30 UTC (rev 7152)
+++ trunk/bootscripts/blfs/init.d/dhcp  2007-12-21 18:21:44 UTC (rev 7153)
@@ -21,11 +21,6 @@
                killproc /usr/sbin/dhcpd
                ;;
 
-       reload)
-               boot_mesg "Reloading DHCP Server..."
-               reloadproc /usr/sbin/dhcpd
-               ;;
-
        restart)
                $0 stop
                sleep 1
@@ -37,7 +32,7 @@
                ;;
 
        *)
-               echo "Usage: $0 {start|stop|reload|restart|status}"
+               echo "Usage: $0 {start|stop|restart|status}"
                exit 1
                ;;
 esac

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to