-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Matt Kehler wrote: > The mailman install that comes with RedHat 7.3 doesn't seem to have any > crontab files. what is the proper/preferred way to put these back?
The gpg signed RedHat 7.3 RPM (and the subsequent update) I have does indeed come with crontab files and they are installed by the rpm's post script, like so: if [ ! -f /var/spool/cron/mailman ]; then crontab -u mailman /var/mailman/cron/crontab.in fi If crontab -l -u mailman doesn't show the right output, just run the crontab command from the rpm output above. - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ I'm not fat. I am a nutritional overachiever. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+R/2Zuv+09NZUB1oRAuNiAKD3sGVyJWEdBVtP9xrkZk1m5h8HtQCg1dsI Tgda+eoH4KHhuXeUVWnCNtw= =5C8c -----END PGP SIGNATURE----- ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [email protected] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
