Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Address bug #47051: udev does not recognize "u-blox8 GNSS Mouse Receiver GR-801" | Eric S. Raymond | 2018-12-26 | 1 | -0/+3 |
| | |||||
* | SPDXify the licerse references. | Eric S. Raymond | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | Hotplug rules for u-blox 7 and 8. | Lukas Schauber | 2015-01-08 | 1 | -0/+4 |
| | |||||
* | Bring systemd handing into a useful shape. | Bernd Zeimetz | 2014-08-17 | 1 | -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 Zeimetz | 2014-08-17 | 1 | -5/+5 |
| | |||||
* | Fix paths to gpsd.hotplug in udev rules | Bjørn Forsman | 2014-05-16 | 1 | -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> |