diff options
author | 1997-06-20 13:56:02 +0000 | |
---|---|---|
committer | 1997-06-20 13:56:02 +0000 | |
commit | 40ce19532d89ea4f46dab5d41603c37a045001c0 (patch) | |
tree | 1c2f0668d351d15655d45854b222ba6a16eb6443 | |
parent | forgot to "cvs add" first, Doh! (diff) | |
download | wireguard-openbsd-40ce19532d89ea4f46dab5d41603c37a045001c0.tar.xz wireguard-openbsd-40ce19532d89ea4f46dab5d41603c37a045001c0.zip |
PORTAL goes back in with improved comment
-rw-r--r-- | sys/arch/i386/conf/ELBERETH | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/ELBERETH b/sys/arch/i386/conf/ELBERETH index aaad7a7c64f..eb640d628cc 100644 --- a/sys/arch/i386/conf/ELBERETH +++ b/sys/arch/i386/conf/ELBERETH @@ -1,5 +1,5 @@ # -# $OpenBSD: ELBERETH,v 1.7 1997/06/05 13:47:24 kstailey Exp $ +# $OpenBSD: ELBERETH,v 1.8 1997/06/20 13:56:02 kstailey Exp $ # # # ELBERETH -- 166MHz Pentium PCI @@ -62,7 +62,7 @@ option FIFO # FIFOs; multiuser fails without this option KERNFS # /kern option MSDOSFS # MS-DOS file system #option NULLFS # loopback file system -#option PORTAL # run programs by accessing files +option PORTAL # dynamically created filesystem objects option PROCFS # /proc #option UMAPFS # NULLFS + uid and gid remapping #option UNION # union file system |