aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChristopher Rogers2013-06-06 12:01:24 -0700
committerJack Nagel2013-06-07 09:42:48 -0500
commitccd7818423790b8ded474030b9a387e8986cd640 (patch)
tree0da6c811181cde08cca1bb2598a19ad4a6d6eaac /Library/Formula
parentd2a926bbea407c245a4988983d8256a64d399b25 (diff)
downloadhomebrew-ccd7818423790b8ded474030b9a387e8986cd640.tar.bz2
runit: fix incorrect command in caveats
Running runsvdir on #{var} will attempt to run its subs as services. We should direct people to run runsvdir on the /service dir instead. Closes #20306. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/runit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/runit.rb b/Library/Formula/runit.rb
index 6ec759f6f..d087bc700 100644
--- a/Library/Formula/runit.rb
+++ b/Library/Formula/runit.rb
@@ -34,7 +34,7 @@ class Runit < Formula
The service directory is #{var}/service instead of /service.
To have runit ready to run services, start runsvdir:
- runsvdir -P #{var}
+ runsvdir -P #{var}/service
Depending on the services managed by runit, this may need to start as root.
EOS