]> git.pld-linux.org Git - packages/cups.git/blob - cups-config.patch
- Disable internal log rotation.
[packages/cups.git] / cups-config.patch
1 diff -urN cups-1.1.10.orig/conf/cupsd.conf cups-1.1.10/conf/cupsd.conf
2 --- cups-1.1.10.orig/conf/cupsd.conf    Sun Nov  4 21:37:50 2001
3 +++ cups-1.1.10/conf/cupsd.conf Sun Nov  4 21:43:17 2001
4 @@ -121,7 +121,7 @@
5  # By default the compiled in directory.
6  #
7  
8 -#DocumentRoot /usr/share/doc/cups
9 +#DocumentRoot /usr/share/cups/http
10  
11  #
12  # ErrorLog: the error log file; if this does not start with a leading /
13 @@ -159,8 +159,10 @@
14  # MaxLogSize: controls the maximum size of each log file before they are
15  # rotated.  Defaults to 1048576 (1MB).  Set to 0 to disable log rotating.
16  #
17 +# NOTE: In PLD logrotate daemon performs taks of rotating logs.
18 +#
19  
20 -#MaxLogSize 0
21 +MaxLogSize 0
22  
23  #
24  # PageLog: the page log file; if this does not start with a leading /
25 @@ -206,7 +208,7 @@
26  # Leave blank to disable printcap file generation.
27  #
28  
29 -#Printcap /etc/printcap
30 +Printcap /etc/printcap
31  
32  #
33  # RequestRoot: the directory where request files are stored.
This page took 0.041118 seconds and 4 git commands to generate.