summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-26 08:11:24 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-26 08:11:24 -0500
commit678480f62695bdf28afe89aaf71febf88f906eec (patch)
tree1bcb51941c83c9885116ae5183594f8cd968a6cc /Makefile.am
parent9fe7bd7aee146af4de2d1280af8835be2d49d0e3 (diff)
downloadgpsd-678480f62695bdf28afe89aaf71febf88f906eec.tar.gz
Typo fixes.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 6b84a250..0cd41701 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -901,7 +901,7 @@ endif
# Productions for setting up and performing udev tests.
#
-# Requires root. Do "udev-install", then "tail -f /var/run/syslog" in
+# Requires root. Do "udev-install", then "tail -f /var/log/syslog" in
# another window, then run 'make udev-test', then plug and unplug the
# GPS ad libitum. All is well when you get fix reports each time a GPS
# is plugged in.
@@ -916,7 +916,7 @@ udev-uninstall:
rm -f /lib/udev/rules.d/025_gpsd.rules
udev-test:
- $(srcdir)/gpsd -N -F /var/run/gpsd.sock -D 4
+ $(srcdir)/gpsd -N -F /var/run/gpsd.sock -D 5
# Release machinery begins here
#