| History log of /src/etc/defaults/daily.conf |
| Revision | | Date | Author | Comments |
| 1.18 |
| 30-Jul-2012 |
christos | PR/46757: Edgar Fu�: Change default to pkg_vulnerabilities from NO to unset, and make unset insted of NO to produce warnings, so that setting it to NO does produce warnings (if it is inappropriate for the machine to warn about this).
|
| 1.17 |
| 30-Jul-2012 |
christos | PR/46756: Edgar Fu�: Enable ignoring subdirectories in daily's find_core
|
| 1.16 |
| 07-Feb-2012 |
joerg | branches: 1.16.2; Import the new apropos/whatis.
This code has been developed by Abhinav Upadhyay as part of Google's Summer of Code 2011. It uses libmandoc to parse man pages and builds a Full Text Index in a SQLite database. The combination of indexing the full manual page, filtering out stop words and ranking individual matches based on the section gives a much improved user experience.
The old makewhatis and friends are kept under MKMAKEMANDB=no for now.
|
| 1.15 |
| 17-Dec-2011 |
darcy | Add option to include daily insecurity output in daily output. PR bin/17029
|
| 1.14 |
| 05-Feb-2010 |
jmmv | branches: 1.14.6; Deprecate the pkgdb_dir settings from daily.conf and security.conf in favor of the PKG_DBDIR variable in /etc/pkg_install.conf. The purpose of this is to only have to define the location of the packages database in a single place and have all other system components pick it up.
pkgdb_dir is still honored if defined and the scripts will spit out a warning in that case, asking the administrator to migrate to the PKG_DBDIR setting. We can't remove this compatibility workaround until, at least, after NetBSD 6 is released.
|
| 1.13 |
| 20-Jan-2010 |
jmmv | Default fetch_pkg_vulnerabilities to NO and complain if it is set to that value when packages are found (so that the user knows he is not getting the vulnerability checks).
Why? People is complaining. (And somehow, the argument that NetBSD doesn't do any network operation by default convinces me that it should continue to do so.)
But still, I will be adding a question to sysinst to enable/disable this.
|
| 1.12 |
| 19-Jan-2010 |
jmmv | Add the fetch_pkg_vulnerabilities option to the daily script to keep the packages vulnerability database up to date. This will only fetch the file from the server if it has changed since the last run.
Add the check_pkg_vulnerabilities and check_pkg_signatures options to the security script to check that the installed packages are sane.
All of these options are enabled by default but they will only run if there is, at least, one installed package.
|
| 1.11 |
| 30-Aug-2008 |
bouyer | Add a run_fsck_flags variable to daily.conf(5), allowing extra flags to be passed to to daily fsck run. For example, run_fsck_flags="-Tffs:-X" will run the nighly fsck_ffs on a snapshot :)
|
| 1.10 |
| 27-Jan-2008 |
xtraeme | branches: 1.10.2; 1.10.6; 1.10.10; Remove references to check_uucp in daily.conf(5) and the defaults file... uucp was removed a while ago.
|
| 1.9 |
| 30-Jun-2005 |
rpaulo | branches: 1.9.10; Add ptyfs to the file-system types ignored by the find_core check.
Ok'ed by Christos Zoulas and Hubert Feyrer.
|
| 1.8 |
| 30-Nov-2004 |
jwise | With the recent fixes to cpp(1) and calendar(1), it is now safe to turn on run_calendar by default. Include a note advising users who replace /usr/bin/cpp with a non-basesrc version to turn this off.
|
| 1.7 |
| 28-Sep-2004 |
erh | PR misc/7716: add configuration options find_core_ignore_fstypes and check_devices_ignore_fstypes to allow the filesystem types that are ignored during the daily and security runs to be adjusted.
|
| 1.6 |
| 08-Dec-2003 |
perry | add show_remote_fs Triggers showing nfs mounted file systems in the nightly report.
|
| 1.5 |
| 07-Dec-2003 |
perry | add full_netstat=NO
|
| 1.4 |
| 30-Sep-2003 |
christos | turn off calendar -a by default and mention why.
|
| 1.3 |
| 21-Feb-2003 |
jhawk | Suppress emailing the daily security report if it is empty, unless send_empty_security=YES. Implements change-request PR security/17249 from Takahiro Kambe <taca@sky.yamashina.kyoto.jp>.
|
| 1.2 |
| 08-Nov-2000 |
lukem | remind people to edit /etc/*.conf instead of /etc/defaults/*.conf
|
| 1.1 |
| 01-Oct-2000 |
lukem | branches: 1.1.2; move default config files from /etc/default -> /etc/defaults, to be consistent with what FreeBSD uses /etc/defaults for and since SVR4 uses /etc/default for another purpose. as discussed on tech-userlevel, and no objections were made.
|
| 1.1.2.3 |
| 29-Jul-2001 |
he | Pull up revision 1.2 (requested by he): Remind people to edit /etc/*.conf instead of /etc/defaults/*.conf.
|
| 1.1.2.2 |
| 02-Oct-2000 |
lukem | pull up rev 1.1 (approved by thorpej): move default config files from /etc/default -> /etc/defaults, to be consistent with what FreeBSD uses /etc/defaults for, and since SVR4 uses /etc/default for another purpose. as discussed on tech-userlevel, and no objections were made.
|
| 1.1.2.1 |
| 01-Oct-2000 |
lukem | file daily.conf was added on branch netbsd-1-5 on 2000-10-02 03:13:01 +0000
|
| 1.9.10.1 |
| 23-Mar-2008 |
matt | sync with HEAD
|
| 1.10.10.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.10.6.1 |
| 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.10.2.2 |
| 27-Jan-2008 |
xtraeme | Remove references to check_uucp in daily.conf(5) and the defaults file... uucp was removed a while ago.
|
| 1.10.2.1 |
| 27-Jan-2008 |
xtraeme | file daily.conf was added on branch mjf-devfs on 2008-01-27 05:20:25 +0000
|
| 1.14.6.2 |
| 30-Oct-2012 |
yamt | sync with head
|
| 1.14.6.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.16.2.2 |
| 08-Aug-2012 |
martin | Pull up following revision(s) (requested by christos in ticket #457): etc/daily: revision 1.83 etc/defaults/daily.conf: revision 1.18 PR/46757: Edgar Fu�: Change default to pkg_vulnerabilities from NO to unset, and make unset insted of NO to produce warnings, so that setting it to NO does produce warnings (if it is inappropriate for the machine to warn about this).
|
| 1.16.2.1 |
| 08-Aug-2012 |
martin | Pull up following revision(s) (requested by christos in ticket #456): etc/daily: revision 1.82 etc/defaults/daily.conf: revision 1.17 share/man/man5/daily.5: revision 1.5 PR/46756: Edgar Fu�: Enable ignoring subdirectories in daily's find_core
|