summaryrefslogtreecommitdiffstats
path: root/etc/periodic/daily/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r316945-r316946asomers2017-05-051-0/+1
| | | | | | | | | | | | | | | | | r316945: Add 410.status-mfi, a periodic script for mfi(4) arrays PR: 176049 Submitted by: doconnor@gsoft.com.au Reviewed by: scottl, Larry Rosenman <ler@lerctr.org> Relnotes: yes r316946: Reorder Makefile entries from r316945 PR: 176049 Reported by: Oliver Pinter X-MFC-With: 316945
* Fix periodic(8) and rc(8) script inclusion to rcmds package.gjb2016-01-301-1/+5
| | | | Sponsored by: The FreeBSD Foundation
* Fix accounting package rc.d/accounting conflict.gjb2016-01-281-1/+7
| | | | | | Add periodic(8) accounting scripts to acct package. Sponsored by: The FreeBSD Foundation
* Add support for automatic leap-second file updates.cy2016-01-261-1/+2
| | | | | | | | | | | | | | | | | | | | | The working copy of leapfile resides in /var/dbntpd.leap-seconds.list. /etc/ntp/leap-seconds (periodically updated from ftp://time.nist.gov/pub/ or ftp://tycho.usno.navy.mil/pub/ntp/) contains the master copy should automatic leapfile updates be disabled (default). Automatic leapfile updates are fetched from $ntp_leapfile_sources, defaulting to https://www.ietf.org/timezones/data/leap-seconds.list, within $ntp_leapfile_expiry_days (default 30 days) from leap-seconds file expiry. Automatic updates can be enabled by setting $daily_ntpd_leapfile_enable="YES" in periodic.conf. To avoid congesting the ntp leapfile source the automatic update randomized by default but can be disabled through daily_ntpd_avoid_congestion="NO" in periodic.conf. Suggested by: des Reviewed by: des, roberto, dwmalone, ian, cperciva, glebius, gjb MFC after: 1 week X-MFC with: r289421, r293037
* Rename etc/periodic/daily/430.status-rwho to periodic/daily/430.status-uptimengie2015-11-021-2/+2
| | | | | | | | | | | | | The command was checking local/remote system uptime, so rename the script to match its function and to avoid confusion The controlling variable in /etc/periodic.conf has been renamed from daily_status_rwho_enable to daily_status_uptime_enable. MFC after: 3 days Reported by: Peter Jeremy <peter@rulingia.com> Relnotes: yes Sponsored by: EMC / Isilon Storage Division
* Evaluate running userland/kernel version in dailygjb2015-01-151-0/+1
| | | | | | | | | | periodic(8) run, taken from uname(1) '-U' and '-K' flags. Reviewed by: allanjude, dvl Differential Revision: https://reviews.freebsd.org/D1541 MFC after: 1 week Sponsored by: The FreeBSD Foundation
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
| | | | from the latter.
* After around 20 years of duty it is time for pkg_install to retirebapt2013-10-311-5/+0
|
* Odds and ends left over from BIND and unnoticed because they didn'tdes2013-10-011-4/+0
| | | | | | affect 'make universe'. Approved by: re (gjb)
* Unconditionally install 210.backup-aliases as many MTAs other thaneadler2013-05-111-1/+1
| | | | | | | | sendmail support the use of /etc/aliases. PR: conf/176098 Submitted by: ak MFC after: 2 weeks
* Remove periodic script for ataraid(4) and add instead script for graid(8).mav2013-04-041-1/+1
|
* make installation of the 220.backup-pkgdb periodic script depend on PKGTOOLSbapt2012-12-201-2/+2
| | | | knob
* Hook the 220.backup-pkgdb script I added to the build unconditionallydougb2011-03-271-0/+1
| | | | | | Hook up 610.ipf6denied based on MK_IPFILTER as 510.ipfdenied is now Poked by: Andrzej Tobola <ato@iem.pw.edu.pl>
* Connect the new script 490.status-pkg-changes (see r210863)olli2010-08-101-0/+4
| | | | | | | to the build, so it gets actually installed. Approved by: des (mentor) MFC after: 17 days
* - add the zfs scrub scriptnetchild2010-06-171-1/+5
| | | | | | | - move the zfs status script into the MK_ZFS conditional to respect WITHOUT_ZFS Noticed by: Andrzej Tobola <ato@iem.pw.edu.pl>
* add new build knobs and jigger some existing controls to improvesam2008-09-211-12/+37
| | | | | | | | control over the result of buildworld and installworld; this especially helps packaging systems such as nanobsd Reviewed by: various (posted to arch) MFC after: 1 month
* o Install 480.status-ntpd.maxim2007-05-141-0/+1
| | | | Pointed out by: Henrik Brix Anders
* Add ZFS periodic scripts that monitors status of ZFS pools.pjd2007-04-061-0/+1
| | | | Submitted by: des
* Add periodic scripts that check the status of graid3(8), gstripe(8)brueffer2006-03-021-0/+3
| | | | | | and gconcat(8) devices, respectively. Approved by: rwatson (mentor)
* o Add 406.status-gmirror, sort.maxim2006-01-211-1/+2
| | | | Submitted by: brueffer
* Add status checking of ATA raid to the daily periodic scripts.jesper2003-10-271-0/+1
|
* Remove 220.backup-distfile since it has been deleted.jhb2003-04-011-1/+0
| | | | | Reported by: mdodd Pointy hat to: jhb
* 320.rdist is OBE as we don't have rdist in the base system any more.obrien2003-03-291-1/+0
|
* Install scripts via FILES (purposedly not via SCRIPTS that wouldru2002-07-181-1/+1
| | | | strip the suffixes).
* UUCP removal Phase III.kris2001-10-011-4/+0
|
* Add 470.status-named.dirk2001-05-111-0/+1
| | | | Reminded by: gshapiro
* Add 500.queuerunache2001-02-191-0/+1
|
* Finish the job of conditionalizing UUCP by preventing files in /etc/uucpdougb2000-10-291-2/+4
| | | | | | | | from being installed, and make rmail conditional on neither of NO_SENDMAIL and NOUUCP. PR: bin/21321 Submitted by: Me
* "make install" did not install 150.clean-hoststat.ghelmer1999-11-041-0/+1
| | | | PR: bin/12497
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Check for rejected mailbrian1997-11-221-1/+2
| | | | Not commented on by: freebsd-hackers
* Copy /etc/cron.d to /etc/periodic per-request of many.pst1997-08-161-0/+24
This wasn't done with a repository copy because there was no history of any consequence. Flames to me.
OpenPOWER on IntegriCloud