aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/periodic/periodic.sh
Commit message (Expand)AuthorAgeFilesLines
* periodic: fix a typo in a commentEnji Cooper2024-01-311-1/+1
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* periodic: Honor kern.localbaseJuraj Lutter2023-06-161-1/+5
* periodic: switch lockf to silent operation.Alexander Leidinger2023-02-281-1/+1
* periodic: Use a deterministic $PATH for periodic.Peter Wemm2021-12-211-0/+4
* periodic: replace "tty" with "test -t 0"Alan Somers2019-08-191-1/+1
* periodic: fix anticongestion for scripts run after securityAlan Somers2019-08-181-1/+8
* periodic: fix exit status for nonexistent argumentsAlan Somers2017-11-201-1/+1
* periodic(8): delete trailing whitespaceEnji Cooper2017-06-201-3/+3
* Consolidate random sleeps in periodic scriptsAlan Somers2017-04-011-0/+7
* Better document security_show_{success,info,badconfig} in /etc/periodic.confAlan Somers2016-05-211-2/+2
* Include the calling context in the mail subject, if any.Jeremie Le Hen2013-09-031-4/+6
* Export a PERIODIC environment variable from periodic(8). This willJeremie Le Hen2013-08-251-0/+1
* Prevent periodic scripts that run longer than the expected period fromBrooks Davis2012-02-121-64/+95
* 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