History log of /netbsd/etc/daily (Results 1 – 25 of 93)
Revision Date Author Comments
# 77a7d809 23-Sep-2018 kre <kre@NetBSD.org>

Convert uses of test (ie: '[') to use only POSIX specified forms,
just on general principle (all but 3 of the changes are in code that
is commented out...)


# 473a68cc 13-Dec-2014 uebayasi <uebayasi@NetBSD.org>

Indent.


# 43f8792e 22-Jul-2014 wiz <wiz@NetBSD.org>

'file system' for consistency with documentation (instead of 'filesystem').


# bfccd4d5 08-Sep-2013 prlw1 <prlw1@NetBSD.org>

Add defaults for pkg_info and pkg_admin variables in case pkgpath.conf
is not installed.


# b7e4b8b8 01-May-2013 agc <agc@NetBSD.org>

Fix for problematic paths in /etc/daily and /etc/security reported in
PR/47645.

Add a separate file which contains the paths for the pkg_admin and
pkg_info utilities. This is called /etc/pkgpath.con

Fix for problematic paths in /etc/daily and /etc/security reported in
PR/47645.

Add a separate file which contains the paths for the pkg_admin and
pkg_info utilities. This is called /etc/pkgpath.conf (to distinguish it
from pkg.conf).

Thanks also to Edgar Fuss for the sanity check.

show more ...


# cddfce93 08-Mar-2013 christos <christos@NetBSD.org>

add missing $, from Petar Bogdanovic


# e7e533e8 29-Aug-2012 wiz <wiz@NetBSD.org>

Use new makemandb -Q flag to be really quiet.


# cc8fbff9 03-Aug-2012 christos <christos@NetBSD.org>

only announce fetching vulnerabilities file if we do.


# 9bc475f8 31-Jul-2012 christos <christos@NetBSD.org>

PR/46757: Check for fetch_pkg_vulnerabilities unset first.


# 69686021 30-Jul-2012 jdf <jdf@NetBSD.org>

Call `makemandb -q` instead of `makemandb`, as proposed by Edgar Fuss on
tech-userlevel on 20th of July 2012, 12:38.


# a2ce1121 30-Jul-2012 christos <christos@NetBSD.org>

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 fo

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).

show more ...


# 8e4ca8ad 30-Jul-2012 christos <christos@NetBSD.org>

PR/46756: Edgar Fuß: Enable ignoring subdirectories in daily's find_core


# daec2f30 15-Feb-2012 joerg <joerg@NetBSD.org>

Run makemandb with the normal 022 umask, not the restrictive 077.


# 308f8c31 09-Feb-2012 joerg <joerg@NetBSD.org>

Don't overwrite run_makemandb. The default is already set in daily.conf.


# 18810962 07-Feb-2012 joerg <joerg@NetBSD.org>

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

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.

show more ...


# 00493cee 17-Dec-2011 darcy <darcy@NetBSD.org>

Add option to include daily insecurity output in daily output.
PR bin/17029


# 6728d56f 27-Dec-2010 christos <christos@NetBSD.org>

`` -> $()


# 53cb2117 05-Feb-2010 jmmv <jmmv@NetBSD.org>

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 pack

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.

show more ...


# 224ba7b2 27-Jan-2010 jmmv <jmmv@NetBSD.org>

Reset the umask while refreshing the vulnerabilities database so that it
remains world-readable. Otherwise, it ends up with 600 permissions which
make it unusable for building pkgsrc packages as non

Reset the umask while refreshing the vulnerabilities database so that it
remains world-readable. Otherwise, it ends up with 600 permissions which
make it unusable for building pkgsrc packages as non-root.

Problem found by wiz@.

show more ...


# 80265009 20-Jan-2010 jmmv <jmmv@NetBSD.org>

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 complaini

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.

show more ...


# 497b5f80 19-Jan-2010 jmmv <jmmv@NetBSD.org>

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 ru

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.

show more ...


# b2595274 29-Mar-2009 perry <perry@NetBSD.org>

add ptyfs to the list of file systems that don't get put into the
nightly df listing


# db3a1845 30-Aug-2008 bouyer <bouyer@NetBSD.org>

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 :)


# d405da7f 06-Jun-2007 martti <martti@NetBSD.org>

Use "mktemp -d -t xxx" to create the temporary directories. This will use
TMPDIR environment variable if set, otherwise use /tmp. (misc/35544)


# bfc08843 17-Dec-2006 hubertf <hubertf@NetBSD.org>

Make the daily script immune to changes of the current working directory
in /etc/daily.local. Fixed PR misc/33461.


1234