summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>1999-12-31 09:49:44 +1100
committerDamien Miller <djm@mindrot.org>1999-12-31 09:49:44 +1100
commite7f626c8f13d52acdfc30391c68db312e9eddedf (patch)
tree2a3b516595a51df76a7940f8303c18b69ead875b
parent3131d8bc717b2fad9b5e13a1ac1b1c1b726b3dd4 (diff)
- Really fix broken default path. Fix from Jim Knoble
<jmknoble@pobox.com>
-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