From 15f1c8d3d27b2b81d75c1b51ef27b4b6fc293ef4 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 30 Nov 2001 15:15:27 +0000 Subject: [PATCH] README.extattr incorrectly specified sample command lines for UFS_EXTATTR_AUTOSTART. Insert the missing 'initattr' arguments to extattrctl. Noticed by: green --- sys/ufs/ufs/README.extattr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/ufs/ufs/README.extattr b/sys/ufs/ufs/README.extattr index 5b2985d1addf..f3fec2c8ea10 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.