From b3829cfb5af3d9a100f87af331358b3fbae4b635 Mon Sep 17 00:00:00 2001 From: Jake Date: Sun, 18 Mar 2018 11:05:49 -0500 Subject: [PATCH] Fix Typo in macOS Instructions There was a minor typo in a macOS command that caused "launchctl" to appear as "launchcl". --- 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