[Pkg-cron-devel] [SCM] Git repository for pkg-cron branch, master, updated. debian/3.0pl1-119-26-g95b1261

Javier Fernandez-Sanguino jfs at debian.org
Wed Sep 21 21:28:12 UTC 2011


The following commit has been merged in the master branch:
commit 304f7be76bca488676f6d9cdec95e7d462f55312
Author: Javier Fernandez-Sanguino <jfs at debian.org>
Date:   Wed Sep 21 23:27:51 2011 +0200

    Remove tabs from manpage since they are not formatted properly in the nonfill area

diff --git a/crontab.5 b/crontab.5
index 39a33aa..c1db778 100644
--- a/crontab.5
+++ b/crontab.5
@@ -278,10 +278,10 @@ SHELL=/bin/sh
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
 # m h dom mon dow user	command
-17 *	* * *	root    cd / && run-parts --report /etc/cron.hourly
-25 6	* * *	root	test \-x /usr/sbin/anacron || ( cd / && run-parts \-\-report /etc/cron.daily )
-47 6	* * 7	root	test \-x /usr/sbin/anacron || ( cd / && run-parts \-\-report /etc/cron.weekly )
-52 6	1 * *	root	test \-x /usr/sbin/anacron || ( cd / && run-parts \-\-report /etc/cron.monthly )
+17 * * * *  root  cd / && run-parts --report /etc/cron.hourly
+25 6 * * *  root  test \-x /usr/sbin/anacron || ( cd / && run-parts \-\-report /etc/cron.daily )
+47 6 * * 7  root  test \-x /usr/sbin/anacron || ( cd / && run-parts \-\-report /etc/cron.weekly )
+52 6 1 * *  root  test \-x /usr/sbin/anacron || ( cd / && run-parts \-\-report /etc/cron.monthly )
 #
 .fi
 .SH SEE ALSO

-- 
Git repository for pkg-cron



More information about the Pkg-cron-devel mailing list