Your message dated Tue, 09 May 2006 04:47:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336023: fixed in xinetd 1:2.3.14-1
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: xinetd
Version: 1:2.3.13-3
Severity: wishlist
Tags: patch
Debian turns off entries in inetd.conf by putting "#<off>#" at the
beginning of the line. It would be nice if xconv.pl processed those
lines as well, adding a "disable = yes" line to the xinetd.conf entry.
The attached patch does exactly that.
.....Ron
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (500, 'stable')
Architecture: sparc (sparc64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.4-curly-0
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages xinetd depends on:
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libwrap0 7.6.dbs-8 Wietse Venema's TCP wrappers libra
ii netbase 4.22 Basic TCP/IP networking system
Versions of packages xinetd recommends:
ii logrotate 3.7.1-2 Log rotation utility
ii sysklogd [system-log-daemon] 1.4.1-17 System Logging Daemon
-- no debconf information
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager at postmaster at dor.state.ma.us.
**********************************************************************
*** xconv.pl.orig Thu Mar 10 06:14:39 2005
--- xconv.pl Thu Oct 27 08:09:19 2005
***************
*** 16,23 ****
--- 16,31 ----
while( <STDIN> ) {
+ $disable = 0; # Default to 'enable'
+
chomp;
+ # Check for disable before we check for comments
+ if (m/^\#<off>\#/i) {
+ s/^.*?\s//;
+ $disable = 1;
+ }
+
# Remove comment lines
if( grep /^#/, $_ ) {
next;
***************
*** 87,92 ****
--- 95,105 ----
print "\n";
}
+
+ if ($disable) {
+ print "\tdisable = yes\n";
+ }
+
print "}\n";
print "\n";
}
--- End Message ---
--- Begin Message ---
Source: xinetd
Source-Version: 1:2.3.14-1
We believe that the bug you reported is fixed in the latest version of
xinetd, which is due to be installed in the Debian FTP archive:
xinetd_2.3.14-1.diff.gz
to pool/main/x/xinetd/xinetd_2.3.14-1.diff.gz
xinetd_2.3.14-1.dsc
to pool/main/x/xinetd/xinetd_2.3.14-1.dsc
xinetd_2.3.14-1_i386.deb
to pool/main/x/xinetd/xinetd_2.3.14-1_i386.deb
xinetd_2.3.14.orig.tar.gz
to pool/main/x/xinetd/xinetd_2.3.14.orig.tar.gz
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.
Thomas Seyrat <[EMAIL PROTECTED]> (supplier of updated xinetd 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: Tue, 9 May 2006 13:32:06 +0200
Source: xinetd
Binary: xinetd
Architecture: source i386
Version: 1:2.3.14-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Seyrat <[EMAIL PROTECTED]>
Changed-By: Thomas Seyrat <[EMAIL PROTECTED]>
Description:
xinetd - replacement for inetd with many enhancements
Closes: 309312 312663 336023 342448 342559 342724
Changes:
xinetd (1:2.3.14-1) unstable; urgency=low
.
* New upstream release (closes: #342724).
* Updated config.guess and config.sub (closes: #342448).
* Comment about log_on_* in xinetd.conf (closes: #312663).
* Patch by Leo Weppelman <[EMAIL PROTECTED]> on child.c
(closes: #342559)
* Patch for xconv.pl by Ron Murray <[EMAIL PROTECTED]> to
process "#<off>#" lines (closes: #336023).
* Added configuration file for discard internal service
(closes: #309312)
* Bumped Standards-Version to 3.7.2
* Bumped debhelper compatibility level to 5.
Files:
556c078061f6a690270b02814f2f9d87 579 net extra xinetd_2.3.14-1.dsc
567382d7972613090215c6c54f9b82d9 301703 net extra xinetd_2.3.14.orig.tar.gz
49c963f322ade3760bbcc3e00a367967 36322 net extra xinetd_2.3.14-1.diff.gz
a804e25e8af2bc57b8ae6b25baf6a122 137446 net extra xinetd_2.3.14-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEYH/SG7q+HrSg3okRAgeUAJ9Cvq9f49875Rvn8RMSgov+UQnOuACeLtUK
SSmeyrRUKWaXoocrud0HOCM=
=aVNU
-----END PGP SIGNATURE-----
--- End Message ---