aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/articles/cups/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/articles/cups/_index.adoc')
-rw-r--r--documentation/content/en/articles/cups/_index.adoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/content/en/articles/cups/_index.adoc b/documentation/content/en/articles/cups/_index.adoc
index 58930951c9..d2d983abdc 100644
--- a/documentation/content/en/articles/cups/_index.adoc
+++ b/documentation/content/en/articles/cups/_index.adoc
@@ -77,7 +77,7 @@ Once installed, the CUPS configuration files can be found in the directory [.fil
[[printing-cups-configuring-server]]
== Configuring the CUPS Print Server
-After installation, a few files must be edited in order to configure the CUPS server.
+After installation, a few files must be edited to configure the CUPS server.
First, create or modify, as the case may be, the file [.filename]#/etc/devfs.rules# and add the following information to set the proper permissions on all potential printer devices and to associate printers with the `cups` user group:
[.programlisting]
@@ -105,7 +105,7 @@ devfs_system_ruleset="system"
These two entries will start the CUPS print server on boot and invoke the local devfs rule created above, respectively.
-In order to enable CUPS printing under certain Microsoft(R) Windows(R) clients, the line below should be uncommented in [.filename]#/usr/local/etc/cups/mime.types# and [.filename]#/usr/local/etc/cups/mime.convs#:
+To enable CUPS printing under certain Microsoft(R) Windows(R) clients, the line below should be uncommented in [.filename]#/usr/local/etc/cups/mime.types# and [.filename]#/usr/local/etc/cups/mime.convs#:
[.programlisting]
....
@@ -116,8 +116,8 @@ Once these changes have been made, the man:devfs[8] and CUPS systems must both b
[source,shell]
....
-# /etc/rc.d/devfs restart
-# /usr/local/etc/rc.d/cupsd restart
+# service devfs restart
+# service cupsd restart
....
[[printing-cups-configuring-printers]]
@@ -181,7 +181,7 @@ Generally, the Windows(R) administrator will run the Windows(R) `Add Printer` wi
http://server-name-or-ip:631/printers/printername
....
-If one has an older version of Windows(R) without native IPP printing support, then the general means of connecting to a CUPS printer is to use package:net/samba413[] and CUPS together, which is a topic outside the scope of this chapter.
+If one has an older version of Windows(R) without native IPP printing support, then the general means of connecting to a CUPS printer is to use package:net/samba416[] and CUPS together, which is a topic outside the scope of this chapter.
[[printing-cups-troubleshooting]]
== CUPS Troubleshooting