opt/cups/cups-config.patch

17 lines
602 B
Diff
Raw Normal View History

2013-03-20 18:18:45 +01:00
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@
2006-05-14 14:07:48 +02:00
2013-03-20 18:18:45 +01:00
# SSL/TLS certificate for the scheduler...
-#ServerCertificate @CUPS_SERVERCERT@
2006-05-14 14:07:48 +02:00
+ServerCertificate /etc/ssl/certs/cups.crt
2013-03-20 18:18:45 +01:00
# SSL/TLS private key for the scheduler...
-#ServerKey @CUPS_SERVERKEY@
2006-05-14 14:07:48 +02:00
+ServerKey /etc/ssl/keys/cups.key
2013-03-20 18:18:45 +01:00
# Location of other configuration files...
#ServerRoot @CUPS_SERVERROOT@