wok diff nut/receipt @ rev 8615
Fix: replace exit 1 by return 1 in receipts (exit broke cook-list function)
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Mon Feb 14 19:09:46 2011 +0100 (2011-02-14) |
parents | b95abf5766d0 |
children | 81cc5efd0446 |
line diff
1.1 --- a/nut/receipt Fri Aug 13 21:34:30 2010 +0200 1.2 +++ b/nut/receipt Mon Feb 14 19:09:46 2011 +0100 1.3 @@ -10,7 +10,7 @@ 1.4 WGET_URL="http://www.networkupstools.org/source/${VERSION%.*}/$TARBALL" 1.5 DEPENDS="libusb libusb-compat expat neon zlib libssl libwrap" 1.6 BUILD_DEPENDS="libusb-dev libusb-compat-dev expat-dev neon-dev zlib-dev \ 1.7 -libssl-dev libwrap-dev" 1.8 +openssl-dev libwrap-dev" 1.9 CONFIG_FILES="/etc/nut.conf /etc/ups.conf /etc/upsd.conf /etc/upsd.users \ 1.10 /etc/upsmon.conf /etc/upssched.conf" 1.11