]> git.pld-linux.org Git - packages/awstats.git/commitdiff
- trigger for lighttpd config, and package lighttpd config
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 1 Jan 2007 21:54:06 +0000 (21:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awstats.spec -> 1.51

awstats.spec

index 29f1fd021e45e33504919c0b06933fdba538d606..4085b434f35e09883c3d44aabd4ab0f73b71041d 100644 (file)
@@ -100,6 +100,12 @@ rm -rf $RPM_BUILD_ROOT
 %triggerun -- apache < 2.2.0, apache-base
 %webapp_unregister httpd %{_webapp}
 
+%triggerin -- lighttpd
+%webapp_register lighttpd %{_webapp}
+
+%triggerun -- lighttpd
+%webapp_unregister lighttpd %{_webapp}
+
 %triggerpostun -- %{name} < 6.5-2.1
 # rescue app configs.
 for i in awstats.conf awstats.model.conf; do
@@ -138,6 +144,7 @@ rm -f /etc/httpd/httpd.conf/99_%{name}.conf
 %doc README.TXT docs/* tools/webmin tools/xslt
 %dir %attr(750,root,http) %{_sysconfdir}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/lighttpd.conf
 %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/awstats*.conf
 
 %attr(640,root,root) /etc/cron.d/awstats
This page took 0.079404 seconds and 4 git commands to generate.