README.extattr incorrectly specified sample command lines for

UFS_EXTATTR_AUTOSTART.  Insert the missing 'initattr' arguments
to extattrctl.

Noticed by:	green
This commit is contained in:
Robert Watson 2001-11-30 15:15:27 +00:00
parent add3c04151
commit 15f1c8d3d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87131

View file

@ -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.