Correct sorting of Bonjour commands

This commit is contained in:
Marcel Bischoff 2015-10-21 16:03:42 +02:00
parent f16d55795c
commit 14a8578f85

View File

@ -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