From 496506d14303005aa85ed4c10c568edff0b780fc Mon Sep 17 00:00:00 2001 From: Giovanni Natale Date: Thu, 8 Sep 2016 17:09:44 -0500 Subject: [PATCH] Fixed Typo in OS X Recommendations Fixed Typo in OS X recommendations that resulted in an erroneous command being executed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7d6d6d3..44ea2cc3 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ Edit this file /etc/NetworkManager/NetworkManager.conf and comment the line: `dn - For OSX, please note: Responder must be launched with an IP address for the -i flag (e.g. -i YOUR_IP_ADDR). There is no native support in OSX for custom interface binding. Using -i en1 will not work. Also to run Responder with the best experience, run the following as root: - launchcl unload /System/Library/LaunchDaemons/com.apple.Kerberos.kdc.plist + launchctl unload /System/Library/LaunchDaemons/com.apple.Kerberos.kdc.plist launchctl unload /System/Library/LaunchDaemons/com.apple.mDNSResponder.plist