diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-09-26 16:43:01 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-09-26 16:43:01 +0000 |
commit | 7116f8f86884a0df161bc65a7bfc88c0d49d3f25 (patch) | |
tree | 74ce0f91851e8e2c18cfe9b1fbd0a2508ff690bb /sys/arch/i386/conf/NETTAN | |
parent | 2fe9fc86732cdf5b1cae930bc60e9358627ab875 (diff) |
fix PORTAL comment in all i386 config files
Diffstat (limited to 'sys/arch/i386/conf/NETTAN')
-rw-r--r-- | sys/arch/i386/conf/NETTAN | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/NETTAN b/sys/arch/i386/conf/NETTAN index 853de7743f9..c91637ada62 100644 --- a/sys/arch/i386/conf/NETTAN +++ b/sys/arch/i386/conf/NETTAN @@ -1,4 +1,4 @@ -# $OpenBSD: NETTAN,v 1.22 1997/09/21 09:40:09 niklas Exp $ +# $OpenBSD: NETTAN,v 1.23 1997/09/26 16:43:00 kstailey Exp $ # # NETTAN -- Applitron Datasystem AB # @@ -62,7 +62,7 @@ option MSDOSFS # MS-DOS file system 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 |