Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=openjava.git;a=commitdiff;h=5cf3f903d99775b4b42f24bb610a4dbc6c58cd56
commit 5cf3f903d99775b4b42f24bb610a4dbc6c58cd56 Author: James Buren <[email protected]> Date: Fri Jun 8 20:28:48 2012 -0500 gpsd-2.96bis-4-x86_64 * fix default config as systemd doesn't expand variables within a variable diff --git a/source/xlib-extra/gpsd/FrugalBuild b/source/xlib-extra/gpsd/FrugalBuild index 8795161..595342c 100644 --- a/source/xlib-extra/gpsd/FrugalBuild +++ b/source/xlib-extra/gpsd/FrugalBuild @@ -3,7 +3,7 @@ pkgname=gpsd pkgver=2.96bis -pkgrel=3 +pkgrel=4 pkgdesc="GPS daemon and library to support USB/serial GPS devices" archs=('i686' 'x86_64') groups=('xlib-extra') @@ -13,7 +13,7 @@ depends=('lesstif' 'libxaw>=1.0.5' 'python>=2.7') backup=('etc/sysconfig/gpsd') sha1sums=('cf123255f9ec54d018642cf230cd05826e507a9e' \ 'ec737984e550495119edf316d9efffc5770d2bba' \ - '0bdf1b2f8bd0674a3a6d49939712e2353f2ebfc9' \ + '51300b76fcfea5eb63aa6c31d4a408b419c40692' \ '43ab62520f5b2aca0d44eba10bf89661b79c104e') options=('force') _F_sysvinit_units=($pkgname) diff --git a/source/xlib-extra/gpsd/gpsd b/source/xlib-extra/gpsd/gpsd index 3226428..6a69dad 100644 --- a/source/xlib-extra/gpsd/gpsd +++ b/source/xlib-extra/gpsd/gpsd @@ -14,7 +14,4 @@ #GPS_DEV="/dev/ttyUSB0" -#GPS_DEV="/dev/ttyS0 - -# Use the following for gpsd with ntp instead of the older one below -#GPSD_OPTS="-n ${GPS_DEV}" +#GPSD_OPTS="-n /dev/ttyUSB0" _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
