diff options
-rw-r--r-- | man/runscript.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index ddce662c..18546388 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -471,7 +471,7 @@ start_pre() # stop_post. fi # Ensure that our dirs are correct - checkpath --dir --owner foo:foo --mode 0664 \\ + checkpath --directory --owner foo:foo --mode 0775 \\ /var/run/foo /var/cache/foo } |