Author: glen Date: Wed Jan 14 19:19:23 2009 GMT Module: SOURCES Tag: HEAD ---- Log message: - fix paths in manual
---- Files affected: SOURCES: pound-man.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/pound-man.patch diff -u /dev/null SOURCES/pound-man.patch:1.1 --- /dev/null Wed Jan 14 20:19:23 2009 +++ SOURCES/pound-man.patch Wed Jan 14 20:19:17 2009 @@ -0,0 +1,31 @@ +--- Pound-2.4.3/pound.8~ 2008-05-31 13:25:43.000000000 +0300 ++++ Pound-2.4.3/pound.8 2009-01-14 21:18:06.868543633 +0200 +@@ -155,7 +155,7 @@ + \fB\-f\fR config_file + Location of the configuration file (see below for a full description of the format). + Default: +-.I /usr/local/etc/pound.cfg ++.I /etc/pound/pound.cfg + .TP + \fB\-p\fR pid_file + Location of the pid file. +@@ -1107,16 +1107,16 @@ + .br + .SH FILES + .TP +-\fI/var/run/pound.nnn\fR ++\fI/var/run/pound/pound.nnn\fR + this is where + .B Pound + will attempt to record its process id. + .TP +-\fI/usr/local/etc/pound.cfg\fR ++\fI/etc/pound/pound.cfg\fR + the default configuration file (the location may be changed when compiling - see the + F_CONF flag in the Makefile). + .TP +-\fI/usr/local/etc/pound/cert.pem\fR ++\fI/etc/pound/pound/cert.pem\fR + the certificate file(s) for HTTPS. The location must be defined in the configuration + file - this is only a suggestion. The file must contain a PEM-encoded certificate, + optionally a certificate chain from a known Certificate Authority to your server certificate ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
