0c020b6812
and source the latter in the former. this makes it easier for a sysadmin to upgrade the default files without affecting local config, and retains the semantics that the /etc/foo.conf files are the actual files that are edited (as opposed to /etc/foo.local.conf or /etc/foo.conf.local or whatever, which isn't as intuitive).
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
# $NetBSD: security.conf,v 1.7 2000/08/21 23:06:23 lukem Exp $
|
|
#
|
|
# see security.conf(5) for more information.
|
|
|
|
if [ -r /etc/default/security.conf ]; then
|
|
. /etc/default/security.conf
|
|
fi
|
|
|
|
# Add local overrides below
|
|
#
|