diff options
author | dale_mellor <dale_mellor> | 2003-08-03 15:14:54 +0000 |
---|---|---|
committer | dale_mellor <dale_mellor> | 2003-08-03 15:14:54 +0000 |
commit | eb50865add48ceccfa38bf4165351dd0418df41f (patch) | |
tree | b6d34a4e806ba0e61ec63f39320c3c636d82b459 /README | |
parent | 2c6cfc753d5c4a6116bcf24307371c33f49bcfd1 (diff) | |
download | mcron-eb50865add48ceccfa38bf4165351dd0418df41f.tar.gz mcron-eb50865add48ceccfa38bf4165351dd0418df41f.tar.bz2 mcron-eb50865add48ceccfa38bf4165351dd0418df41f.zip |
Broken all functionality out into separate modules.
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -1,8 +1,8 @@ -Copyright (C) 2003 Dale Mellor +Copyright (C) 2003 Dale Mellor -*-text-*- See the end for copying conditions. -This is version 0.99.2 of the mcron program (the second 1.0.0 release +This is version 0.99.3 of the mcron program (the third 1.0.0 release candidate), designed and written by Dale Mellor, which replaces and hugely enhances Vixie cron. It is functionally complete, production quality code (did you expect less?), but has not received much testing yet. It has only been built @@ -44,14 +44,16 @@ m.crontab. See the file INSTALL for generic building and installation instructions. After installation, read the info file for full instructions for use (type -`info mcron' at the command line). +`info mcron' at the command line). Notes for end users, sysadmins, and +developers who wish to incorporate mcron into their own programs are included +here. Known bugs are noted in the BUGS file, and features which might be implemented sometime sooner or later are noted in the TODO file. -Please send all other bug reports either via Savannah at +Please send all other bug reports either via Savannah (preferred) at https://savannah.nongnu.org/bugs/?func=addbug&group=mcron -or by electronic mail to: +or else by electronic mail to: dale_mellor@users.sourceforge.net Mcron is free software. See the file COPYING for copying conditions. @@ -59,6 +61,8 @@ Mcron is free software. See the file COPYING for copying conditions. The mcron development home page is at http://www.nongnu.org/mcron. + + _______________________________________________________________________________ Copyright (C) 2003 Dale Mellor |