r5499 - trunk/varnish-cache/redhat

ingvar at varnish-cache.org ingvar at varnish-cache.org
Wed Nov 3 12:17:53 CET 2010


Author: ingvar
Date: 2010-11-03 12:17:53 +0100 (Wed, 03 Nov 2010)
New Revision: 5499

Modified:
   trunk/varnish-cache/redhat/varnish.initrc
Log:
Added a missing echo from the init script. Console no longer hides failure output.

Modified: trunk/varnish-cache/redhat/varnish.initrc
===================================================================
--- trunk/varnish-cache/redhat/varnish.initrc	2010-11-03 11:07:34 UTC (rev 5498)
+++ trunk/varnish-cache/redhat/varnish.initrc	2010-11-03 11:17:53 UTC (rev 5499)
@@ -70,6 +70,7 @@
 			echo
 		else
 			echo_failure
+			echo
 		fi
 		return $retval
 	fi




More information about the varnish-commit mailing list