Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Use "options<space><tab>".



details:   https://anonhg.NetBSD.org/src/rev/70be51478bd7
branches:  trunk
changeset: 545624:70be51478bd7
user:      simonb <simonb%NetBSD.org@localhost>
date:      Sat Apr 12 07:39:39 2003 +0000

description:
Use "options<space><tab>".

diffstat:

 sys/arch/i386/conf/GENERIC_LAPTOP |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c48f31c01180 -r 70be51478bd7 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Sat Apr 12 06:53:09 2003 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Sat Apr 12 07:39:39 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.72 2003/04/10 22:06:57 christos Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.73 2003/04/12 07:39:39 simonb Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.72 $"
+#ident                 "GENERIC-$Revision: 1.73 $"
 
 maxusers       32              # estimated number of users
 
@@ -54,7 +54,7 @@
 options        NTP             # NTP phase/frequency locked loop
 
 options        KTRACE          # system call tracing via ktrace(1)
-options         SYSTRACE        # system call vetting via systrace(1)
+options        SYSTRACE        # system call vetting via systrace(1)
 
 options        SYSVMSG         # System V-like message queues
 options        SYSVSEM         # System V-like semaphores



Home | Main Index | Thread Index | Old Index