tag 296266 patch thanks Hi,
* Steve Langasek [2005-02-26]: > Negative return values are not POSIX. Trivial (and tested) patch attached.
diff -ru orig.greylistd-0.8.2/debian/changelog greylistd-0.8.2/debian/changelog
--- orig.greylistd-0.8.2/debian/changelog 2005-02-06 14:25:39.000000000
+0100
+++ greylistd-0.8.2/debian/changelog 2005-03-11 11:13:23.000000000 +0100
@@ -1,3 +1,10 @@
+greylistd (0.8.2-0.1) unstable; urgency=low
+
+ * NMU
+ * Change value of "false" to 1 in debconf module. Closes: #296266.
+
+ -- Laurent Fousse <[EMAIL PROTECTED]> Fri, 11 Mar 2005 10:59:26 +0100
+
greylistd (0.8.2) unstable; urgency=low
* Added French translation by Jean-Luc Coulon. Closes: #292881.
diff -ru orig.greylistd-0.8.2/debian/config greylistd-0.8.2/debian/config
--- orig.greylistd-0.8.2/debian/config 2005-01-18 01:17:02.000000000 +0100
+++ greylistd-0.8.2/debian/config 2005-03-11 10:59:25.000000000 +0100
@@ -9,7 +9,7 @@
priorversion="$2"
true=0
-false=-1
+false=1
running_exim4()
{
signature.asc
Description: Digital signature

