Package: dh-make
Version: 0.48
Severity: normal
Hi!
This is about /usr/share/debhelper/dh_make/debian/init.d.lsb.ex which
contains:
# Use this if you want the user to explicitly set 'RUN' in
# /etc/default/
#if [ "x$RUN" != "xyes" ] ; then
# log_failure_msg "$NAME disabled, please adjust the configuration to your
needs "
# log_failure_msg "and then set RUN to 'yes' in /etc/default/$NAME to enable
it."
# exit 1
#fi
Enabling this as is makes the installation of the package fail because
of the "exit 1". This is a broken suggestion, please switch it to "exit 0"
at least.
I haven't checked wether other files do contain similar broken
suggestions, but I guess you get the idea. :)
Thanks!
Rhonda
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]