]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- service restart failure should not stop package upgrade (maybe add this to %service...
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 10 Jan 2006 21:25:49 +0000 (21:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd.spec -> 1.151

lighttpd.spec

index c5ccca3cf68e3cb2fc21c3fa20f9122ecd320390..d12e1e1106a0bee8b4304250c5c9ac7c39dab701 100644 (file)
@@ -36,7 +36,7 @@
 %define _source http://www.lighttpd.net/download/%{name}-%{version}.tar.gz
 %endif
 
-%define                _rel 0.8
+%define                _rel 0.12
 
 Summary:       Fast and light HTTP server
 Summary(pl):   Szybki i lekki serwer HTTP
@@ -309,6 +309,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 /sbin/chkconfig --add %{name}
 %service %{name} restart "LigHTTPd webserver"
+exit 0
 
 %preun
 if [ "$1" = "0" ]; then
This page took 0.034474 seconds and 4 git commands to generate.