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 | |
parent | 2b41661fc47105c8549d8749df0ee7d2a76c0407 (diff) |
fix PORTAL comment in all alpha config files
Diffstat (limited to 'sys/arch/alpha/conf')
-rw-r--r-- | sys/arch/alpha/conf/ALPHA | 4 | ||||
-rw-r--r-- | sys/arch/alpha/conf/LOKI | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/sys/arch/alpha/conf/LOKI b/sys/arch/alpha/conf/LOKI index b8722ca0d6f..0a5f78adf59 100644 --- a/sys/arch/alpha/conf/LOKI +++ b/sys/arch/alpha/conf/LOKI @@ -1,4 +1,4 @@ -# $OpenBSD: LOKI,v 1.2 1997/07/08 21:26:30 deraadt Exp $ +# $OpenBSD: LOKI,v 1.3 1997/09/26 16:49:20 kstailey Exp $ # # LOKI, an Alpha AXPPCI33 (NoName) kernel. # @@ -32,7 +32,7 @@ option KERNFS # /kern option MFS # memory file system #option MSDOSFS # MS-DOS file system #option NULLFS # mount directories on directories -#option PORTAL # call processes via the FS +#option PORTAL # dynamically created filesystem objects option PROCFS # access the insides of procs via the FS #option UMAPFS # NULLFS + uid and gid remapping #option UNION # union file system |