Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/etc/default pull up rev 1.2 (approved by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/dda89e8a5ab6
branches:  netbsd-1-5
changeset: 489630:dda89e8a5ab6
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Oct 02 03:10:31 2000 +0000

description:
pull up rev 1.2 (approved by thorpej):
        move default config files from /etc/default -> /etc/defaults, to be
        consistent with what FreeBSD uses /etc/defaults for, and since SVR4
        uses /etc/default for another purpose.
        as discussed on tech-userlevel, and no objections were made.

diffstat:

 etc/default/Makefile      |   9 ---------
 etc/default/monthly.conf  |   7 -------
 etc/default/security.conf |  24 ------------------------
 etc/default/weekly.conf   |   9 ---------
 4 files changed, 0 insertions(+), 49 deletions(-)

diffs (65 lines):

diff -r 7f7066053f47 -r dda89e8a5ab6 etc/default/Makefile
--- a/etc/default/Makefile      Mon Oct 02 03:10:11 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#      $NetBSD: Makefile,v 1.1.2.2 2000/08/23 11:50:35 lukem Exp $
-
-FILES=         daily.conf monthly.conf rc.conf security.conf weekly.conf
-FILESDIR=      /etc/default
-FILESMODE=     ${NONBINMODE}
-
-NOPROG= noprog
-
-.include <bsd.prog.mk>
diff -r 7f7066053f47 -r dda89e8a5ab6 etc/default/monthly.conf
--- a/etc/default/monthly.conf  Mon Oct 02 03:10:11 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-#      $NetBSD: monthly.conf,v 1.1.2.2 2000/08/23 11:50:37 lukem Exp $
-#
-# /etc/default/monthly.conf --
-#      default configuration of /etc/monthly.conf
-#
-# see monthly.conf(5) for more information.
-
diff -r 7f7066053f47 -r dda89e8a5ab6 etc/default/security.conf
--- a/etc/default/security.conf Mon Oct 02 03:10:11 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-#      $NetBSD: security.conf,v 1.1.2.2 2000/08/23 11:50:41 lukem Exp $
-#
-# /etc/default/security.conf --
-#      default configuration of /etc/security.conf
-#
-# see security.conf(5) for more information.
-
-check_passwd=YES
-check_group=YES
-check_rootdotfiles=YES
-check_ftpusers=YES
-check_aliases=YES
-check_rhosts=YES
-check_homes=YES
-check_varmail=YES
-check_nfs=YES
-check_devices=YES
-check_mtree=YES
-check_disklabels=YES
-check_changelist=YES
-
-run_skeyaudit=YES
-
-max_loginlen=8
diff -r 7f7066053f47 -r dda89e8a5ab6 etc/default/weekly.conf
--- a/etc/default/weekly.conf   Mon Oct 02 03:10:11 2000 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#      $NetBSD: weekly.conf,v 1.1.2.2 2000/08/23 11:50:42 lukem Exp $
-#
-# /etc/default/weekly.conf --
-#      default configuration of /etc/weekly.conf
-#
-# see weekly.conf(5) for more information.
-
-clean_uucp=YES
-rebuild_locatedb=YES



Home | Main Index | Thread Index | Old Index