From 9ff6f5f9baf37260d3276181bdb42eee5b7de69d Mon Sep 17 00:00:00 2001 From: broder via Trac Date: Sun, 8 Feb 2009 23:14:51 -0500 Subject: [PATCH] --- doc/CupsOnMac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/CupsOnMac b/doc/CupsOnMac index 82f413b..caabb5d 100644 --- a/doc/CupsOnMac +++ b/doc/CupsOnMac @@ -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. -- 2.44.0