summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1998-06-05 13:52:30 +0000
committerbwarsaw1998-06-05 13:52:30 +0000
commit87c9cf752f5d5f62c6329483cc15dea6160fbadb (patch)
tree8c2ef722ac2f821ed2ac65c401d14a9ba94d5041
parentaa4ab36618c2a00730c8a6e4d8528a2bfe9a85ca (diff)
downloadmailman-87c9cf752f5d5f62c6329483cc15dea6160fbadb.tar.gz
mailman-87c9cf752f5d5f62c6329483cc15dea6160fbadb.tar.zst
mailman-87c9cf752f5d5f62c6329483cc15dea6160fbadb.zip
Eliminate the blank line by using a comment character instead.
Apparently the blank line confuses crontab on SunOS.
-rwxr-xr-xcron/crontab.in.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/crontab.in.in b/cron/crontab.in.in
index 2fed45042..c8246d5f0 100755
--- a/cron/crontab.in.in
+++ b/cron/crontab.in.in
@@ -6,7 +6,7 @@
#
# 5 AM on the first of each month, mail out password reminders.
0 5 1 * * @PYTHON@ @prefix@/cron/mailpasswds
-
+#
# Every 5 mins, try to gate news to mail. You can comment this one out
# if you don't want to allow gating, or don't have any going on right now,
# or want to exclusively use a callback strategy instead of polling.