Any best practices for automating an addition to a user's crontab when installing and removing a package (for a package I'm creating)?
In the RHEL world I can make use of /etc/cron.d/, should I set EDITOR to 'cat' and run crontab -e with a heredoc to add my line? :) Hmm, that probably wouldn't work... Thanks Ray
