diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-02 10:21:25 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-02 10:21:25 +0000 |
commit | de45897fc618bf179b76406aff0f4ed789b59529 (patch) | |
tree | da83ca86d25977299397c2c3a5cc5cbdbe932533 /sys/arch | |
parent | f08da9285edb388fcc3d2ef44478ebc5f1a7bdf1 (diff) |
remove commented out option LFS - lfs is broken
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/pmax/conf/DS3100 | 1 | ||||
-rw-r--r-- | sys/arch/pmax/conf/DS5000_100 | 1 | ||||
-rw-r--r-- | sys/arch/pmax/conf/DS5000_200 | 1 | ||||
-rw-r--r-- | sys/arch/pmax/conf/DS5000_240 | 1 | ||||
-rw-r--r-- | sys/arch/pmax/conf/DS5000_25 | 1 | ||||
-rw-r--r-- | sys/arch/pmax/conf/GENERIC | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/sys/arch/pmax/conf/DS3100 b/sys/arch/pmax/conf/DS3100 index f590823890c..3f3108cb9ff 100644 --- a/sys/arch/pmax/conf/DS3100 +++ b/sys/arch/pmax/conf/DS3100 @@ -56,7 +56,6 @@ option KTRACE # ktrace(1) support #option UMAPFS # uid/gid remapping filesystem #option NULLFS # null layer filesystem #option UNION # union filesystem -#option LFS # log-based filesystem (experimental) #option PORTAL # portal filesystem (experimental) # other networking options #option "TCP_COMPAT_42" # compatibility with 4.2BSD tcp/ip diff --git a/sys/arch/pmax/conf/DS5000_100 b/sys/arch/pmax/conf/DS5000_100 index aa2ad7f10b4..2a700c31b87 100644 --- a/sys/arch/pmax/conf/DS5000_100 +++ b/sys/arch/pmax/conf/DS5000_100 @@ -56,7 +56,6 @@ option KTRACE # ktrace(1) support #option UMAPFS # uid/gid remapping filesystem #option NULLFS # null layer filesystem #option UNION # union filesystem -#option LFS # log-based filesystem (experimental) #option PORTAL # portal filesystem (experimental) # other networking options #option "TCP_COMPAT_42" # compatibility with 4.2BSD tcp/ip diff --git a/sys/arch/pmax/conf/DS5000_200 b/sys/arch/pmax/conf/DS5000_200 index a7ad25fde83..dd75838e59c 100644 --- a/sys/arch/pmax/conf/DS5000_200 +++ b/sys/arch/pmax/conf/DS5000_200 @@ -56,7 +56,6 @@ option KTRACE # ktrace(1) support #option UMAPFS # uid/gid remapping filesystem #option NULLFS # null layer filesystem #option UNION # union filesystem -#option LFS # log-based filesystem (experimental) #option PORTAL # portal filesystem (experimental) # other networking options #option "TCP_COMPAT_42" # compatibility with 4.2BSD tcp/ip diff --git a/sys/arch/pmax/conf/DS5000_240 b/sys/arch/pmax/conf/DS5000_240 index 3f5982b3d75..e1ce381fd66 100644 --- a/sys/arch/pmax/conf/DS5000_240 +++ b/sys/arch/pmax/conf/DS5000_240 @@ -56,7 +56,6 @@ option KTRACE # ktrace(1) support #option UMAPFS # uid/gid remapping filesystem #option NULLFS # null layer filesystem #option UNION # union filesystem -#option LFS # log-based filesystem (experimental) #option PORTAL # portal filesystem (experimental) # other networking options #option "TCP_COMPAT_42" # compatibility with 4.2BSD tcp/ip diff --git a/sys/arch/pmax/conf/DS5000_25 b/sys/arch/pmax/conf/DS5000_25 index 8f19b092256..86747c32198 100644 --- a/sys/arch/pmax/conf/DS5000_25 +++ b/sys/arch/pmax/conf/DS5000_25 @@ -56,7 +56,6 @@ option KTRACE # ktrace(1) support #option UMAPFS # uid/gid remapping filesystem #option NULLFS # null layer filesystem #option UNION # union filesystem -#option LFS # log-based filesystem (experimental) #option PORTAL # portal filesystem (experimental) # other networking options #option "TCP_COMPAT_42" # compatibility with 4.2BSD tcp/ip diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index 3d386f7af17..23370673e37 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -60,7 +60,6 @@ option KTRACE # ktrace(1) support #option UMAPFS # uid/gid remapping filesystem #option NULLFS # null layer filesystem #option UNION # union filesystem -#option LFS # log-based filesystem (experimental) #option PORTAL # portal filesystem (experimental) # other networking options #option "TCP_COMPAT_42" # compatibility with 4.2BSD tcp/ip |