From 29813d539747e58a6e3322df3f48eae4338c60b5 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sun, 15 May 2011 02:49:17 +0000 Subject: Remove painful examples of foo="", with particular prejudice against constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps --- astro/gpsd/files/gpsd.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'astro') diff --git a/astro/gpsd/files/gpsd.in b/astro/gpsd/files/gpsd.in index afc7f7563047..a926cb3d3bfe 100644 --- a/astro/gpsd/files/gpsd.in +++ b/astro/gpsd/files/gpsd.in @@ -56,8 +56,6 @@ load_rc_config $name # Set defaults : ${gpsd_enable:="NO"} -: ${gpsd_flags:=""} -: ${gpsd_devices:=""} : ${gpxlogger_enable:="NO"} : ${gpxlogger_flags:="-i 600"} : ${gpxlogger_logdir:="/var/log"} -- cgit v1.2.3