SPECS: lighttpd.spec - fix conf.d path; rel 3
glen
glen at pld-linux.org
Tue Nov 28 15:48:56 CET 2006
Author: glen Date: Tue Nov 28 14:48:56 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix conf.d path; rel 3
---- Files affected:
SPECS:
lighttpd.spec (1.192 -> 1.193)
---- Diffs:
================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.192 SPECS/lighttpd.spec:1.193
--- SPECS/lighttpd.spec:1.192 Tue Nov 14 14:43:57 2006
+++ SPECS/lighttpd.spec Tue Nov 28 15:48:48 2006
@@ -39,7 +39,7 @@
%define webdav_progs 1
%endif
-%define _rel 2
+%define _rel 3
Summary: Fast and light HTTP server
Summary(pl): Szybki i lekki serwer HTTP
Name: lighttpd
@@ -940,7 +940,7 @@
%doc NEWS README ChangeLog doc/lighttpd.conf doc/*.txt doc/rrdtool-graph.sh
%dir %attr(750,root,lighttpd) %{_sysconfdir}
%dir %attr(750,root,root) %{_sysconfdir}/webapps.d
-%dir %attr(750,root,root) %{_sysconfdir}/lighttpd/conf.d
+%dir %attr(750,root,root) %{_sysconfdir}/conf.d
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf
%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mime.types.conf
%attr(640,root,lighttpd) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.user
@@ -1147,6 +1147,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.193 2006/11/28 14:48:48 glen
+- fix conf.d path; rel 3
+
Revision 1.192 2006/11/14 13:43:57 glen
- mod_cgi uses mod_alias
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.192&r2=1.193&f=u
More information about the pld-cvs-commit
mailing list