When giving examples of how to use extattrctl(8) to configure UFS1

attributes, use the current convention for attribute directory names
so that UFS_EXTATTR_AUTOSTART will work with them.

Approved by:	re (scottl)
This commit is contained in:
Robert Watson 2003-05-14 20:31:06 +00:00
parent aa7ba84232
commit 6f1695d876
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115002

View File

@ -148,16 +148,16 @@ most have been enabled using
.Pp
Start extended attributes on the root file system.
.Pp
.Dl extattrctl initattr 17 /.attribute/md5
.Dl extattrctl initattr 17 /.attribute/system/md5
.Pp
Create an attribute backing file in /.attribute/md5, and set the maximum
Create an attribute backing file in /.attribute/system/md5, and set the maximum
size of each attribute to 17 bytes, with a sparse file used for storing
the attributes.
.Pp
.Dl extattrctl enable / system md5 /.attribute/md5
.Dl extattrctl enable / system md5 /.attribute/system/md5
.Pp
Enable an attribute named md5 on the root file system, backed from the file
/.attribute/md5.
/.attribute/system/md5.
.Pp
.Dl extattrctl disable / md5
.Pp