gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-dev] [PATCH] udev rules: source Gentoo config files


From: Mike Frysinger
Subject: [gpsd-dev] [PATCH] udev rules: source Gentoo config files
Date: Thu, 30 Oct 2014 17:18:18 -0400

---
 gpsd.hotplug | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gpsd.hotplug b/gpsd.hotplug
index dd0deaf..5f4ce13 100644
--- a/gpsd.hotplug
+++ b/gpsd.hotplug
@@ -24,6 +24,8 @@ export PATH
 
 if [ -r /etc/default/gpsd ]; then
   . /etc/default/gpsd
+elif [ -r /etc/conf.d/gpsd ]; then
+  . /etc/conf.d/gpsd
 elif [ -r /etc/sysconfig/gpsd ]; then
   . /etc/sysconfig/gpsd
   GPSD_OPTIONS=$OPTIONS
-- 
2.1.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]