From cff95805252ef666ec5b45c8e5845dabd66353c9 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Fri, 30 Nov 2001 15:21:20 +0000 Subject: [PATCH] Use 'mkdir -p /.attribute/system' instead of breaking it into two seperate mkdir targets. --- sys/ufs/ufs/README.extattr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ufs/ufs/README.extattr b/sys/ufs/ufs/README.extattr index f3fec2c8ea10..dd5aa40989ea 100644 --- a/sys/ufs/ufs/README.extattr +++ b/sys/ufs/ufs/README.extattr @@ -77,7 +77,7 @@ For example, by creating the following tree, the two EAs, posix1e.acl_access and posix1e.acl_default will be enabled in the system namespace of the root file system, reserving space for attribute data: - 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