diff options
author | Juergen Daubert <jue@jue.li> | 2013-03-20 18:18:45 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2013-03-20 18:18:45 +0100 |
commit | d50c1c7da5241ae7650a9a8a7981c7f13d9025b4 (patch) | |
tree | ebd7b72129ed6d2576bcaccc78ae17c356e627eb /cups/cups-config.patch | |
parent | f003afb656f5139b0ed2738a866746903291519f (diff) | |
download | opt-d50c1c7da5241ae7650a9a8a7981c7f13d9025b4.tar.gz opt-d50c1c7da5241ae7650a9a8a7981c7f13d9025b4.tar.xz |
cups: update to 1.6.2
Diffstat (limited to 'cups/cups-config.patch')
-rw-r--r-- | cups/cups-config.patch | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/cups/cups-config.patch b/cups/cups-config.patch index 249f375b1..275cdb7cf 100644 --- a/cups/cups-config.patch +++ b/cups/cups-config.patch @@ -1,14 +1,16 @@ -diff -Nru cups-1.2.0.orig/conf/cupsd.conf.in cups-1.2.0/conf/cupsd.conf.in ---- cups-1.2.0.orig/conf/cupsd.conf.in 2006-05-14 10:35:54.000000000 +0200 -+++ cups-1.2.0/conf/cupsd.conf.in 2006-05-14 10:36:54.000000000 +0200 -@@ -10,6 +10,10 @@ - # troubleshooting... - LogLevel info +diff -Nru cups-1.6.2.orig/conf/cups-files.conf.in cups-1.6.2/conf/cups-files.conf.in +--- cups-1.6.2.orig/conf/cups-files.conf.in 2013-03-18 18:52:05.834379900 +0100 ++++ cups-1.6.2/conf/cups-files.conf.in 2013-03-18 19:13:54.540806821 +0100 +@@ -74,10 +74,10 @@ + #ServerBin @CUPS_SERVERBIN@ -+# Location of ssl certificates + # SSL/TLS certificate for the scheduler... +-#ServerCertificate @CUPS_SERVERCERT@ +ServerCertificate /etc/ssl/certs/cups.crt + + # SSL/TLS private key for the scheduler... +-#ServerKey @CUPS_SERVERKEY@ +ServerKey /etc/ssl/keys/cups.key -+ - # Administrator user group... - SystemGroup @CUPS_SYSTEM_GROUPS@ + # Location of other configuration files... + #ServerRoot @CUPS_SERVERROOT@ |