From 6f1695d87668e9abd8f4de711176bcf6dd911fd9 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Wed, 14 May 2003 20:31:06 +0000 Subject: [PATCH] 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) --- usr.sbin/extattrctl/extattrctl.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr.sbin/extattrctl/extattrctl.8 b/usr.sbin/extattrctl/extattrctl.8 index e7ae5c6d3c82..32dcbd099df5 100644 --- a/usr.sbin/extattrctl/extattrctl.8 +++ b/usr.sbin/extattrctl/extattrctl.8 @@ -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