summaryrefslogtreecommitdiff
path: root/etc/security
diff options
context:
space:
mode:
authorjmmv <jmmv@NetBSD.org>2004-04-02 13:13:47 +0000
committerjmmv <jmmv@NetBSD.org>2004-04-02 13:13:47 +0000
commit3c8a1444d9a85ddcdc7a981606f30ca6dc22dfd6 (patch)
tree8474973e74a5457c6d26fe5af2cfbd46d9a32d57 /etc/security
parent37135b824ffbc56167175c91f14ffb1ba543f383 (diff)
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.
Diffstat (limited to 'etc/security')
-rw-r--r--etc/security4
1 files changed, 3 insertions, 1 deletions
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