Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/security.conf,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/etc/security.conf 2000/08/21 23:06:23 1.7 +++ src/etc/security.conf 2000/10/01 05:53:03 1.8 @@ -1,9 +1,9 @@ -# $NetBSD: security.conf,v 1.7 2000/08/21 23:06:23 lukem Exp $ +# $NetBSD: security.conf,v 1.8 2000/10/01 05:53:03 lukem Exp $ # # see security.conf(5) for more information. -if [ -r /etc/default/security.conf ]; then - . /etc/default/security.conf +if [ -r /etc/defaults/security.conf ]; then + . /etc/defaults/security.conf fi # Add local overrides below