From 1f5d447eda0ecc62a556cee19cdc1f1929ac2931 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 15 Aug 2013 10:14:42 -0500 Subject: fix typo on runscript man page The example code had an invalid checkpath option (--dir instead of --directory) and a mode that does not make sense for directories (664 instead of 775). X-Gentoo-Bug: 481034 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=481034 --- man/runscript.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/runscript.8') 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 } -- cgit v1.2.3