diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2024-11-25 17:11:47 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2024-11-25 17:16:59 +0000 |
| commit | 4d58cf6ff905377dbca1ecf004f53133e6b57a46 (patch) | |
| tree | d239b387f64b0a37f9b28aeb5ac05824a6217618 | |
| parent | bef05a753727fa28032e1b5a895c94b2ffaedd46 (diff) | |
| -rwxr-xr-x | libexec/rc/rc.d/var_run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/var_run b/libexec/rc/rc.d/var_run index b3d3c3c5b22f..6227890c9f16 100755 --- a/libexec/rc/rc.d/var_run +++ b/libexec/rc/rc.d/var_run @@ -27,7 +27,7 @@ _var_run_load() { _var_run_save() { if [ ! -d $(dirname ${var_run_mtree}) ]; then - mkdir -p ${var_run_mtree} + mkdir -p $(dirname ${var_run_mtree}) fi mtree -dcbj -p /var/run > ${var_run_mtree} } |
