aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/periodic/periodic.sh
Commit message (Expand)AuthorAgeFilesLines
* Add an option to make periodic(8) quiet when no output was generated.David Malone2007-06-221-5/+8
* Mention the ``end of output'' for each periodic script.Brian Somers2002-05-141-0/+3
* Properly fix the temporary file creation in the case of multipleKris Kennaway2000-11-261-1/+1
* Don't use a trivially predictable temporary filename and keep recreatingKris Kennaway2000-11-021-2/+3
* Fix a typoBrian Somers2000-09-201-1/+1
* Put temporary output in ${TMPDIR:-/tmp}Brian Somers2000-09-191-2/+3
* Don't clobber $? before using it.Brian Somers2000-09-191-1/+2
* Fix situations where none of the scripts executed produce output,Brian Somers2000-09-161-43/+54
* Another overhaul of the periodic stuff.Brian Somers2000-09-141-27/+49
* Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.Brian Somers2000-06-231-5/+3
* Update periodic to use the function source_rc_confs thatNeil Blakey-Milner2000-04-271-0/+1
* export host after setting it.Chris Piazza2000-03-291-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Look in correct rc.conf file.Jordan K. Hubbard1999-02-141-3/+6
* Make periodic(8) and the security mailings reflect the full FQDN, as opposedBill Fumerola1999-01-011-2/+2
* Directories aren't executable.Tim Vanderhoek1998-12-291-2/+2
* Change local_cron to local_periodic.Paul Traina1997-08-191-2/+2
* Use /etc/periodicPaul Traina1997-08-161-2/+2
* Back out the fancy directory sorting, it's more pain that its worth,Paul Traina1997-08-131-27/+4
* Incorporate some ideas that came up during discussion with msmith.Paul Traina1997-08-131-23/+59
* Initial import of periodic executable control program.Paul Traina1997-08-121-0/+51