Fix typo in comment.
This commit is contained in:
parent
b5177ace3a
commit
f82a494e0f
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: DISKLESS,v 1.10 1996/12/09 01:53:31 thorpej Exp $
|
||||
# $NetBSD: DISKLESS,v 1.11 1996/12/11 09:10:38 thorpej Exp $
|
||||
#
|
||||
# Diskless HP 9000/300-series workstation.
|
||||
#
|
||||
|
@ -34,7 +34,7 @@ options SYSVMSG # System V-style message queues
|
|||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=1024" # # 4K pages in kernel malloc pool
|
||||
options EXEC_AOUT # support for exec'ing a.out
|
||||
options EXEC_SCRIPT # support for !# scripts
|
||||
options EXEC_SCRIPT # support for #! scripts
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: DUALITY,v 1.23 1996/12/09 01:53:32 thorpej Exp $
|
||||
# $NetBSD: DUALITY,v 1.24 1996/12/11 09:10:39 thorpej Exp $
|
||||
#
|
||||
# DUALITY (mycroft's hp370 test machine)
|
||||
#
|
||||
|
@ -36,7 +36,7 @@ options "TCP_COMPAT_42"
|
|||
#options "COMPAT_HPUX"
|
||||
#options "COMPAT_M68K4K" # compat. with NetBSD/m68k4k binaries
|
||||
options EXEC_AOUT # support for exec'ing a.out
|
||||
options EXEC_SCRIPT # support for !# scripts
|
||||
options EXEC_SCRIPT # support for #! scripts
|
||||
|
||||
options FFS,QUOTA
|
||||
options LFS
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.15 1996/12/09 01:53:33 thorpej Exp $
|
||||
# $NetBSD: GENERIC,v 1.16 1996/12/11 09:10:40 thorpej Exp $
|
||||
#
|
||||
# Generic kernel - one size fits all.
|
||||
#
|
||||
|
@ -34,7 +34,7 @@ options SYSVMSG # System V-style message queues
|
|||
options KTRACE # system call tracing support
|
||||
options "NKMEMCLUSTERS=1024" # # 4K pages in kernel malloc pool
|
||||
options EXEC_AOUT # support for exec'ing a.out
|
||||
options EXEC_SCRIPT # support for !# scripts
|
||||
options EXEC_SCRIPT # support for #! scripts
|
||||
|
||||
# Filesystem options
|
||||
options FIFO # POSIX fifo support (in all filesystems)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: LAGER,v 1.14 1996/12/09 01:53:34 thorpej Exp $
|
||||
# $NetBSD: LAGER,v 1.15 1996/12/11 09:10:42 thorpej Exp $
|
||||
#
|
||||
# LAGER (hpeyerl's hp380)
|
||||
#
|
||||
|
@ -28,7 +28,7 @@ options "COMPAT_12"
|
|||
options "TCP_COMPAT_42"
|
||||
options GATEWAY
|
||||
options EXEC_AOUT # support for exec'ing a.out
|
||||
options EXEC_SCRIPT # support for !# scripts
|
||||
options EXEC_SCRIPT # support for #! scripts
|
||||
|
||||
# Options for all HP machines
|
||||
options SYSVSHM
|
||||
|
|
Loading…
Reference in New Issue