SPECS: lighttpd.spec - service restart failure should not stop pac...

glen glen at pld-linux.org
Tue Jan 10 22:25:55 CET 2006


Author: glen                         Date: Tue Jan 10 21:25:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- service restart failure should not stop package upgrade (maybe add this to %service macro?)

---- Files affected:
SPECS:
   lighttpd.spec (1.150 -> 1.151) 

---- Diffs:

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.150 SPECS/lighttpd.spec:1.151
--- SPECS/lighttpd.spec:1.150	Tue Jan 10 21:50:00 2006
+++ SPECS/lighttpd.spec	Tue Jan 10 22:25:49 2006
@@ -37,7 +37,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
@@ -310,6 +310,7 @@
 %post
 /sbin/chkconfig --add %{name}
 %service %{name} restart "LigHTTPd webserver"
+exit 0
 
 %preun
 if [ "$1" = "0" ]; then
@@ -414,6 +415,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.151  2006/01/10 21:25:49  glen
+- service restart failure should not stop package upgrade (maybe add this to %service macro?)
+
 Revision 1.150  2006/01/10 20:50:00  glen
 - 1.4.9-20060104-1523 pre-release
 - use %service to allow admin to skip restarts
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.150&r2=1.151&f=u



More information about the pld-cvs-commit mailing list