Your message dated Fri, 11 Apr 2008 05:47:05 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#370349: fixed in inetutils 2:1.5.dfsg.1-5 has caused the Debian Bug report #370349, regarding Make etc/syslog.conf automatically configurable 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.) -- 370349: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370349 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: inetutils-syslogd Severity: wishlist Hi Automatically configuring etc/syslog.conf is not policy compliant for the moment as one needs to edit conffiles in the process. A solution might be to include some file if it exists in the configuration... Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
signature.asc
Description: PGP signature
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---Source: inetutils Source-Version: 2:1.5.dfsg.1-5 We believe that the bug you reported is fixed in the latest version of inetutils, which is due to be installed in the Debian FTP archive: inetutils-ftp_1.5.dfsg.1-5_i386.deb to pool/main/i/inetutils/inetutils-ftp_1.5.dfsg.1-5_i386.deb inetutils-ftpd_1.5.dfsg.1-5_i386.deb to pool/main/i/inetutils/inetutils-ftpd_1.5.dfsg.1-5_i386.deb inetutils-inetd_1.5.dfsg.1-5_i386.deb to pool/main/i/inetutils/inetutils-inetd_1.5.dfsg.1-5_i386.deb inetutils-ping_1.5.dfsg.1-5_i386.deb to pool/main/i/inetutils/inetutils-ping_1.5.dfsg.1-5_i386.deb inetutils-syslogd_1.5.dfsg.1-5_i386.deb to pool/main/i/inetutils/inetutils-syslogd_1.5.dfsg.1-5_i386.deb inetutils-talk_1.5.dfsg.1-5_i386.deb to pool/main/i/inetutils/inetutils-talk_1.5.dfsg.1-5_i386.deb inetutils-talkd_1.5.dfsg.1-5_i386.deb to pool/main/i/inetutils/inetutils-talkd_1.5.dfsg.1-5_i386.deb inetutils-telnet_1.5.dfsg.1-5_i386.deb to pool/main/i/inetutils/inetutils-telnet_1.5.dfsg.1-5_i386.deb inetutils-telnetd_1.5.dfsg.1-5_i386.deb to pool/main/i/inetutils/inetutils-telnetd_1.5.dfsg.1-5_i386.deb inetutils-tools_1.5.dfsg.1-5_i386.deb to pool/main/i/inetutils/inetutils-tools_1.5.dfsg.1-5_i386.deb inetutils_1.5.dfsg.1-5.diff.gz to pool/main/i/inetutils/inetutils_1.5.dfsg.1-5.diff.gz inetutils_1.5.dfsg.1-5.dsc to pool/main/i/inetutils/inetutils_1.5.dfsg.1-5.dsc 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. Guillem Jover <[EMAIL PROTECTED]> (supplier of updated inetutils 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: Fri, 11 Apr 2008 08:20:23 +0300 Source: inetutils Binary: inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnet inetutils-telnetd inetutils-tools Architecture: source i386 Version: 2:1.5.dfsg.1-5 Distribution: unstable Urgency: low Maintainer: Guillem Jover <[EMAIL PROTECTED]> Changed-By: Guillem Jover <[EMAIL PROTECTED]> Description: inetutils-ftp - File Transfer Protocol client inetutils-ftpd - File Transfer Protocol server inetutils-inetd - Internet super server inetutils-ping - ICMP ECHO tool inetutils-syslogd - System logging daemon inetutils-talk - Talk to another user inetutils-talkd - Remote user communication server inetutils-telnet - Telnet client inetutils-telnetd - Telnet server inetutils-tools - Base networking utilities (experimental package) Closes: 370349 418539 423944 424419 435049 462739 Changes: inetutils (2:1.5.dfsg.1-5) unstable; urgency=low . * Remove Tag fields, those are better maintained outside the package, as a side effect there's not typo to fix anymore. (Closes: #418539) * Now using Standards-Version 3.7.3 (no changes needed). * Call configure with autotools-dev recommended --build and --host options. * Add Vcs-Browser and Vcs-Svn fields. * Add Homepage field. * Fix parallel FTBFS in debian/rules by moving 'patch' dependency from the build to a new setup-source target thar serializes configureation. * Do not ignore make errors on clean or install in debian/rules. * Switch Build-Depends from automake1.9 to automake. * Do not install a duplicated syslogd under /etc/default/, just inetutils-syslogd. Take care of removing the obsolete conffile if not modified, and move it to the new name otherwise. (Closes: #435049) * Do not start inetd if there's no services enabled (stolen from openbsd-inetd). * Complete copyright information in debian/copyright file. * Remove packaging svn information from debian/copyright. * Fix FTBFS if built twice in a row: (Closes: #424419) - Call distclean instead of clean. - Move the unpatch step from the clean dependency to the body, after the distclean call. - Remove all files that autoreconf might have modified. * Add dependency on 'inetutils-inetd | inet-superserver' to inetutils-talkd and inetutils-telnetd as they use update-inetd. * Add support for syslogd configuration files under /etc/syslog.d/. (Closes: #370349, #462739) - debian/patches/51_add_load_confdir_support.patch: New file - debian/patches/50_split_load_conffile.patch: Likewise. * Fix a race condition when setting the SIGALRM signal in syslogd parent when starting the daemon, causing it to exit with a non-zero status. - debian/patches/52_sigalarm.patch: New file. * Delay initialization of Shishi until telnet knows Kerberos is needed. Reducing the output when creating the directory has been fixed in shishi itself. (Closes: #423944) - debian/patches/05_shishi_delayed_init.patch: New file. Thanks to Simon Josefsson <[EMAIL PROTECTED]>. Files: 0af205a697091599b0bffdc0b4638d36 1170 net extra inetutils_1.5.dfsg.1-5.dsc cbe56f1f9ce8fefe073bf5de0a2de5d0 29205 net extra inetutils_1.5.dfsg.1-5.diff.gz eae432b10203cde39924640fb82a8b71 101114 net extra inetutils-ftp_1.5.dfsg.1-5_i386.deb 57cc8812e2a1b2d9e90b4d85c1a80a6e 92902 net extra inetutils-ftpd_1.5.dfsg.1-5_i386.deb 8628987a48485edaeb6f8c58ae44bb04 80614 net extra inetutils-inetd_1.5.dfsg.1-5_i386.deb 8b70e223cbccdec05e93de1f112dd988 82826 net extra inetutils-ping_1.5.dfsg.1-5_i386.deb 7bf891752d334cacf7b8abbd2fe0b016 86410 net extra inetutils-syslogd_1.5.dfsg.1-5_i386.deb 28d568bb6f7a5260bf3dee8ad7dcf1ca 71670 net extra inetutils-talk_1.5.dfsg.1-5_i386.deb 7db9574c5d50b9755341fa6ae13595b8 73702 net extra inetutils-talkd_1.5.dfsg.1-5_i386.deb c515442d8aa41638cb5595d1968c7123 117154 net extra inetutils-telnet_1.5.dfsg.1-5_i386.deb 78a32af4c99829b95f91f36e84915dd2 102802 net extra inetutils-telnetd_1.5.dfsg.1-5_i386.deb 50d4ca5107e810d87303d1ee7a025898 74744 net extra inetutils-tools_1.5.dfsg.1-5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFH/vcnuW9ciZ2SjJsRAn+EAJ9FozQvUyAmZZ2tX2+MO4LdCsLf4wCg4bvB 72riCzfORIEBOwVeUJQYz2I= =FyWx -----END PGP SIGNATURE-----
--- End Message ---