From 3c8a1444d9a85ddcdc7a981606f30ca6dc22dfd6 Mon Sep 17 00:00:00 2001 From: jmmv Date: Fri, 2 Apr 2004 13:13:47 +0000 Subject: 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. --- etc/security | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/security') diff --git a/etc/security b/etc/security index 3b2853c486d..b218953e06b 100644 --- a/etc/security +++ b/etc/security @@ -1,11 +1,13 @@ #!/bin/sh - # -# $NetBSD: security,v 1.88 2004/02/09 09:04:13 jdolecek Exp $ +# $NetBSD: security,v 1.89 2004/04/02 13:13:47 jmmv Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # PATH=/sbin:/usr/sbin:/bin:/usr/bin +rcvar_manpage='security.conf(5)' + if [ -f /etc/rc.subr ]; then . /etc/rc.subr else -- cgit