Source-Changes-HG archive

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

[src/netbsd-2-0]: src/etc/defaults Pull up revision 1.59 (requested by abs in...



details:   https://anonhg.NetBSD.org/src/rev/4a49a0cb7f6d
branches:  netbsd-2-0
changeset: 561337:4a49a0cb7f6d
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jun 07 10:31:25 2004 +0000

description:
Pull up revision 1.59 (requested by abs in ticket #455):
Add quota=YES and ldconfig=YES

diffstat:

 etc/defaults/rc.conf |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 46e459c286df -r 4a49a0cb7f6d etc/defaults/rc.conf
--- a/etc/defaults/rc.conf      Mon Jun 07 10:28:22 2004 +0000
+++ b/etc/defaults/rc.conf      Mon Jun 07 10:31:25 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.56.2.2 2004/04/27 17:56:48 jdc Exp $
+#      $NetBSD: rc.conf,v 1.56.2.3 2004/06/07 10:31:25 tron Exp $
 #
 # /etc/defaults/rc.conf --
 #      default configuration of /etc/rc.conf
@@ -104,6 +104,8 @@
 dmesg=YES              dmesg_flags=""          # write /var/run/dmesg.boot
 accounting=NO                                  # uses /var/account/acct
 newsyslog=NO           newsyslog_flags=""      # trim log files
+quota=YES                                      # check and enable quotas
+ldconfig=YES                                   # rebuild a.out ldconfig cache
 
 # cope with other OSes using the real time clock at localtime on this
 # machine (by adjusting kern.rtc_offset at boot)



Home | Main Index | Thread Index | Old Index