diff options
author | dale_mellor <dale_mellor> | 2003-07-05 12:13:19 +0000 |
---|---|---|
committer | dale_mellor <dale_mellor> | 2003-07-05 12:13:19 +0000 |
commit | 62b040336328d99ade41776bd52b1d7cd7298629 (patch) | |
tree | 501d06d9af92555884a0820214a2634bde8a36e9 /config.scm.in | |
parent | 3725aedd02d9b24c1239610066dd62387ef4d5a9 (diff) | |
download | mcron-62b040336328d99ade41776bd52b1d7cd7298629.tar.gz mcron-62b040336328d99ade41776bd52b1d7cd7298629.tar.bz2 mcron-62b040336328d99ade41776bd52b1d7cd7298629.zip |
Disabled installation of cron, crontab by default. Fixed up all information files to reflect this.0.99.1
Diffstat (limited to 'config.scm.in')
-rw-r--r-- | config.scm.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.scm.in b/config.scm.in index f31ac1e..bd62764 100644 --- a/config.scm.in +++ b/config.scm.in @@ -24,4 +24,3 @@ (define config-package-string "@PACKAGE_STRING@") (define config-package-bugreport "@PACKAGE_BUGREPORT@") (define config-sendmail "@SENDMAIL@") -(define config-cat "@CAT@") |