Taken on board suggestions of Mathieu Lirzin as per e-mails to the bug-mcron@gnu.org mailing list around September 2015.

This commit is contained in:
Dale Mellor 2015-10-22 06:59:21 +01:00
commit c0a6eb14c2
20 changed files with 1155 additions and 664 deletions

View file

@ -1,6 +1,6 @@
Authors of GNU mcron.
Copyright (C) 2003, 2005, 2006 Dale Mellor
Copyright (C) 2003, 2005, 2006, 2015 Dale Mellor
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@ -16,3 +16,6 @@ The section of the manual which describes in detail the syntax for Vixie-style
configuration files is copied verbatim from Paul Vixie's own distribution,
on the understanding that this is permitted under his copyright notice,
which is reproduced in its entirety in this section of the manual.
Further contributions have been received from Sergey Poznyakoff and Mathieu
Lirzin, and incorporated where appropriate.