summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-11-30 15:15:27 +0000
committerrwatson <rwatson@FreeBSD.org>2001-11-30 15:15:27 +0000
commit3014016ccd439a7c7019d922b29c8ab8d48e5950 (patch)
tree7a254f1a2c60e806a4ad625e5d2c0c5910c0e056 /sys/ufs
parentbf75c90bd9c755a493a3a1ffe330c0c0baa1dfb4 (diff)
downloadFreeBSD-src-3014016ccd439a7c7019d922b29c8ab8d48e5950.zip
FreeBSD-src-3014016ccd439a7c7019d922b29c8ab8d48e5950.tar.gz
README.extattr incorrectly specified sample command lines for
UFS_EXTATTR_AUTOSTART. Insert the missing 'initattr' arguments to extattrctl. Noticed by: green
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/README.extattr4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ufs/README.extattr b/sys/ufs/ufs/README.extattr
index 5b2985d..f3fec2c 100644
--- a/sys/ufs/ufs/README.extattr
+++ b/sys/ufs/ufs/README.extattr
@@ -79,8 +79,8 @@ namespace of the root file system, reserving space for attribute data:
mkdir /.attribute /.attribute/system
cd /.attribute/system
- extattrctl -p / 388 posix1e.acl_access
- extattrctl -p / 388 posix1e.acl_default
+ extattrctl initattr -p / 388 posix1e.acl_access
+ extattrctl initattr -p / 388 posix1e.acl_default
On the next mount of the root file system, the attributes will be
automatically started.
OpenPOWER on IntegriCloud