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

Convert to POSIX specified usage of test (even though it would probably
have never been an issue here, it is trivial..., and one of the two
uses that needed changing was (and still is) commented out

Convert to POSIX specified usage of test (even though it would probably
have never been an issue here, it is trivial..., and one of the two
uses that needed changing was (and still is) commented out anyway).

show more ...


# 43858a25 28-Nov-2015 darcy <darcy@NetBSD.org>

Of course we can always not do something. Doesn't mean that we "can't"
(or "cannot"). In any case make the messages consistent and move the
period to inside the quotes.


# f38ad913 04-Mar-2015 christos <christos@NetBSD.org>

there is no more makewhatis


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

Use new makemandb -Q flag to be really quiet.


# b15d056e 31-Jul-2012 jdf <jdf@NetBSD.org>

Call `makemandb -f -q` instead of `makemandb -f`, as Edgar Fuß proposed for daily.


# cdb8cf14 02-Jun-2012 christos <christos@NetBSD.org>

PR/46521: Jim Bernard: remove duplicate -o


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

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


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


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

`` -> $()


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


# cfbdfbc5 15-Feb-2007 reed <reed@NetBSD.org>

Remove unused references to "clean_uucp" variable. (Code was already
removed.)

Add rebuild_whatisdb weekly variable that defaults to NO.
This is for running makewhatis weekly.
This defaults to NO be

Remove unused references to "clean_uucp" variable. (Code was already
removed.)

Add rebuild_whatisdb weekly variable that defaults to NO.
This is for running makewhatis weekly.
This defaults to NO because it is not needed using just base sets/default
install which provide the whatis.db file(s).

show more ...


# 3353f7d0 12-Nov-2006 christos <christos@NetBSD.org>

goodbye uucp


# 6b00b0a3 27-Jun-2004 lukem <lukem@NetBSD.org>

Run the "su -m nobody -c locate.updatedb" in a subshell with cd / first.
"nobody" doesn't have perms to $WEEKLYDIR which was the cwd previously,
and this may cause a warning to be issued by root's sh

Run the "su -m nobody -c locate.updatedb" in a subshell with cd / first.
"nobody" doesn't have perms to $WEEKLYDIR which was the cwd previously,
and this may cause a warning to be issued by root's shell as part of the su.

show more ...


# ed816845 09-Apr-2004 kim <kim@NetBSD.org>

Avoid the output "Running xxx.local" if the "xxx.local" script
does not produce any output. This matches what /etc/security
already does with /etc/security.local output.


# 3c8a1444 02-Apr-2004 jmmv <jmmv@NetBSD.org>

Introduce and use the rcvar_manpage variable, which contains the manual page
name where the user should look at for documentation about rcvar. It defaults
to 'rc.subr(5)', as rc.subr is mainly used

Introduce and use the rcvar_manpage variable, which contains the manual page
name where the user should look at for documentation about rcvar. It defaults
to 'rc.subr(5)', as rc.subr is mainly used by rc.d scripts.

This variable is useful to let the daily, weekly, monthly and security scripts
tune the warning message shown when any of the variables they handle is not
properly set.

Closes PR misc/23908.

show more ...


# 684e89f3 18-Jun-2001 lukem <lukem@NetBSD.org>

use mktemp(1) to create temporary directories, and ensure that cleanup traps
are setup asap.


# e26a7ce8 15-Oct-2000 kim <kim@NetBSD.org>

Setting rebuild_locatedb=NO should not tell you it didn't rebuild the db
because there is no /var/db/locate.database; it should be quiet.

Unified the use of `echo ""'.


# 0c70e530 07-Oct-2000 lukem <lukem@NetBSD.org>

use ${foo##*/} instead of `basename $foo`. as suggested (with minor variation)
by Toru Nishimura <nisimura@itc.aist-nara.ac.jp>


# 645ee407 10-Jan-2000 ad <ad@NetBSD.org>

- Make /etc/daily run /etc/daily.local if it exists. Make similar change for
weekly and monthly scripts.
- Update FILES section in manpages.


# 357a0baa 23-Apr-1999 kleink <kleink@NetBSD.org>

Get rid of old-style chown operands.


# d1f7e40e 15-Sep-1998 lukem <lukem@NetBSD.org>

* daily/weekly/monthly:
- change to always output a valid To: and Subject: line.
- To: recipient obtained from $MAILTO (defaults to root).
- add date to Subject: line. closes [bin/4526] f

* daily/weekly/monthly:
- change to always output a valid To: and Subject: line.
- To: recipient obtained from $MAILTO (defaults to root).
- add date to Subject: line. closes [bin/4526] from Giles Lean
<giles@nemeton.com.au>
* daily: explicitly print 'Nothing to report' if /etc/security didn't
report anything.
* crontab: pass output of scripts through sendmail -t instead of

show more ...


# bd8157b7 16-Jul-1998 mycroft <mycroft@NetBSD.org>

Format police.


# 8f59ce8e 26-Jan-1998 lukem <lukem@NetBSD.org>

include rc.subr and use appropriately


# d5b4ca3b 27-Oct-1997 lukem <lukem@NetBSD.org>

use /usr/libexec/uucp/clean.weekly instead of /usr/lib/uucp/clean.weekly [misc/4357], and use su user -c command instead of echo command | su user


# 814cb670 10-Mar-1997 mycroft <mycroft@NetBSD.org>

Minor cleanup.


12