summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9221ae962..d3999875d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
10 Marc G. Fournier <marc.fournier@acadiau.ca> 10 Marc G. Fournier <marc.fournier@acadiau.ca>
11 - Fill in ut_utaddr utmp field. Report from Benjamin Charron 11 - Fill in ut_utaddr utmp field. Report from Benjamin Charron
12 <iretd@bigfoot.com> 12 <iretd@bigfoot.com>
13 - Really fix broken default path. Fix from Jim Knoble
14 <jmknoble@pobox.com>
13 15
1419991230 1619991230
15 - OpenBSD CVS updates: 17 - OpenBSD CVS updates:
diff --git a/configure.in b/configure.in
index e9b2e69b0..79edfa396 100644
--- a/configure.in
+++ b/configure.in
@@ -495,7 +495,7 @@ AC_ARG_WITH(ipaddr-display,
495 ] 495 ]
496) 496)
497 497
498AC_ARG_WITH(path, 498AC_ARG_WITH(default-path,
499 [ --with-default-path=PATH Specify default \$PATH environment for server], 499 [ --with-default-path=PATH Specify default \$PATH environment for server],
500 [ 500 [
501 if test "x$withval" != "xno" ; then 501 if test "x$withval" != "xno" ; then