packages: varnish/varnish.spec, varnish/varnishlog.init (REMOVED) - drop va...

glen glen at pld-linux.org
Wed May 26 16:17:17 CEST 2010


Author: glen                         Date: Wed May 26 14:17:17 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- drop varnishlog initscript; it is pointless to capture all the log all the times

---- Files affected:
packages/varnish:
   varnish.spec (1.56 -> 1.57) , varnishlog.init (1.6 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: packages/varnish/varnish.spec
diff -u packages/varnish/varnish.spec:1.56 packages/varnish/varnish.spec:1.57
--- packages/varnish/varnish.spec:1.56	Wed Apr 21 17:29:42 2010
+++ packages/varnish/varnish.spec	Wed May 26 16:17:11 2010
@@ -1,6 +1,7 @@
 # $Revision$, $Date$
 # TODO
 # - make tests use secure dir, not /tmp, see varnish-2.0.6/bin/varnishtest
+# - hungs ac builders: tests/a00009.vtc
 # - some -l missing: /usr/lib64/libvcl.so.1.0.0
 #
 # Conditional build:
@@ -130,7 +131,6 @@
 	$RPM_BUILD_ROOT/var/log/{archive/,}varnish
 
 install -p %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/varnish
-install -p %{SOURCE2} $RPM_BUILD_ROOT/etc/rc.d/init.d/varnishlog
 install -p %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/varnishncsa
 cp -a %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/varnish
 cp -a %{SOURCE5} $RPM_BUILD_ROOT/etc/sysconfig/varnishncsa
@@ -142,10 +142,8 @@
 
 %post
 /sbin/chkconfig --add varnish
-/sbin/chkconfig --add varnishlog
 /sbin/chkconfig --add varnishncsa
 %service varnish restart
-%service varnishlog restart
 %service varnishncsa restart
 
 %pre
@@ -161,10 +159,8 @@
 %preun
 if [ "$1" = "0" ]; then
 	%service -q varnish stop
-	%service -q varnishlog stop
 	%service -q varnishncsa stop
 	/sbin/chkconfig --del varnish
-	/sbin/chkconfig --del varnishlog
 	/sbin/chkconfig --del varnishncsa
 fi
 
@@ -180,7 +176,6 @@
 %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/varnishncsa
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/varnish
 %attr(754,root,root) /etc/rc.d/init.d/varnish
-%attr(754,root,root) /etc/rc.d/init.d/varnishlog
 %attr(754,root,root) /etc/rc.d/init.d/varnishncsa
 %attr(755,root,root) %{_sbindir}/varnishd
 %attr(755,root,root) %{_bindir}/varnish*
@@ -216,6 +211,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2010/05/26 14:17:11  glen
+- drop varnishlog initscript; it is pointless to capture all the log all the times
+
 Revision 1.56  2010/04/21 15:29:42  glen
 - release 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/varnish/varnish.spec?r1=1.56&r2=1.57&f=u



More information about the pld-cvs-commit mailing list