diff options
author | Kevin Steves <stevesk@pobox.com> | 2001-04-08 22:50:43 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2001-04-08 22:50:43 +0000 |
commit | 393d2f782d4137873c7d5e96bb8a439767a9ac74 (patch) | |
tree | 434180a859ed1864c04842ab4591f2abeea4005a | |
parent | f52373f732d6b97ce63298dbbec813a13b570d9f (diff) |
- (stevesk) configure.in: typo
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,5 @@ | |||
1 | 20010409 | 1 | 20010409 |
2 | - (stevesk) configure.in: typo | ||
2 | - OpenBSD CVS Sync | 3 | - OpenBSD CVS Sync |
3 | - stevesk@cvs.openbsd.org 2001/04/08 16:01:36 | 4 | - stevesk@cvs.openbsd.org 2001/04/08 16:01:36 |
4 | [sshd.8] | 5 | [sshd.8] |
@@ -4964,4 +4965,4 @@ | |||
4964 | - Wrote replacements for strlcpy and mkdtemp | 4965 | - Wrote replacements for strlcpy and mkdtemp |
4965 | - Released 1.0pre1 | 4966 | - Released 1.0pre1 |
4966 | 4967 | ||
4967 | $Id: ChangeLog,v 1.1085 2001/04/08 18:38:04 mouring Exp $ | 4968 | $Id: ChangeLog,v 1.1086 2001/04/08 22:50:44 stevesk Exp $ |
diff --git a/configure.in b/configure.in index 05e796953..e794c3e7d 100644 --- a/configure.in +++ b/configure.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: configure.in,v 1.272 2001/04/05 17:15:08 stevesk Exp $ | 1 | # $Id: configure.in,v 1.273 2001/04/08 22:50:43 stevesk Exp $ |
2 | 2 | ||
3 | AC_INIT(ssh.c) | 3 | AC_INIT(ssh.c) |
4 | 4 | ||
@@ -1926,7 +1926,7 @@ G=`eval echo ${piddir}` ; G=`eval echo ${G}` | |||
1926 | H=`eval echo ${user_path}` ; H=`eval echo ${H}` | 1926 | H=`eval echo ${user_path}` ; H=`eval echo ${H}` |
1927 | 1927 | ||
1928 | echo "" | 1928 | echo "" |
1929 | echo "OpenSSH configured has been configured with the following options." | 1929 | echo "OpenSSH has been configured with the following options:" |
1930 | echo " User binaries: $B" | 1930 | echo " User binaries: $B" |
1931 | echo " System binaries: $C" | 1931 | echo " System binaries: $C" |
1932 | echo " Configuration files: $D" | 1932 | echo " Configuration files: $D" |