From 8b1663ca328d72d9a172c603dfbdca7b5cb2bb1c Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Thu, 10 Mar 2016 23:03:26 -0800 Subject: [PATCH] Updated Homebrew Test (markdown) --- Homebrew-Test.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Homebrew-Test.md b/Homebrew-Test.md index 0e69618..e0ab30a 100644 --- a/Homebrew-Test.md +++ b/Homebrew-Test.md @@ -34,10 +34,18 @@ Run `telnet localhost 2500` and paste the following into your terminal: (you may need to press enter to transmit the final QUIT) -Check that "friend" received your message: + +## Shutdown + + sudo launchctl unload /Library/LaunchDaemons/homebrew.mxcl.inbucket.plist ## Removal + sudo rm /Library/LaunchDaemons/homebrew.mxcl.inbucket.plist brew uninstall inbucket - rm -f /usr/local/etc/inbucket.conf - sudo rm -rf /usr/local/var/inbucket \ No newline at end of file + rm /usr/local/etc/inbucket.conf + sudo rm /usr/local/var/log/inbucket.log + sudo rm -rf /usr/local/var/inbucket + rm /usr/local/Library/Formula/inbucket.rb +