diff options
| author | bwarsaw | 2000-03-22 16:09:52 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-03-22 16:09:52 +0000 |
| commit | b00d66a003efd94d3a5dbeb578e29f098becfa5b (patch) | |
| tree | be14b4e3e162d4f6ea34ae28af60228f0c7da978 | |
| parent | a36024ba6fb2fa1077835cd137f2b846b88cdabd (diff) | |
| download | mailman-b00d66a003efd94d3a5dbeb578e29f098becfa5b.tar.gz mailman-b00d66a003efd94d3a5dbeb578e29f098becfa5b.tar.zst mailman-b00d66a003efd94d3a5dbeb578e29f098becfa5b.zip | |
Ron Jarrell points out that this still tried to install run_queue.
| -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 0ee80c63d..0320c7b16 100644 --- a/cron/Makefile.in +++ b/cron/Makefile.in @@ -40,8 +40,8 @@ CRONDIR= $(prefix)/cron SHELL= /bin/sh -SCRIPTS= checkdbs crontab.in mailpasswds senddigests \ -gate_news run_queue nightly_gzip +SCRIPTS= checkdbs crontab.in mailpasswds senddigests gate_news \ +nightly_gzip # Modes for directories and executables created by the install # process. Default to group-writable directories but |
