aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2001-03-02 05:57:39 +0000
committerMark Murray <markm@FreeBSD.org>2001-03-02 05:57:39 +0000
commit5a44842b1011231c620c1198be34e24d2aa213b7 (patch)
tree99ec3f1b17e98e80dfa66ccebfbe159582ff145f
parentc7411c02f5a88c4e127d2614b5b508011b78b82c (diff)
downloadsrc-5a44842b1011231c620c1198be34e24d2aa213b7.tar.gz
src-5a44842b1011231c620c1198be34e24d2aa213b7.zip
Back out a removal that I was far to quick to apply. The root cause
has been fixed.
Notes
Notes: svn path=/head/; revision=73316
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index bd52cf0a6766..fbc2d0eecd50 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2574,6 +2574,9 @@ options SPX_HACK
# Enable Linux ABI emulation
options COMPAT_LINUX
+# Enable the linux-like proc filesystem support (requires COMPAT_LINUX)
+options LINPROCFS
+
# Linux debugging
options DEBUG_LINUX
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index bd52cf0a6766..fbc2d0eecd50 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2574,6 +2574,9 @@ options SPX_HACK
# Enable Linux ABI emulation
options COMPAT_LINUX
+# Enable the linux-like proc filesystem support (requires COMPAT_LINUX)
+options LINPROCFS
+
# Linux debugging
options DEBUG_LINUX