mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 09:11:50 -04:00
Add a new cronjob to flush emails every 30 minutes and change pkg-message to let users know about it. PR: 261532 Sponsored by: Rubicon Communications, LLC ("Netgate")
5 lines
134 B
Text
5 lines
134 B
Text
SHELL=/bin/sh
|
|
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
|
|
|
|
# See crontab(5) for field format.
|
|
*/30 * * * * root %%PREFIX%%/libexec/dma -q
|