diff options
| author | John Klug <john.klug@multitech.com> | 2020-01-02 13:05:41 -0600 | 
|---|---|---|
| committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-05-20 19:50:22 +0300 | 
| commit | 5af7954db9a2dc519f4a540ebcdc559987850756 (patch) | |
| tree | df951684bfe2ab8d75cc9211af4ae43f76dd8db0 | |
| parent | 353797264d6a85fb8f446d8d3d15c75faef53b48 (diff) | |
| download | meta-mlinux-5af7954db9a2dc519f4a540ebcdc559987850756.tar.gz meta-mlinux-5af7954db9a2dc519f4a540ebcdc559987850756.tar.bz2 meta-mlinux-5af7954db9a2dc519f4a540ebcdc559987850756.zip | |
gpsd takes too long to quit when there is no antenna signal
| -rwxr-xr-x | recipes-navigation/gpsd/gpsd/gpsd | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/recipes-navigation/gpsd/gpsd/gpsd b/recipes-navigation/gpsd/gpsd/gpsd index 3f93442..b4068c9 100755 --- a/recipes-navigation/gpsd/gpsd/gpsd +++ b/recipes-navigation/gpsd/gpsd/gpsd @@ -93,7 +93,7 @@ do_stop()  	#   1 if daemon was already stopped  	#   2 if daemon could not be stopped  	#   other if a failure occurred -	/usr/sbin/start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE --name $NAME +	/usr/sbin/start-stop-daemon --stop --quiet --signal KILL --pidfile $PIDFILE --name $NAME  	RETVAL="$?"  	[ "$RETVAL" = 2 ] && return 2  	# Many daemons don't delete their pidfiles when they exit. | 
