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.adoc29
1 files changed, 25 insertions, 4 deletions
diff --git a/documentation/content/en/articles/cups/_index.adoc b/documentation/content/en/articles/cups/_index.adoc
index 9d0216ea91..cc7b52b604 100644
--- a/documentation/content/en/articles/cups/_index.adoc
+++ b/documentation/content/en/articles/cups/_index.adoc
@@ -14,9 +14,30 @@ tags: ["CUPS", "FreeBSD", "Guide", "configuration", "introduction"]
:toclevels: 1
:icons: font
:sectnums:
+:sectnumlevels: 6
:source-highlighter: rouge
:experimental:
-:sectnumlevels: 6
+:images-path: articles/cups/
+
+ifdef::env-beastie[]
+ifdef::backend-html5[]
+include::shared/authors.adoc[]
+include::shared/mirrors.adoc[]
+include::shared/releases.adoc[]
+include::shared/attributes/attributes-{{% lang %}}.adoc[]
+include::shared/{{% lang %}}/teams.adoc[]
+include::shared/{{% lang %}}/mailing-lists.adoc[]
+include::shared/{{% lang %}}/urls.adoc[]
+:imagesdir: ../../../images/{images-path}
+endif::[]
+ifdef::backend-pdf,backend-epub3[]
+include::../../../../shared/asciidoctor.adoc[]
+endif::[]
+endif::[]
+
+ifndef::env-beastie[]
+include::../../../../../shared/asciidoctor.adoc[]
+endif::[]
[.abstract-title]
Abstract
@@ -56,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]
@@ -84,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]
....
@@ -160,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