Your message dated Mon, 24 Jul 2006 16:32:15 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#378351: fixed in puppet 0.18.4-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: puppet Version: 0.18.0-1 Severity: normal Tags: patch Hi! puppet fails to detect services which are only started in the S runlevel due to a too narrow regexp in /usr/lib/ruby/1.8/puppet/type/service/debian.rb Additionally, this only works with sysv-rc and not with file-rc. Please apply this patch to fix that. --- debian.rb.orig 2006-07-15 15:26:31.000000000 +0000 +++ /usr/lib/ruby/1.8/puppet/type/service/debian.rb 2006-07-15 15:27:59.000000000 +0000 @@ -26,7 +26,7 @@ # If it's enabled, then it will print output showing removal of # links. - if output =~ /etc\/rc\d.d/ + if output =~ /etc\/rc[\dS].d|Nothing to do\./ return :true else return :false Thank you for your time and work! Regards, David -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.17-1-vserver-686 Locale: LANG=C, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) Versions of packages puppet depends on: ii adduser 3.92 Add and remove users and groups ii facter 1.3.3-1 a library for retrieving facts fro ii libopenssl-ruby 1.0.0+ruby1.8.2-1 OpenSSL interface for Ruby ii libxmlrpc-ruby 1.8.2-1 XML-RPC support for Ruby ii lsb-base 3.1-10 Linux Standard Base 3.1 init scrip ii ruby 1.8.2-1 An interpreter of object-oriented Versions of packages puppet recommends: ii rdoc 1.8.2-1 Generate documentation from ruby s -- no debconf information
--- End Message ---
--- Begin Message ---Source: puppet Source-Version: 0.18.4-1 We believe that the bug you reported is fixed in the latest version of puppet, which is due to be installed in the Debian FTP archive: puppet_0.18.4-1.diff.gz to pool/main/p/puppet/puppet_0.18.4-1.diff.gz puppet_0.18.4-1.dsc to pool/main/p/puppet/puppet_0.18.4-1.dsc puppet_0.18.4-1_all.deb to pool/main/p/puppet/puppet_0.18.4-1_all.deb puppet_0.18.4.orig.tar.gz to pool/main/p/puppet/puppet_0.18.4.orig.tar.gz puppetmaster_0.18.4-1_all.deb to pool/main/p/puppet/puppetmaster_0.18.4-1_all.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. Matthew Palmer <[EMAIL PROTECTED]> (supplier of updated puppet 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: Mon, 24 Jul 2006 19:46:06 +1000 Source: puppet Binary: puppet puppetmaster Architecture: source all Version: 0.18.4-1 Distribution: unstable Urgency: low Maintainer: Jamie Wilkinson <[EMAIL PROTECTED]> Changed-By: Matthew Palmer <[EMAIL PROTECTED]> Description: puppet - centralised configuration management for networks puppetmaster - centralised configuration manangement control daemon Closes: 377896 378351 Changes: puppet (0.18.4-1) unstable; urgency=low . * New upstream release. - Properly detect all services, including those in rcS.d. (Closes: #378351) * Add Homepage: to the long description. (Closes: #377896) Files: 769f504e8d15f118a0dbaca0349133e4 673 admin optional puppet_0.18.4-1.dsc 69ff5f152a127c1c1b1ee89a63c4ca1e 375542 admin optional puppet_0.18.4.orig.tar.gz c4120dc31f0a8878eed054f73a4380e3 3793 admin optional puppet_0.18.4-1.diff.gz dacac97a5a39337cbbb038510ccea1b8 246518 admin optional puppet_0.18.4-1_all.deb 638bfed2e37afcd647446944106beccb 10520 admin optional puppetmaster_0.18.4-1_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFExVSzBEnrTWk1E4cRAo2mAJ9txVUtTEMqIJ5/uucx964NMC+DoQCdFxsB or8jLwT/sC6IPZKaf73T7N8= =pDbT -----END PGP SIGNATURE-----
--- End Message ---

