summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-11-30 15:21:20 +0000
committerrwatson <rwatson@FreeBSD.org>2001-11-30 15:21:20 +0000
commitdf873c5111f7eccb1496e7a53ed228b0d4db1609 (patch)
treeeb8b2fb40524c237b8f45e2be08e05df83a21b76
parent3014016ccd439a7c7019d922b29c8ab8d48e5950 (diff)
downloadFreeBSD-src-df873c5111f7eccb1496e7a53ed228b0d4db1609.zip
FreeBSD-src-df873c5111f7eccb1496e7a53ed228b0d4db1609.tar.gz
Use 'mkdir -p /.attribute/system' instead of breaking it into
two seperate mkdir targets.
-rw-r--r--sys/ufs/ufs/README.extattr2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ufs/README.extattr b/sys/ufs/ufs/README.extattr
index f3fec2c..dd5aa40 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
OpenPOWER on IntegriCloud