Argh! Missing quotes.

This commit is contained in:
Jordan K. Hubbard 1994-11-05 07:41:08 +00:00
parent 4525c93ebf
commit 2405ced306
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4157
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.8 1994/11/03 15:51:36 jkh Exp $
# $Id: GENERIC,v 1.9 1994/11/05 07:38:50 jkh Exp $
#
machine "i386"
@ -16,7 +16,7 @@ options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options NFS #Network Filesystem
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options "CD9660" #ISO 9660 Filesystem
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3
options UCONSOLE #X Console support

View file

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.8 1994/11/03 15:51:36 jkh Exp $
# $Id: GENERIC,v 1.9 1994/11/05 07:38:50 jkh Exp $
#
machine "i386"
@ -16,7 +16,7 @@ options INET #InterNETworking
options FFS #Berkeley Fast Filesystem
options NFS #Network Filesystem
options MSDOSFS #MSDOS Filesystem
options CD9660 #ISO 9660 Filesystem
options "CD9660" #ISO 9660 Filesystem
options PROCFS #Process filesystem
options "COMPAT_43" #Compatible with BSD 4.3
options UCONSOLE #X Console support