diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-09-20 20:18:29 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-09-20 20:18:29 +0000 |
commit | e6cacb9632a2492920e4d950e056bcb25c84d547 (patch) | |
tree | 06f525aea7c986fb3e88c719055de61e46222ec1 | |
parent | 956db731c392f1de63f5993fc1447ddb1af6f5e7 (diff) |
fix PORTAL comment. The "create sockets with open(2)" one was my fault.
-rw-r--r-- | sys/arch/i386/conf/LUCIFIER | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/LUCIFIER b/sys/arch/i386/conf/LUCIFIER index 3dfa42c79d5..ece5e82b935 100644 --- a/sys/arch/i386/conf/LUCIFIER +++ b/sys/arch/i386/conf/LUCIFIER @@ -1,4 +1,4 @@ -# $OpenBSD: LUCIFIER,v 1.2 1997/09/16 00:18:39 mickey Exp $ +# $OpenBSD: LUCIFIER,v 1.3 1997/09/20 20:18:28 kstailey Exp $ # machine i386 # architecture, used by config; REQUIRED @@ -66,7 +66,7 @@ option FDESC # /dev/fd option FIFO # FIFOs; RECOMMENDED option KERNFS # /kern option NULLFS # loopback file system -option PORTAL # create sockets with open(2) +option PORTAL # dynamically created filesystem objects option PROCFS # /proc option UMAPFS # NULLFS + uid and gid remapping option UNION # union file system |