Your message dated Thu, 23 Feb 2006 14:47:08 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#348184: fixed in inetutils 2:1.4.3+20051212-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: inetutils-syslogd
Version: 2:1.4.3+20051212-3
Severity: normal
Tags: patch


Hi,

Although hurd systems have /dev/klog, it is not read by syslogd.  The bug
is that PATH_KLOG is actually not defined by Makefile.am.  Here is a patch.

Regards
Samuel

--- inetutils-1.4.3+20051212-orig/syslogd/Makefile.am   2005-10-11 
13:29:12.000000000 +0200
+++ inetutils-1.4.3+20051212/syslogd/Makefile.am        2006-01-15 
13:22:05.000000000 +0100
@@ -28,7 +28,7 @@
 
 @PATHDEFS_MAKE@
 
-INCLUDES = $(PATHDEF_LOG) $(PATHDEF_LOGCONF) $(PATHDEF_LOGPID) \
+INCLUDES = $(PATHDEF_LOG) $(PATHDEF_KLOG) $(PATHDEF_LOGCONF) $(PATHDEF_LOGPID) 
\
        $(PATHDEF_CONSOLE)
 
 LDADD = -L../lib -lgnu -L../libinetutils -linetutils

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: hurd-i386 (i686-AT386)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU 0.3
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages inetutils-syslogd depends on:
ii  libc0.3                       2.3.5-7    GNU C Library: Shared libraries an
ii  lsb-base                      3.0-14     Linux Standard Base 3.0 init scrip
ii  netbase                       4.24       Basic TCP/IP networking system

inetutils-syslogd recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: inetutils
Source-Version: 2:1.4.3+20051212-4

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.4.3+20051212-4_i386.deb
  to pool/main/i/inetutils/inetutils-ftp_1.4.3+20051212-4_i386.deb
inetutils-ftpd_1.4.3+20051212-4_i386.deb
  to pool/main/i/inetutils/inetutils-ftpd_1.4.3+20051212-4_i386.deb
inetutils-inetd_1.4.3+20051212-4_i386.deb
  to pool/main/i/inetutils/inetutils-inetd_1.4.3+20051212-4_i386.deb
inetutils-ping_1.4.3+20051212-4_i386.deb
  to pool/main/i/inetutils/inetutils-ping_1.4.3+20051212-4_i386.deb
inetutils-syslogd_1.4.3+20051212-4_i386.deb
  to pool/main/i/inetutils/inetutils-syslogd_1.4.3+20051212-4_i386.deb
inetutils-talk_1.4.3+20051212-4_i386.deb
  to pool/main/i/inetutils/inetutils-talk_1.4.3+20051212-4_i386.deb
inetutils-talkd_1.4.3+20051212-4_i386.deb
  to pool/main/i/inetutils/inetutils-talkd_1.4.3+20051212-4_i386.deb
inetutils-telnet_1.4.3+20051212-4_i386.deb
  to pool/main/i/inetutils/inetutils-telnet_1.4.3+20051212-4_i386.deb
inetutils-telnetd_1.4.3+20051212-4_i386.deb
  to pool/main/i/inetutils/inetutils-telnetd_1.4.3+20051212-4_i386.deb
inetutils-tools_1.4.3+20051212-4_i386.deb
  to pool/main/i/inetutils/inetutils-tools_1.4.3+20051212-4_i386.deb
inetutils_1.4.3+20051212-4.diff.gz
  to pool/main/i/inetutils/inetutils_1.4.3+20051212-4.diff.gz
inetutils_1.4.3+20051212-4.dsc
  to pool/main/i/inetutils/inetutils_1.4.3+20051212-4.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: Thu, 23 Feb 2006 23:59:22 +0200
Source: inetutils
Binary: inetutils-ftp inetutils-talk inetutils-talkd inetutils-ftpd 
inetutils-inetd inetutils-telnet inetutils-syslogd inetutils-telnetd 
inetutils-tools inetutils-ping
Architecture: source i386
Version: 2:1.4.3+20051212-4
Distribution: unstable
Urgency: low
Maintainer: Debian inetutils Maintainers <[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: 348184
Changes: 
 inetutils (2:1.4.3+20051212-4) unstable; urgency=low
 .
   * Make syslogd really read /dev/klog on the Hurd. (Closes: #348184)
     - debian/patches/01_klog.patch: New file.
     Thanks to Samuel Thibault <[EMAIL PROTECTED]>.
Files: 
 f4db756bf31abe8a85b1d77c86b828b9 1069 net extra inetutils_1.4.3+20051212-4.dsc
 fb09b6c32c1370c8ee0e8b15235fc524 17239 net extra 
inetutils_1.4.3+20051212-4.diff.gz
 b98c7a02367d3172d3f39075d69e41e3 62310 net extra 
inetutils-ftp_1.4.3+20051212-4_i386.deb
 0b012fa7682f00900017b696e5b8ddd1 52436 net extra 
inetutils-ftpd_1.4.3+20051212-4_i386.deb
 4e1f4129c33046b8652c2cd4d33fc568 40984 net extra 
inetutils-inetd_1.4.3+20051212-4_i386.deb
 baf903e9e92e6d3a9841166fe3251320 44012 net extra 
inetutils-ping_1.4.3+20051212-4_i386.deb
 c7fb76f54e903a8f326492e5e229b08a 46556 net extra 
inetutils-syslogd_1.4.3+20051212-4_i386.deb
 72734937d3d5633889b54c3cd957cba1 32400 net extra 
inetutils-talk_1.4.3+20051212-4_i386.deb
 4b8b38dce4a0150b9bcd29107e6be572 66612 net extra 
inetutils-talkd_1.4.3+20051212-4_i386.deb
 0fb6e7fba4e8c5085e869349a3263a48 63570 net extra 
inetutils-telnet_1.4.3+20051212-4_i386.deb
 70d751b24871e6ceb0c0e2bb9aa55cc5 51710 net extra 
inetutils-telnetd_1.4.3+20051212-4_i386.deb
 3043a53970a9e25fa508626b4d0f24f4 35830 net extra 
inetutils-tools_1.4.3+20051212-4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFD/jkbuW9ciZ2SjJsRAm/vAKCfwpnSdALZ5GM/BQ/PDloWv9zTLACfVNDc
+m2hGuLJ+7Vk4Aa1tOgTS9E=
=PWMj
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to