Package: gpsd
Version: 2.33-4
Severity: minor
Tags: patch
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
please avoid the colorful warning messages, on startup when START_DAEMON is
set to "false". Since during install the user gets prompted, if he wants to
automatically start the daemon, he shouldnt be warned on every startup
and shutdown again.
Thanks, Kiro.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFQHBSYWOj0axvMcURArsbAKC4BFko8m6ljoLyvoSP6CAob6q0QwCfX+Or
KjfiNtlY8rABnqEnCpJ3hOE=
=W3q5
-----END PGP SIGNATURE-----
diff -uNr gpsd-2.33_orig/debian/gpsd.init gpsd-2.33/debian/gpsd.init
--- gpsd-2.33_orig/debian/gpsd.init 2006-10-26 09:33:44.000000000 +0200
+++ gpsd-2.33/debian/gpsd.init 2006-10-26 09:57:06.000000000 +0200
@@ -41,8 +41,7 @@
&& log_end_msg 0 \
|| log_end_msg 1
else
- log_warning_msg "gpsd is configured not to start automatically
at boot time."
- log_warning_msg " To change this, run 'dpkg-reconfigure gpsd'."
+ log_daemon_msg "Not starting $DESC" "gpsd" && log_end_msg 0
fi
;;
stop)
@@ -52,8 +51,7 @@
log_end_msg 0
[ -n "$WARN" ] && log_warning_msg "$WARN"
else
- log_warning_msg "gpsd is configured not to start automatically
at boot time."
- log_warning_msg " To change this, run 'dpkg-reconfigure gpsd'."
+ log_daemon_msg "Not stopping $DESC" "gpsd" && log_end_msg 0
fi
;;
reload|force-reload)