# HG changeset patch # User godisch # Date 1062342988 -3600 # Node ID 0c7220ddf34874774d6a34ae448e8aaf93001301 # Parent 84c15e2195b5773b5b5016b8c9152c407888fa90 [svn] fixed output and return code diff -r 84c15e2195b5 -r 0c7220ddf348 debian/init --- a/debian/init Mon Aug 11 16:23:50 2003 +0100 +++ b/debian/init Sun Aug 31 16:16:28 2003 +0100 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: init 595 2003-06-25 16:36:44Z godisch $ +# $Id: init 615 2003-08-31 15:16:28Z godisch $ set -e @@ -11,8 +11,9 @@ } if [ ! -x "$NOFFLE" ]; then - echo "Cannot execute noffle: program not found." >&2 - exit 5 # LSB: program is not installed +# echo "Cannot execute noffle: program not found." >&2 +# exit 5 # LSB: program is not installed + exit 0 # Debian policy: exit quietly, see #206928 fi if [ "$2" ]; then @@ -62,7 +63,6 @@ *) help exit 2 # LSB: invalid or excess argument(s) - ;; esac exit 0