summaryrefslogtreecommitdiff
path: root/gpsd.rules.in
Commit message (Collapse)AuthorAgeFilesLines
* Address bug #47051: udev does not recognize "u-blox8 GNSS Mouse Receiver GR-801"Eric S. Raymond2018-12-261-0/+3
|
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
|
* Hotplug rules for u-blox 7 and 8.Lukas Schauber2015-01-081-0/+4
|
* Bring systemd handing into a useful shape.Bernd Zeimetz2014-08-171-14/+14
| | | | | | | | | | | | | I'm merging the changes that were done in the gpsd packaging in Fedora and Debian. With systemd being enabled, the hotplug script is not being used anymore, instead run the gpsdctl@.service unit. /etc/default/gpsd and /etc/sysconfig/gpsd are read as EnvironmentFile to keep the shipped config useable on RedHat/Debian-like systems at least. The udev-install rule now also depends on systemd_install and systemctl_daemon_reload. With these changes, hotplugging on systemd enabled systems seems to work well on Debian and Fedora.
* Add missing + for symlinks in udev rules.Bernd Zeimetz2014-08-171-5/+5
|
* Fix paths to gpsd.hotplug in udev rulesBjørn Forsman2014-05-161-0/+53
The gpsd build system allows us to specify where to install udev rules with "scons udevdir=...", but the rules file itself will always contain (hardcoded) paths to /lib/udev. Which makes it broken. This patch makes it so that the references to gpsd.hotplug stays in sync with where the rules file is installed, by adding a @udevdir@ "magic marker" in the rules file (now renamed to gpsd.rules.in) and then substituting that for the real udevdir install path at build time. Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Signed-off-by: Eric S. Raymond <esr@thyrsus.com>