summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-06-05 12:41:30 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-06-05 12:41:30 +0000
commit17c2f72e73a03fde23782e4abaabd26b7dc95863 (patch)
treeb10c88f7c270d0ccca3a1762571a31b72c2c9fe4
parent250ece1f21dd9a43444bfffca3d005a62971d671 (diff)
s/options/option/g
-rw-r--r--sys/arch/i386/conf/HERMES114
1 files changed, 57 insertions, 57 deletions
diff --git a/sys/arch/i386/conf/HERMES b/sys/arch/i386/conf/HERMES
index fdafb0b8d9c..1be4e491758 100644
--- a/sys/arch/i386/conf/HERMES
+++ b/sys/arch/i386/conf/HERMES
@@ -3,75 +3,75 @@
#
# This system was a 468 but now has an Intel Pentium Overdrive Processor[tm]
#
-# $OpenBSD: HERMES,v 1.3 1997/04/29 05:15:17 deraadt Exp $
+# $OpenBSD: HERMES,v 1.4 1997/06/05 12:41:29 kstailey Exp $
machine i386 # architecture, used by config; REQUIRED
makeoptions CC="cc -Werror"
-options I586_CPU # CPU classes; at least one is REQUIRED
+option I586_CPU # CPU classes; at least one is REQUIRED
-options XSERVER
+option XSERVER
maxusers 16 # estimated number of users
-options TIMEZONE=0 # time zone to adjust RTC time by
-options DST=0 # daylight savings time used by RTC
+option TIMEZONE=0 # time zone to adjust RTC time by
+option DST=0 # daylight savings time used by RTC
-options SWAPPAGER # paging; REQUIRED
-options DEVPAGER # mmap() of devices
+option SWAPPAGER # paging; REQUIRED
+option DEVPAGER # mmap() of devices
-#options DDB # in-kernel debugger
+#option DDB # in-kernel debugger
#makeoptions DEBUG="-g" # compile full symbol table
-options DIAGNOSTIC # internally consistency checks
-options KTRACE # system call tracing, a la ktrace(1)
-
-options SYSVMSG # System V-like message queues
-options SYSVSEM # System V-like semaphores
-options SYSVSHM # System V-like memory sharing
-#options SHMMAXPGS=1024 # 1024 pages is the default
-
-options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
-options COMPAT_09 # NetBSD 0.9,
-options COMPAT_10 # NetBSD 1.0,
-options COMPAT_11 # NetBSD 1.1,
-options COMPAT_43 # and 4.3BSD
-#options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
-
-#options COMPAT_SVR4 # binary compatibility with SVR4
-#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
-options COMPAT_LINUX # binary compatibility with Linux
-options COMPAT_FREEBSD # binary compatibility with FreeBSD
-
-#options VM86 # Virtual x86 mode; to be used by dos emualtors
-#options USER_LDT # user-settable LDT; used by WINE
-#options LKM # loadable kernel modules
-
-options FFS # UFS
-#options QUOTA # UFS quotas
-options MFS # memory file system
-
-options NFSCLIENT # Network File System client
-options NFSSERVER # Network File System server
-
-#options CD9660 # ISO 9660 + Rock Ridge file system
-#options FDESC # /dev/fd
-options FIFO # FIFOs; multiuser fails without this
-options KERNFS # /kern
-options MSDOSFS # MS-DOS file system
-options NULLFS # mount directories on directories
-options PORTAL # call processes via the FS
-options PROCFS # access the insides of procs via the FS
-#options UMAPFS # NULLFS + uid and gid remapping
-#options UNION # union file system
-
-options INET # IP + ICMP + TCP + UDP
-options GATEWAY # packet forwarding
+option DIAGNOSTIC # internally consistency checks
+option KTRACE # system call tracing, a la ktrace(1)
+
+option SYSVMSG # System V-like message queues
+option SYSVSEM # System V-like semaphores
+option SYSVSHM # System V-like memory sharing
+#option SHMMAXPGS=1024 # 1024 pages is the default
+
+option COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
+option COMPAT_09 # NetBSD 0.9,
+option COMPAT_10 # NetBSD 1.0,
+option COMPAT_11 # NetBSD 1.1,
+option COMPAT_43 # and 4.3BSD
+#option TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
+
+#option COMPAT_SVR4 # binary compatibility with SVR4
+#option COMPAT_IBCS2 # binary compatibility with SCO and ISC
+option COMPAT_LINUX # binary compatibility with Linux
+option COMPAT_FREEBSD # binary compatibility with FreeBSD
+
+#option VM86 # Virtual x86 mode; to be used by dos emualtors
+#option USER_LDT # user-settable LDT; used by WINE
+#option LKM # loadable kernel modules
+
+option FFS # UFS
+#option QUOTA # UFS quotas
+option MFS # memory file system
+
+option NFSCLIENT # Network File System client
+option NFSSERVER # Network File System server
+
+#option CD9660 # ISO 9660 + Rock Ridge file system
+#option FDESC # /dev/fd
+option FIFO # FIFOs; multiuser fails without this
+option KERNFS # /kern
+option MSDOSFS # MS-DOS file system
+option NULLFS # mount directories on directories
+option PORTAL # call processes via the FS
+option PROCFS # access the insides of procs via the FS
+#option UMAPFS # NULLFS + uid and gid remapping
+#option UNION # union file system
+
+option INET # IP + ICMP + TCP + UDP
+option GATEWAY # packet forwarding
option IPFILTER # IP packet filter for security
-#options NS # XNS
-#options ISO,TPIP # OSI
-#options EON # OSI tunneling over IP
-#options CCITT,LLC,HDLC # X.25
-#options "NMBCLUSTERS=1024"
+#option NS # XNS
+#option ISO,TPIP # OSI
+#option EON # OSI tunneling over IP
+#option CCITT,LLC,HDLC # X.25
+#option "NMBCLUSTERS=1024"
config bsd root on sd0a swap on sd0b dumps on sd0b