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

Reply via email to