wok diff lighttpd/receipt @ rev 1243

Up: bogofilter 1.1.6 to 1.1.7
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Aug 12 00:00:05 2008 +0200 (2008-08-12)
parents ca4331756d20
children e53076a6ce3f
line diff
     1.1 --- a/lighttpd/receipt	Thu Jul 17 13:55:58 2008 +0200
     1.2 +++ b/lighttpd/receipt	Tue Aug 12 00:00:05 2008 +0200
     1.3 @@ -75,7 +75,7 @@
     1.4  pre_install()
     1.5  {
     1.6  	echo "Processing pre-install commands..."
     1.7 -	/etc/init.d/$PACKAGE stop
     1.8 +	[ -f /etc/init.d/$PACKAGE ] && /etc/init.d/$PACKAGE stop
     1.9  }
    1.10  post_install()
    1.11  {