]> sipb.mit.edu Git - wiki.git/commitdiff
Convert CupsOnMac to Markdown
authorGeoffrey Thomas <geofft@mit.edu>
Mon, 9 Feb 2009 04:24:27 +0000 (23:24 -0500)
committerGeoffrey Thomas <geofft@mit.edu>
Mon, 9 Feb 2009 04:24:27 +0000 (23:24 -0500)
Signed-off-by: Geoffrey Thomas <geofft@mit.edu>
doc/CupsOnMac [deleted file]
doc/cups-on-mac.mdwn [new file with mode: 0644]

diff --git a/doc/CupsOnMac b/doc/CupsOnMac
deleted file mode 100644 (file)
index 3f7274b..0000000
+++ /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 (file)
index 0000000..a32addd
--- /dev/null
@@ -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.