diff options
Diffstat (limited to 'sys/arch/i386/conf')
-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 |