summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in6
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index face2654f..edbea9099 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120010724
2 - (bal) 4711 not 04711 for ssh binary.
3
120010722 420010722
2 - (bal) Starting the Unicossmk merger. File merged TODO, configure.in, 5 - (bal) Starting the Unicossmk merger. File merged TODO, configure.in,
3 myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in. 6 myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in.
@@ -6093,4 +6096,4 @@
6093 - Wrote replacements for strlcpy and mkdtemp 6096 - Wrote replacements for strlcpy and mkdtemp
6094 - Released 1.0pre1 6097 - Released 1.0pre1
6095 6098
6096$Id: ChangeLog,v 1.1421 2001/07/22 20:45:39 mouring Exp $ 6099$Id: ChangeLog,v 1.1422 2001/07/24 17:00:13 mouring Exp $
diff --git a/configure.in b/configure.in
index f6aa04608..75b3626d2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.303 2001/07/22 19:32:01 mouring Exp $ 1# $Id: configure.in,v 1.304 2001/07/24 17:00:14 mouring Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -1679,11 +1679,11 @@ AC_ARG_ENABLE(suid-ssh,
1679 SSHMODE=0711 1679 SSHMODE=0711
1680 ;; 1680 ;;
1681 *) AC_MSG_RESULT(yes) 1681 *) AC_MSG_RESULT(yes)
1682 SSHMODE=04711 1682 SSHMODE=4711
1683 ;; 1683 ;;
1684 esac ], 1684 esac ],
1685 AC_MSG_RESULT(yes) 1685 AC_MSG_RESULT(yes)
1686 SSHMODE=04711 1686 SSHMODE=4711
1687) 1687)
1688AC_SUBST(SSHMODE) 1688AC_SUBST(SSHMODE)
1689 1689