Public bug reported:

Binary package hint: dhcp3-server

--- etc/init.d/dhcp3-server.orig        2006-05-06 01:01:37.000000000 +1000
+++ etc/init.d/dhcp3-server     2006-07-29 16:53:23.000000000 +1000
@@ -37,10 +37,10 @@

 test_config()
 {
-       if ! /usr/sbin/dhcpd3 -t > /dev/null; then
+       if ! /usr/sbin/dhcpd3 -t -cf $CONFIG_FILE > /dev/null; then
                echo "dhcpd self-test failed. Please fix the config file."
                echo "The error was: "
-               /usr/sbin/dhcpd3 -t
+               /usr/sbin/dhcpd3 -t -cf $CONFIG_FILE
                exit 1
        fi
 }

** Affects: dhcp3 (Ubuntu)
     Importance: Untriaged
         Status: Unconfirmed

-- 
/etc/init.d/dhcp3-server fails to use $CONFIG_FILE for -t
https://launchpad.net/bugs/54417

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to