Your message dated Sun, 06 Apr 2008 14:02:57 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#471156: fixed in dhcdbd 3.0-3 has caused the Debian Bug report #471156, regarding dhcpdbd: lists -N to not daemonize but fails to getopt it to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 471156: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471156 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: dhcdbd Version: 3.0-2 Tags: patch Hi, dhcdbd lists -n and -N as the options to not daemonize. It passes n and N to getopt but the later switch statement does not contain capital N but only n: --- main.c 2008-03-16 12:11:05.000000000 +0100 +++ main.c 2008-03-16 12:11:45.000000000 +0100 @@ -82,6 +82,7 @@ int main(int argc, char **argv, char **e if (dhcdbd_daemonize == -1) dhcdbd_daemonize=1; break; + case 'N': case 'n': dhcdbd_daemonize=0; break; This would be needed to make dhcdbd work as mentioned in the usage. [EMAIL PROTECTED]:/tmp/dhcdbd-3.0/src$ sudo dhcdbd --system -N Unhandled getopt_long return value: 78 Flo -- Florian Lohoff [EMAIL PROTECTED] +49-171-2280134 Those who would give up a little freedom to get a little security shall soon have neither - Benjamin Franklin
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---Source: dhcdbd Source-Version: 3.0-3 We believe that the bug you reported is fixed in the latest version of dhcdbd, which is due to be installed in the Debian FTP archive: dhcdbd_3.0-3.diff.gz to pool/main/d/dhcdbd/dhcdbd_3.0-3.diff.gz dhcdbd_3.0-3.dsc to pool/main/d/dhcdbd/dhcdbd_3.0-3.dsc dhcdbd_3.0-3_i386.deb to pool/main/d/dhcdbd/dhcdbd_3.0-3_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Michael Biebl <[EMAIL PROTECTED]> (supplier of updated dhcdbd package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 06 Apr 2008 15:43:10 +0200 Source: dhcdbd Binary: dhcdbd Architecture: source i386 Version: 3.0-3 Distribution: unstable Urgency: low Maintainer: Riccardo Setti <[EMAIL PROTECTED]> Changed-By: Michael Biebl <[EMAIL PROTECTED]> Description: dhcdbd - D-Bus interface to the ISC DHCP client Closes: 471156 Changes: dhcdbd (3.0-3) unstable; urgency=low . * debian/dhcdbd.init - Reduce retry time to 5 seconds. * debian/copyright - Fix copyright notice and update list of authors. * debian/patches/03-daemonize_getopt.patch - Add support for the '-N' daemonize option. (Closes: #471156) Thanks to Florian Lohoff for the patch. Files: 0c9d485f18f77428f6518ef07c5e6fbe 885 admin optional dhcdbd_3.0-3.dsc 054d798a4593dd5ad773fcd98f955a18 7521 admin optional dhcdbd_3.0-3.diff.gz 8178bc741f2006c4ade42d8b61d63e44 51038 admin optional dhcdbd_3.0-3_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH+NPIh7PER70FhVQRAoLrAKCcaqmYcj4z/QEpwPFRLx1tlRdcBgCeICy+ NTMhaNyaO4JXV+Jnhst+9Q8= =zdL6 -----END PGP SIGNATURE-----
--- End Message ---

