From 4b7a5a7ea7c31ec1c7884aea6802a97d8ecbd6cc Mon Sep 17 00:00:00 2001 From: Geoffrey Thomas Date: Sun, 8 Feb 2009 23:24:27 -0500 Subject: [PATCH] Convert CupsOnMac to Markdown Signed-off-by: Geoffrey Thomas --- doc/CupsOnMac | 11 ----------- doc/cups-on-mac.mdwn | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 11 deletions(-) delete mode 100644 doc/CupsOnMac create mode 100644 doc/cups-on-mac.mdwn diff --git a/doc/CupsOnMac b/doc/CupsOnMac deleted file mode 100644 index 3f7274b..0000000 --- a/doc/CupsOnMac +++ /dev/null @@ -1,11 +0,0 @@ -CupsMitEdu is a server using the CommonUnixPrintingSystem, the native printing system on Apple and Ubuntu (in fact, Apple bought out CUPS, Inc. recently...). MIT uses LPRng, which is an older printing system, but SIPB runs a CUPS server to make it easier to print from Mac OS and Linux. - -To make your Mac (10.5, at least) 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 -}}} - -You need to do this from an administrator account. Provide your login password when asked. - -Then, when you go to a print dialog, "Shared Printers" will pop out and list all the public cluster and dorm printers at MIT. \ No newline at end of file diff --git a/doc/cups-on-mac.mdwn b/doc/cups-on-mac.mdwn new file mode 100644 index 0000000..a32addd --- /dev/null +++ b/doc/cups-on-mac.mdwn @@ -0,0 +1,16 @@ +cups.mit.edu is a server using the Common Unix Printing System, the +native printing system on Apple and Ubuntu (in fact, Apple bought out +CUPS, Inc. recently...). MIT currently uses LPRng, which is an older +printing system, but SIPB runs a CUPS server to make it easier to print +from Mac OS and Linux. + +To make your Mac (10.5, at least) 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 + +You need to do this from an administrator account. Provide your login +password when asked. + +Then, when you go to a print dialog, "Shared Printers" will pop out and +list all the public cluster and dorm printers at MIT. -- 2.31.1