/etc/defaults/periodic.conf says:
Not really sure how to use all these files. I guess I should copy /etc/defaults/periodic.conf to /etc/periodic.conf and not touch the original.
What is the .local file for?
/etc/periodic/ contains all the periodic scripts. What is the dir in /usr/local/etc for? And what is the order of precedence if there are scripts with the same names in two dirs?
Code:
# What files override these defaults ?
periodic_conf_files="/etc/periodic.conf /etc/periodic.conf.local"
# periodic script dirs
local_periodic="/usr/local/etc/periodic"
Not really sure how to use all these files. I guess I should copy /etc/defaults/periodic.conf to /etc/periodic.conf and not touch the original.
What is the .local file for?
/etc/periodic/ contains all the periodic scripts. What is the dir in /usr/local/etc for? And what is the order of precedence if there are scripts with the same names in two dirs?