r1874 - trunk/varnish-cache/debian

bahner at projects.linpro.no bahner at projects.linpro.no
Mon Aug 20 11:37:59 CEST 2007


Author: bahner
Date: 2007-08-20 11:37:59 +0200 (Mon, 20 Aug 2007)
New Revision: 1874

Modified:
   trunk/varnish-cache/debian/varnish.postinst
Log:
Added forgotten shebang to postinst


Modified: trunk/varnish-cache/debian/varnish.postinst
===================================================================
--- trunk/varnish-cache/debian/varnish.postinst	2007-08-20 09:33:50 UTC (rev 1873)
+++ trunk/varnish-cache/debian/varnish.postinst	2007-08-20 09:37:59 UTC (rev 1874)
@@ -1,3 +1,6 @@
+#!/bin/sh
+
+
 # Automatically added by dh_installinit
 if [ -x "/etc/init.d/varnish" ]; then
 	update-rc.d varnish defaults >/dev/null




More information about the varnish-commit mailing list