Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > by-pkgid > 580f361ce2327b023ccc4adde1e8fec9 > files > 2

pound-2.2.3-1mdv2007.1.src.rpm

diff -Naur Pound-2.2.3/Makefile.in Pound-2.2.3.oden/Makefile.in
--- Pound-2.2.3/Makefile.in	2007-01-19 21:29:10.000000000 +0100
+++ Pound-2.2.3.oden/Makefile.in	2007-01-26 18:17:10.000000000 +0100
@@ -34,7 +34,7 @@
 exec_prefix=@exec_prefix@
 
 # Configuration file default; if none, look at config.c for default!
-F_CONF=@sysconfdir@/pound.cfg
+F_CONF=@sysconfdir@/pound/pound.cfg
 
 OBJS=pound.o http.o config.o svc.o
 
diff -Naur Pound-2.2.3/pound.8 Pound-2.2.3.oden/pound.8
--- Pound-2.2.3/pound.8	2007-01-19 21:29:10.000000000 +0100
+++ Pound-2.2.3.oden/pound.8	2007-01-26 18:14:33.000000000 +0100
@@ -1080,16 +1080,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/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
diff -Naur Pound-2.2.3/pound.h Pound-2.2.3.oden/pound.h
--- Pound-2.2.3/pound.h	2007-01-19 21:29:10.000000000 +0100
+++ Pound-2.2.3.oden/pound.h	2007-01-26 18:16:15.000000000 +0100
@@ -259,11 +259,11 @@
 #define MAXHEADERS  128
 
 #ifndef F_CONF
-#define F_CONF  "/usr/local/etc/pound.cfg"
+#define F_CONF  "/etc/pound/pound.cfg"
 #endif
 
 #ifndef F_PID
-#define F_PID  "/var/run/pound.pid"
+#define F_PID  "/var/run/pound/pound.pid"
 #endif
 
 /* matcher chain */