packages: apache/apache-mpm.conf - LockFile has been replaced with a Mutex ...
adamg
adamg at pld-linux.org
Sat Feb 25 23:59:20 CET 2012
Author: adamg Date: Sat Feb 25 22:59:20 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- LockFile has been replaced with a Mutex directive
---- Files affected:
packages/apache:
apache-mpm.conf (1.6 -> 1.7)
---- Diffs:
================================================================
Index: packages/apache/apache-mpm.conf
diff -u packages/apache/apache-mpm.conf:1.6 packages/apache/apache-mpm.conf:1.7
--- packages/apache/apache-mpm.conf:1.6 Sat Feb 25 23:54:30 2012
+++ packages/apache/apache-mpm.conf Sat Feb 25 23:59:15 2012
@@ -18,7 +18,7 @@
#
# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
#
-LockFile /var/run/httpd/accept.lock
+Mutex file:/var/run/httpd/
#
# Only one of the below sections will be relevant on your
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apache/apache-mpm.conf?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list