Your message dated Sun, 01 Nov 2009 13:02:09 +0000
with message-id <[email protected]>
and subject line Bug#527885: fixed in anacron 2.3-14
has caused the Debian Bug report #527885,
regarding init.d reload action should be successful
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.)
--
527885: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527885
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: anacron
Version: 2.3-13.1
Severity: minor
Tags: patch
Per LSB, "If a service reloads its configuration automatically (as in the case
of cron, for example), the reload action of the init script shall behave as if
the configuration was reloaded successfully."
I propose the following patch to fix that.
diff -u anacron-2.3/debian/init.d anacron-2.3/debian/init.d
--- anacron-2.3/debian/init.d
+++ anacron-2.3/debian/init.d
@@ -35,7 +35,7 @@
start-stop-daemon --start --exec /usr/sbin/anacron -- -s
log_end_msg 0
;;
- restart|force-reload)
+ restart|force-reload|reload)
# nothing to do
:
;;
@@ -48,7 +48,7 @@
exit 4
;;
*)
- echo "Usage: /etc/init.d/anacron {start|stop}"
+ echo "Usage: /etc/init.d/anacron {start|stop|restart|force-reload|reload}"
exit 2
;;
esac
--- End Message ---
--- Begin Message ---
Source: anacron
Source-Version: 2.3-14
We believe that the bug you reported is fixed in the latest version of
anacron, which is due to be installed in the Debian FTP archive:
anacron_2.3-14.diff.gz
to main/a/anacron/anacron_2.3-14.diff.gz
anacron_2.3-14.dsc
to main/a/anacron/anacron_2.3-14.dsc
anacron_2.3-14_i386.deb
to main/a/anacron/anacron_2.3-14_i386.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.
Peter Eisentraut <[email protected]> (supplier of updated anacron 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: Thu, 29 Oct 2009 23:46:20 +0200
Source: anacron
Binary: anacron
Architecture: source i386
Version: 2.3-14
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut <[email protected]>
Changed-By: Peter Eisentraut <[email protected]>
Description:
anacron - cron-like program that doesn't go by time
Closes: 401838 461784 480463 490785 526919 527885 546169 548777
Changes:
anacron (2.3-14) unstable; urgency=low
.
* New maintainers (closes: #546169, #548777)
* Don't ignore errors from make clean, per lintian
* Removed useless anacron.postinst file
* Added Vcs control fields
* Point to non-symlink version of license file, per lintian
* Updated standards version
* Updated to debhelper level 7
* Make init script reload action exit successfully (closes: #527885)
* Properly encode backslash on anacrontab.5 man page (closes: #461784)
* Removed spurious debug message in lock.c:consider_job() (closes: #480463)
* Fixed incorrect use of SPOOLDIR in readtab.c (closes: #401838)
* Changed mail-transport-agent to Suggests, and replaced exim4 by
default-mta (closes: #490785)
* Changed default syslog to rsyslog (closes: #526919)
Checksums-Sha1:
ab33a48630455bb9c3e5b361d672ce41316a9c83 1102 anacron_2.3-14.dsc
04f500c7c1a7ab3b36dac2ebab66bb11aec247dd 16286 anacron_2.3-14.diff.gz
c8b18b554fc9ad3a8cb00c6b73c3685bff0922e6 30144 anacron_2.3-14_i386.deb
Checksums-Sha256:
1ab710f2c3ae71bd089a789e095c14bc66bc0db51cd7c9fd1c1291cb582c05a9 1102
anacron_2.3-14.dsc
a5dadd8f8b88da5e6c7ff0952781628414c3bc94a204003cce698da0ca9c1e2a 16286
anacron_2.3-14.diff.gz
e24766c97169431002de8f47a0682cd45eadc3f36bfb3027eefe47b93abdd646 30144
anacron_2.3-14_i386.deb
Files:
c6603b23750d7af1cf91981053552d3d 1102 admin optional anacron_2.3-14.dsc
9a1fb01ef4c06d8274aa5a0d401f5c2c 16286 admin optional anacron_2.3-14.diff.gz
4715ab45800be7b2e07054c02960aec2 30144 admin optional anacron_2.3-14_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkrtglUACgkQTTx8oVVPtMa63ACbB3MwBkMblK4Cl9jnI34cLqBw
mzIAniL30U4eWbvjfrB6anKsgxa2KZyY
=IbC9
-----END PGP SIGNATURE-----
--- End Message ---