I've uploaded an NMU for hylafax (versioned as 2:6.0.3-5.1). The diff
is attached to this message.

Cheers,
gregor, from the Munich BSP
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-    BOFH excuse #243:  The computer fleetly, mouse and all. 
diff -u hylafax-6.0.3/debian/changelog hylafax-6.0.3/debian/changelog
--- hylafax-6.0.3/debian/changelog
+++ hylafax-6.0.3/debian/changelog
@@ -1,3 +1,10 @@
+hylafax (2:6.0.3-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Return 0 from initscript, if RUN_HYLAFAX=0 (Closes: #553055)
+
+ -- Robert Grimm <r...@robgri.de>  Sat, 28 Nov 2009 11:33:10 +0100
+
 hylafax (2:6.0.3-5) unstable; urgency=low
 
   * Fixed init.d script error (Closes: #551285)
diff -u hylafax-6.0.3/debian/hylafax-server.hylafax.init hylafax-6.0.3/debian/hylafax-server.hylafax.init
--- hylafax-6.0.3/debian/hylafax-server.hylafax.init
+++ hylafax-6.0.3/debian/hylafax-server.hylafax.init
@@ -96,7 +96,7 @@
 
 if [ "$RUN_HYLAFAX" -ne 1 -a "$1" = "start" ]; then
   echo "Hylafax is disabled, see /etc/default/hylafax"
-  exit 1
+  exit 0
 fi
 
 

Attachment: signature.asc
Description: Digital signature

Reply via email to