wok-current diff lighttpd/receipt @ rev 1217
Add: subversion and deps from Lars-Eri, Helander.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Aug 10 07:42:07 2008 +0200 (2008-08-10) |
parents | ca4331756d20 |
children | e53076a6ce3f |
line diff
1.1 --- a/lighttpd/receipt Thu Jul 17 13:55:58 2008 +0200 1.2 +++ b/lighttpd/receipt Sun Aug 10 07:42:07 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 {