summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-03-19 23:27:37 +0000
committerrwatson <rwatson@FreeBSD.org>2001-03-19 23:27:37 +0000
commitaabc4b7e05227f2e12400e8f2ed218d10c9deb7f (patch)
tree2072333080eb3da9781824eca7649842da18d894
parentddd5444ca3d97c420f279ee270499b3d5625567e (diff)
downloadFreeBSD-src-aabc4b7e05227f2e12400e8f2ed218d10c9deb7f.zip
FreeBSD-src-aabc4b7e05227f2e12400e8f2ed218d10c9deb7f.tar.gz
o Two changes made elsewhere relating to recent EA commits, but not
committed to NOTES: - s/FFS_EXTATTR/UFS_EXTATTR/ - add UFS_EXTATTR_AUTOSTART Submitted by: bde
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 6dd2f65..b1456ae 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -683,7 +683,8 @@ options SOFTUPDATES
# Extended attributes allow additional data to be associated with files,
# and is used for ACLs, Capabilities, and MAC labels
#
-options FFS_EXTATTR
+options UFS_EXTATTR
+options UFS_EXTATTR_AUTOSTART
# Make space in the kernel for a root filesystem on a md device.
# Define to the number of kilobytes to reserve for the filesystem.
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 6dd2f65..b1456ae 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -683,7 +683,8 @@ options SOFTUPDATES
# Extended attributes allow additional data to be associated with files,
# and is used for ACLs, Capabilities, and MAC labels
#
-options FFS_EXTATTR
+options UFS_EXTATTR
+options UFS_EXTATTR_AUTOSTART
# Make space in the kernel for a root filesystem on a md device.
# Define to the number of kilobytes to reserve for the filesystem.
OpenPOWER on IntegriCloud