aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2001-11-30 15:32:07 +0000
committerRobert Watson <rwatson@FreeBSD.org>2001-11-30 15:32:07 +0000
commit24373ce6eddb4ae69ef13a303412053d3b1517c7 (patch)
treea20653ebddbdc29a52ab027330d6cf3fb4a33ac2 /sys/ufs
parentcff95805252ef666ec5b45c8e5845dabd66353c9 (diff)
downloadsrc-24373ce6eddb4ae69ef13a303412053d3b1517c7.tar.gz
src-24373ce6eddb4ae69ef13a303412053d3b1517c7.zip
Use 'mkdir -p /.attribute/system' instead of breaking it into
two seperate mkdir targets. Submitted by: jedgar
Notes
Notes: svn path=/head/; revision=87133
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 005754fc315e..aabf333fcb84 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