Your message dated Sat, 08 Feb 2014 00:03:30 +0000
with message-id <[email protected]>
and subject line Bug#619582: fixed in sysvinit 2.88dsf-49
has caused the Debian Bug report #619582,
regarding service doesn't correctly parse "cron" init.d
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.)
--
619582: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619582
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Subject: service doesn't correctly parse "cron" init.d
Package: sysvinit-utils
Version: 2.88dsf-13.1
Severity: minor
Tags: patch
Hello,
/etc/init.d/cron case statements don't begin with whitespaces. This
make "service" command print a "?" when running "service
--status-all".
See the attached patch.
--
Mathieu
--- /usr/sbin/service.old 2011-03-25 11:26:48.000000000 +0100
+++ /usr/sbin/service 2011-03-25 11:27:49.000000000 +0100
@@ -74,7 +74,7 @@
*)
if ! is_ignored_file "${SERVICE}" \
&& [ -x "${SERVICEDIR}/${SERVICE}" ]; then
- if ! grep -qs "\Wstatus)" "$SERVICE"; then
+ if ! egrep -qs "(^|\W)status\)" "$SERVICE"; then
#printf " %s %-60s %s\n" "[?]" "$SERVICE:" "unknown" 1>&2
echo " [ ? ] $SERVICE" 1>&2
continue
--- End Message ---
--- Begin Message ---
Source: sysvinit
Source-Version: 2.88dsf-49
We believe that the bug you reported is fixed in the latest version of
sysvinit, which is due to be installed in the Debian FTP archive.
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.
Petter Reinholdtsen <[email protected]> (supplier of updated sysvinit 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.8
Date: Sat, 08 Feb 2014 00:49:41 +0100
Source: sysvinit
Binary: sysvinit sysvinit-core sysvinit-utils sysv-rc initscripts bootlogd
Architecture: source amd64 all
Version: 2.88dsf-49
Distribution: unstable
Urgency: low
Maintainer: Debian sysvinit maintainers
<[email protected]>
Changed-By: Petter Reinholdtsen <[email protected]>
Description:
bootlogd - daemon to log boot messages
initscripts - scripts for initializing and shutting down the system
sysv-rc - System-V-like runlevel change mechanism
sysvinit - System-V-like init utilities
sysvinit-core - System-V-like init utilities
sysvinit-utils - System-V-like utilities
Closes: 576443 619582 699529
Changes:
sysvinit (2.88dsf-49) unstable; urgency=low
.
* Document the meaning of +, - and ? for service --status-all in
service(8) (Closes: #699529).
* Make the service command better at finding scripts with status
support (Closes: #619582). Patch from Hamish Downer.
* New patch 95_kfreebsd_bootlogd.patch improving bootlogd behaviour
on kFreeBSD (Closes: #576443). Patch from Mats Erik Andersson.
* Update debian/watch file to use the new upstream location linked to
from http://savannah.nongnu.org/projects/sysvinit .
* Update meta information about patches applied upstream.
* Adjust the sysvinit/hurd-fix-inittab debconf template text to
avoid asking a question in the extended description. Thanks
Lintian.
Checksums-Sha1:
651c5f1753e019f13a4ec5c47109436b2c55dc6c 1777 sysvinit_2.88dsf-49.dsc
e20ccf1f9d3c8491b0885cfe30098d0840cbd3f7 170048
sysvinit_2.88dsf-49.debian.tar.xz
b45fecd84f4e0b4d3aa7fee0d0b0387b187f6635 81468 sysvinit_2.88dsf-49_amd64.deb
ccbb81e929d104ef6eb9bb49f7c5ecc0e2a06de7 128784
sysvinit-core_2.88dsf-49_amd64.deb
b5895e2d180fc5d69700730cc8abe2e077d39999 93894
sysvinit-utils_2.88dsf-49_amd64.deb
f26c79f3045ecf28954283d3ca518c3bc8487525 80210 sysv-rc_2.88dsf-49_all.deb
66bcf8b12c60f654beab8b6d71468d7e8fd5d48b 85262 initscripts_2.88dsf-49_amd64.deb
58055324f086f00a425255b5b18ba84dee221391 56652 bootlogd_2.88dsf-49_amd64.deb
Checksums-Sha256:
9f32fe2c6e86b92853d59e97d3fc3d41e3bae2961a9907111d9a73fc5ec2a3fd 1777
sysvinit_2.88dsf-49.dsc
07911b236cf19ecfcd4650160c3f78167633d887222b6fad2ad9dce95474ec26 170048
sysvinit_2.88dsf-49.debian.tar.xz
c2d4018fec50b865f52c65bcf96053cd59dfd70bf86a360556507df3690090fe 81468
sysvinit_2.88dsf-49_amd64.deb
40b6220acb1254cf49a0d079b42eae3c329a31fa881fcce690351a2d2189a276 128784
sysvinit-core_2.88dsf-49_amd64.deb
ec8b6bd7a4f807c1d46f673b7059e07705ef17ecfc8d97f8baf475b39c171a7d 93894
sysvinit-utils_2.88dsf-49_amd64.deb
e3aec73ecdacc3cedd5cc422bb8389cf5e504ee9e905d711eb0ecb130d737197 80210
sysv-rc_2.88dsf-49_all.deb
20615672865429f0eaaa9ef82b6af507d743af58d1acd5ec8e1cd7c3d6dde3b3 85262
initscripts_2.88dsf-49_amd64.deb
b8b000dea3f8b210723a929b440fad51869c9130ae04c522c04e4269d4041bb9 56652
bootlogd_2.88dsf-49_amd64.deb
Files:
3e6811867f4b66aab9aaeefdadfa1162 1777 admin required sysvinit_2.88dsf-49.dsc
980d72154d845b291af0cca6f82d12f1 170048 admin required
sysvinit_2.88dsf-49.debian.tar.xz
87dbc8c48931a9d0a6906527a1736ce8 81468 admin required
sysvinit_2.88dsf-49_amd64.deb
4a444b9bd47ddb2117f950d770419347 128784 admin required
sysvinit-core_2.88dsf-49_amd64.deb
0ba61da6d6b4b5ec63bd46579f5022fe 93894 admin required
sysvinit-utils_2.88dsf-49_amd64.deb
e8762c29d5dc9ad2c62c0d46a0118116 80210 admin required
sysv-rc_2.88dsf-49_all.deb
97eb2943bf22d8ec7538c6ef99346ee6 85262 admin required
initscripts_2.88dsf-49_amd64.deb
59acf284c44a983d7c564555410f3431 56652 admin optional
bootlogd_2.88dsf-49_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iD8DBQFS9XIL20zMSyow1ykRApolAKCqJ4rNEShMFcOt3Qm/F2w4aKMOvwCgndUo
AjwmXbIa9ADJ+f0zw8prCMw=
=kiho
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-sysvinit-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel