From 61c7a99cc862da569a79bf9034f2fb047c646a83 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 6 Feb 2013 22:27:33 -0800 Subject: [PATCH] Print formula plist_manual caveat unless loaded. --- Library/Homebrew/caveats.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/Homebrew/caveats.rb b/Library/Homebrew/caveats.rb index 526cb8a1ca..4fe451eadf 100644 --- a/Library/Homebrew/caveats.rb +++ b/Library/Homebrew/caveats.rb @@ -94,6 +94,10 @@ class Caveats else s << " launchctl load #{plist_link}" end + if f.plist_manual + s << "Or, if you don't want/need launchctl, you can just run:" + s << " #{f.plist_manual}" + end end s << '' << "WARNING: launchctl will fail when run under tmux." if ENV['TMUX'] end