Your message dated Tue, 22 May 2012 22:35:14 +0300
with message-id <[email protected]>
and subject line closing
has caused the Debian Bug report #541622,
regarding cleaned up /etc/anacrontab
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.)
--
541622: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541622
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: anacron
Version: 2.3-13.2
Severity: wishlist
Tags: patch
Hi.
May I suggest to apply the attached patch to /etc/anacrontab.
I does not change anything semantically, just removes some useless
empty lines and spaces and adds some tabs to align the indenting.
I'd even suggest to completely remove the lines:
# /etc/anacrontab: configuration file for anacron
# See anacron(8) and anacrontab(5) for details.
Nearly _every_ linux user should now about man and apropos,.. thus it
should be not necessary to point to the respective manpages ;)
And yes,... I'm a perfectionist ^^
Regards,
Chris.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-heisenberg (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_DE.UTF-8, LC_CTYPE=en_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages anacron depends on:
ii debianutils 3.2.1 Miscellaneous utilities
specific t
ii libc6 2.9-24 GNU C Library: Shared libraries
ii lsb-base 3.2-23 Linux Standard Base 3.2
init scrip
Versions of packages anacron recommends:
ii cron 3.0pl1-106 process scheduling daemon
ii postfix [mail-transport-agen 2.6.2~rc1-1 High-performance mail
transport ag
ii rsyslog [system-log-daemon] 4.2.0-2 enhanced multi-threaded syslogd
Versions of packages anacron suggests:
ii powermgmt-base 1.30+nmu1 Common utils and configs
for power
-- no debconf information
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
--- /etc/anacrontab 2008-03-10 02:14:32.000000000 +0100
+++ anacrontab 2009-08-15 01:42:27.000000000 +0200
@@ -1,12 +1,10 @@
-# /etc/anacrontab: configuration file for anacron
-
-# See anacron(8) and anacrontab(5) for details.
+#/etc/anacrontab: configuration file for anacron
+#See anacron(8) and anacrontab(5) for details.
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
-# These replace cron's entries
-1 5 cron.daily nice run-parts --report /etc/cron.daily
-7 10 cron.weekly nice run-parts --report /etc/cron.weekly
-@monthly 15 cron.monthly nice run-parts --report /etc/cron.monthly
-
+#These replace cron's entries
+1 5 cron.daily nice run-parts --report /etc/cron.daily
+7 10 cron.weekly nice run-parts --report /etc/cron.weekly
+@monthly 15 cron.monthly nice run-parts --report
/etc/cron.monthly
--- End Message ---
--- Begin Message ---
I'm closing this bug in accordance with my previous comment.
--- End Message ---