diff options
author | dale_mellor <dale_mellor> | 2005-10-23 12:29:19 +0000 |
---|---|---|
committer | dale_mellor <dale_mellor> | 2005-10-23 12:29:19 +0000 |
commit | b1e921ffc81d460ef0ed7ab6163eb38b654ddf3b (patch) | |
tree | 4d5a51b409075d5c1617b7cab96a3b863d0b4f2a /crontab.scm | |
parent | 863b755293610f84bc0f871264195076f99a9392 (diff) | |
download | mcron-b1e921ffc81d460ef0ed7ab6163eb38b654ddf3b.tar.gz mcron-b1e921ffc81d460ef0ed7ab6163eb38b654ddf3b.tar.bz2 mcron-b1e921ffc81d460ef0ed7ab6163eb38b654ddf3b.zip |
Changes requested by David D. Smith.1.0.2.rc1
Non-root install.
Diffstat (limited to 'crontab.scm')
-rw-r--r-- | crontab.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crontab.scm b/crontab.scm index d347445..e5dfa29 100644 --- a/crontab.scm +++ b/crontab.scm @@ -163,6 +163,8 @@ noop)) + ;; !!!! This comment is wrong. + ;; In the case of the replace personality we loop over all the arguments on the ;; command line, and for each one parse the file to make sure it is parseable ;; (but subsequently ignore the configuration), and all being well we copy it |