diff options
author | rwatson <rwatson@FreeBSD.org> | 2001-11-30 15:21:20 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2001-11-30 15:21:20 +0000 |
commit | df873c5111f7eccb1496e7a53ed228b0d4db1609 (patch) | |
tree | eb8b2fb40524c237b8f45e2be08e05df83a21b76 /sys/ufs | |
parent | 3014016ccd439a7c7019d922b29c8ab8d48e5950 (diff) | |
download | FreeBSD-src-df873c5111f7eccb1496e7a53ed228b0d4db1609.zip FreeBSD-src-df873c5111f7eccb1496e7a53ed228b0d4db1609.tar.gz |
Use 'mkdir -p /.attribute/system' instead of breaking it into
two seperate mkdir targets.
Diffstat (limited to 'sys/ufs')
-rw-r--r-- | sys/ufs/ufs/README.extattr | 2 |
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 |