Author: glen Date: Thu Jul 20 18:06:56 2006 GMT Module: SPECS Tag: DEVEL ---- Log message: - annoying race
---- Files affected: SPECS: lighttpd.spec (1.154.2.15 -> 1.154.2.16) ---- Diffs: ================================================================ Index: SPECS/lighttpd.spec diff -u SPECS/lighttpd.spec:1.154.2.15 SPECS/lighttpd.spec:1.154.2.16 --- SPECS/lighttpd.spec:1.154.2.15 Thu Jul 20 00:27:09 2006 +++ SPECS/lighttpd.spec Thu Jul 20 20:06:51 2006 @@ -4,6 +4,9 @@ # - mysql issue: http://www.freebsd.org/cgi/query-pr.cgi?pr=76866 # - fam over gamin is possible, just configure doesn't check other than gamin # - feature stat-cache-fam (doesn't work) +# - lighttpd writes early startup messages to stderr, and if started from +# rc-scripts the stderr is closed which causes lighttpd to abort(): +# 2006-07-20 21:05:52: (server.c.1233) WARNING: unknown config-key: url.rewrite-final (ignored) # # NOTES: # - fcgi-devel is only used for the test-scripts @@ -26,7 +29,7 @@ %bcond_with valgrind # compile code with valgrind support. %bcond_with deflate # build deflate module (needs patch update with current svn) -%define _rel 3.42 +%define _rel 3.43 # svn snapshot %define _svn 1211 @@ -996,6 +999,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.154.2.16 2006/07/20 18:06:51 glen +- annoying race + Revision 1.154.2.15 2006/07/19 22:27:09 glen - svn 1211: mod_cgi crash solveed - add mod_mysql_vhost.conf and enable mysql bcond ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.154.2.15&r2=1.154.2.16&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
