diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-09-26 16:49:21 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-09-26 16:49:21 +0000 |
commit | 6c0c6e70b3d400ac1801e6dc8cb3b8efa4627cf4 (patch) | |
tree | 16ef1c4528ad2b361c2136284f70fe03ed92c539 /sys/arch/alpha/conf/ALPHA | |
parent | 2b41661fc47105c8549d8749df0ee7d2a76c0407 (diff) |
fix PORTAL comment in all alpha config files
Diffstat (limited to 'sys/arch/alpha/conf/ALPHA')
-rw-r--r-- | sys/arch/alpha/conf/ALPHA | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/ALPHA b/sys/arch/alpha/conf/ALPHA index 25fee024162..1817b5a3331 100644 --- a/sys/arch/alpha/conf/ALPHA +++ b/sys/arch/alpha/conf/ALPHA @@ -1,4 +1,4 @@ -# $OpenBSD: ALPHA,v 1.11 1997/07/08 21:26:27 deraadt Exp $ +# $OpenBSD: ALPHA,v 1.12 1997/09/26 16:49:20 kstailey Exp $ # $NetBSD: ALPHA,v 1.30 1996/12/03 17:25:27 cgd Exp $ # # Alpha kernel with all the options you'd want, and more. @@ -38,7 +38,7 @@ options NFSCLIENT # Sun NFS-compatible file system client options NULLFS # Null file system layer options KERNFS # Kernel variable file system (/kern) options FDESC # File descriptor file system (/dev/fd) -options PORTAL # Portal file system +options PORTAL # dynamically created filesystem objects options UMAPFS # User-mapping file system layer options PROCFS # Process file system (/proc) options UNION # union file system |