From 523aaa204d8d8b354fa65053436e740ece6517a8 Mon Sep 17 00:00:00 2001 From: rwatson Date: Fri, 30 Nov 2001 15:32:07 +0000 Subject: Use 'mkdir -p /.attribute/system' instead of breaking it into two seperate mkdir targets. Submitted by: jedgar --- sys/ufs/ufs/README.acls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ufs/ufs/README.acls b/sys/ufs/ufs/README.acls index 005754f..aabf333 100644 --- a/sys/ufs/ufs/README.acls +++ b/sys/ufs/ufs/README.acls @@ -42,7 +42,7 @@ commands may be used to create the necessary EA backing files for ACLs in the file system root of each file system. In these examples, the root file system is used; see README.extattr for more details. - mkdir /.attribute /.attribute/system + mkdir -p /.attribute/system cd /.attribute/system extattrctl initattr -p / 388 posix1e.acl_access extattrctl initattr -p / 388 posix1e.acl_default -- cgit v1.1