Package: isc-dhcp-server Version: 4.3.1-5 Severity: minor Hi,
the sed expression that parses the pid file name from the config file is wrong: 's/^[ \t]*pid-file-name[ \t]*"(.*)"[ \t]*;.*$/\1/p' should be 's/^[ \t]*pid-file-name[ \t]*"\(.*\)"[ \t]*;.*$/\1/p' instead or the regexp will never match. Greetings Marc -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

