]> sipb.mit.edu Git - wiki.git/blobdiff - doc/CupsOnMac
Added alternate instructions for how to ssh on a mac
[wiki.git] / doc / CupsOnMac
index 82f413bac1b5bcde22b76833f7216013eb5227e1..caabb5de73701dc1cf44413e50dddaad5dd47c7c 100644 (file)
@@ -3,7 +3,7 @@ CupsMitEdu is a server using the CommonUnixPrintingSystem, the native printing s
 To make your Mac print to cups.mit.edu, run the following commands at a Terminal:
 {{{
 echo BrowsePoll cups.mit.edu | sudo tee -a /etc/cups/cupsd.conf
-sudo SystemStarter restart PrintingServices
+sudo launchctl stop org.cups.cupsd && sudo launchctl start org.cups.cupsd
 }}}
 
 You need to do this from an administrator account. Provide your login password when asked.