From 14a8578f85859fa4a0dbdb24be16abb0ce486835 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Wed, 21 Oct 2015 16:03:42 +0200 Subject: [PATCH] Correct sorting of Bonjour commands --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index db5036f..a8572c7 100644 --- a/README.md +++ b/README.md @@ -642,16 +642,16 @@ defaults write com.apple.QuickTimePlayerX MGPlayMovieOnOpen 1 ### Bonjour -#### Enable Bonjour -```bash -defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array "/usr/sbin/mDNSResponder" "-launchd" -``` - #### Disable Bonjour ```bash defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array-add "-NoMulticastAdvertisements" ``` +#### Enable Bonjour +```bash +defaults write /System/Library/LaunchDaemons/com.apple.mDNSResponder ProgramArguments -array "/usr/sbin/mDNSResponder" "-launchd" +``` + ### DHCP #### Renew DHCP Lease