diff options
author | Mark Sapiro <mark@msapiro.net> | 2008-06-06 11:13:09 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2008-06-06 11:13:09 -0700 |
commit | 72bb6de0ca937f387812ebae2955dd7be867902a (patch) | |
tree | 367aa1c0ea83e059e08bd247c22e6f2ecd306d23 /cron/Makefile.in | |
parent | 1f5bb73a37207e5491130b788db39330492f625f (diff) | |
parent | 17b4a1bc0a85320f46357cffde8232220a113e11 (diff) | |
download | mailman2-72bb6de0ca937f387812ebae2955dd7be867902a.tar.gz mailman2-72bb6de0ca937f387812ebae2955dd7be867902a.tar.xz mailman2-72bb6de0ca937f387812ebae2955dd7be867902a.zip |
Merged the cull_bad_shunt branch.
Diffstat (limited to '')
-rw-r--r-- | cron/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cron/Makefile.in b/cron/Makefile.in index afb03370..2a7c8fd2 100644 --- a/cron/Makefile.in +++ b/cron/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2003 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -42,7 +42,7 @@ CRONDIR= $(prefix)/cron SHELL= /bin/sh PROGRAMS= checkdbs mailpasswds senddigests gate_news \ - nightly_gzip bumpdigests disabled + nightly_gzip bumpdigests disabled cull_bad_shunt FILES= crontab.in BUILDDIR= ../build/cron |