diff options
Diffstat (limited to 'kdeprint/cups/cupsdconf2/cupsd.conf.template')
-rw-r--r-- | kdeprint/cups/cupsdconf2/cupsd.conf.template | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kdeprint/cups/cupsdconf2/cupsd.conf.template b/kdeprint/cups/cupsdconf2/cupsd.conf.template index c91f0dfa3..ae1a4c362 100644 --- a/kdeprint/cups/cupsdconf2/cupsd.conf.template +++ b/kdeprint/cups/cupsdconf2/cupsd.conf.template @@ -100,9 +100,9 @@ $$ # The root directory for HTTP documents that are served. # By default the compiled-in directory.</p> # <p> -# <i>ex</i>: /usr/share/cups/doc</p> +# <i>ex</i>: /usr/share/cups/doc-root</p> $$ -#DocumentRoot /usr/share/cups/doc +#DocumentRoot /usr/share/cups/doc-root @@ %%errorlog @@ -272,12 +272,12 @@ $$ # <b>Group (Group)</b> # <p> # The group the server runs under. Normally this -# must be <b>sys</b>, however you can configure things for another +# must be <b>lpadmin</b>, however you can configure things for another # group as needed.</p> # <p> -# <i>ex</i>: sys</p> +# <i>ex</i>: lpadmin</p> $$ -#Group sys +#Group lpadmin @@ %%ripcache @@ -592,9 +592,9 @@ $$ # access. The default varies depending on the operating system, but # will be <b>sys</b>, <b>system</b>, or <b>root</b> (checked for in that order).</p> # <p> -# <i>ex</i>: sys</p> +# <i>ex</i>: lpadmin</p> $$ -#SystemGroup sys +#SystemGroup lpadmin @@ %%servercertificate |