summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-11-30 15:32:07 +0000
committerrwatson <rwatson@FreeBSD.org>2001-11-30 15:32:07 +0000
commit523aaa204d8d8b354fa65053436e740ece6517a8 (patch)
treea20653ebddbdc29a52ab027330d6cf3fb4a33ac2 /sys/ufs
parentdf873c5111f7eccb1496e7a53ed228b0d4db1609 (diff)
downloadFreeBSD-src-523aaa204d8d8b354fa65053436e740ece6517a8.zip
FreeBSD-src-523aaa204d8d8b354fa65053436e740ece6517a8.tar.gz
Use 'mkdir -p /.attribute/system' instead of breaking it into
two seperate mkdir targets. Submitted by: jedgar
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/README.acls2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud