Source-Changes-HG archive

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

[src/trunk]: src/etc/defaults remind people to edit /etc/*.conf instead of /e...



details:   https://anonhg.NetBSD.org/src/rev/1bcd790f5cc1
branches:  trunk
changeset: 499013:1bcd790f5cc1
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Nov 08 23:17:50 2000 +0000

description:
remind people to edit /etc/*.conf instead of /etc/defaults/*.conf

diffstat:

 etc/defaults/daily.conf    |  5 ++++-
 etc/defaults/monthly.conf  |  6 +++++-
 etc/defaults/rc.conf       |  5 ++++-
 etc/defaults/security.conf |  6 +++++-
 etc/defaults/weekly.conf   |  6 +++++-
 5 files changed, 23 insertions(+), 5 deletions(-)

diffs (88 lines):

diff -r 47f80303add5 -r 1bcd790f5cc1 etc/defaults/daily.conf
--- a/etc/defaults/daily.conf   Wed Nov 08 23:13:03 2000 +0000
+++ b/etc/defaults/daily.conf   Wed Nov 08 23:17:50 2000 +0000
@@ -1,10 +1,13 @@
-#      $NetBSD: daily.conf,v 1.1 2000/10/01 05:46:03 lukem Exp $
+#      $NetBSD: daily.conf,v 1.2 2000/11/08 23:17:50 lukem Exp $
 #
 # /etc/defaults/daily.conf --
 #      default configuration of /etc/daily.conf
 #
 # see daily.conf(5) for more information.
 #
+# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE.
+# EDIT /etc/daily.conf INSTEAD.
+#
 
 find_core=YES
 expire_news=NO
diff -r 47f80303add5 -r 1bcd790f5cc1 etc/defaults/monthly.conf
--- a/etc/defaults/monthly.conf Wed Nov 08 23:13:03 2000 +0000
+++ b/etc/defaults/monthly.conf Wed Nov 08 23:17:50 2000 +0000
@@ -1,7 +1,11 @@
-#      $NetBSD: monthly.conf,v 1.1 2000/10/01 05:46:03 lukem Exp $
+#      $NetBSD: monthly.conf,v 1.2 2000/11/08 23:17:50 lukem Exp $
 #
 # /etc/defaults/monthly.conf --
 #      default configuration of /etc/monthly.conf
 #
 # see monthly.conf(5) for more information.
+#
+# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE.
+# EDIT /etc/monthly.conf INSTEAD.
+#
 
diff -r 47f80303add5 -r 1bcd790f5cc1 etc/defaults/rc.conf
--- a/etc/defaults/rc.conf      Wed Nov 08 23:13:03 2000 +0000
+++ b/etc/defaults/rc.conf      Wed Nov 08 23:17:50 2000 +0000
@@ -1,10 +1,13 @@
-#      $NetBSD: rc.conf,v 1.1 2000/10/01 05:46:03 lukem Exp $
+#      $NetBSD: rc.conf,v 1.2 2000/11/08 23:17:50 lukem Exp $
 #
 # /etc/defaults/rc.conf --
 #      default configuration of /etc/rc.conf
 #
 # see rc.conf(5) for more information.
 #
+# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE.
+# EDIT /etc/rc.conf INSTEAD.
+#
 
 #
 # Use program=YES to enable program, NO to disable it. program_flags are
diff -r 47f80303add5 -r 1bcd790f5cc1 etc/defaults/security.conf
--- a/etc/defaults/security.conf        Wed Nov 08 23:13:03 2000 +0000
+++ b/etc/defaults/security.conf        Wed Nov 08 23:17:50 2000 +0000
@@ -1,9 +1,13 @@
-#      $NetBSD: security.conf,v 1.1 2000/10/01 05:46:03 lukem Exp $
+#      $NetBSD: security.conf,v 1.2 2000/11/08 23:17:50 lukem Exp $
 #
 # /etc/defaults/security.conf --
 #      default configuration of /etc/security.conf
 #
 # see security.conf(5) for more information.
+#
+# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE.
+# EDIT /etc/security.conf INSTEAD.
+#
 
 check_passwd=YES
 check_group=YES
diff -r 47f80303add5 -r 1bcd790f5cc1 etc/defaults/weekly.conf
--- a/etc/defaults/weekly.conf  Wed Nov 08 23:13:03 2000 +0000
+++ b/etc/defaults/weekly.conf  Wed Nov 08 23:17:50 2000 +0000
@@ -1,9 +1,13 @@
-#      $NetBSD: weekly.conf,v 1.1 2000/10/01 05:46:03 lukem Exp $
+#      $NetBSD: weekly.conf,v 1.2 2000/11/08 23:17:50 lukem Exp $
 #
 # /etc/defaults/weekly.conf --
 #      default configuration of /etc/weekly.conf
 #
 # see weekly.conf(5) for more information.
+#
+# DO NOT EDIT THIS FILE DIRECTLY; IT MAY BE REPLACED DURING A SYSTEM UPGRADE.
+# EDIT /etc/weekly.conf INSTEAD.
+#
 
 clean_uucp=YES
 rebuild_locatedb=YES



Home | Main Index | Thread Index | Old Index