diff options
author | 1997-09-26 16:49:20 +0000 | |
---|---|---|
committer | 1997-09-26 16:49:20 +0000 | |
commit | c8883f137cec04ad64b7c3c440610daef479be29 (patch) | |
tree | 376513b459948455e90ab7d30ddf0679a838b62c | |
parent | fix PORTAL comment in all sun3 config files (diff) | |
download | wireguard-openbsd-c8883f137cec04ad64b7c3c440610daef479be29.tar.xz wireguard-openbsd-c8883f137cec04ad64b7c3c440610daef479be29.zip |
fix PORTAL comment in all alpha config files
-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 |