wok diff rrdtool/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 53e1828da719
children 5b9da0d5c3cb
line diff
     1.1 --- a/rrdtool/receipt	Wed Nov 17 03:47:52 2010 +0000
     1.2 +++ b/rrdtool/receipt	Mon Feb 14 19:09:46 2011 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="rrdtool"
     1.7 -VERSION="1.4.4"
     1.8 +VERSION="1.4.5"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Data logging and graphing system for time series data."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"