summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-05-13 03:51:40 +0000
committerKevin Steves <stevesk@pobox.com>2002-05-13 03:51:40 +0000
commitc81e12976e57b8d85d1ba8ced991f372aeb6a050 (patch)
tree4e152ef4acd875a34f87a3a4abba62ca6e0db629
parentd81c02d65358510a85f5481a90dab34af4d9c6de (diff)
- (stevesk) [configure.ac] nicer message: --with-privsep-user=user
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac4
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cf282c7a1..6382bc870 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,5 @@
120020513 120020513
2 - (stevesk) [configure.ac] nicer message: --with-privsep-user=user
2 - (djm) Add --with-superuser-path=xxx configure option to specify what $PATH 3 - (djm) Add --with-superuser-path=xxx configure option to specify what $PATH
3 the superuser receives. 4 the superuser receives.
4 - (djm) Bug #231: UsePrivilegeSeparation turns off Banner. 5 - (djm) Bug #231: UsePrivilegeSeparation turns off Banner.
@@ -575,4 +576,4 @@
575 - (stevesk) entropy.c: typo in debug message 576 - (stevesk) entropy.c: typo in debug message
576 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 577 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
577 578
578$Id: ChangeLog,v 1.2110 2002/05/13 03:26:57 djm Exp $ 579$Id: ChangeLog,v 1.2111 2002/05/13 03:51:40 stevesk Exp $
diff --git a/configure.ac b/configure.ac
index acbfe78bf..549e0646c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.58 2002/05/13 03:15:43 djm Exp $ 1# $Id: configure.ac,v 1.59 2002/05/13 03:51:40 stevesk Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -915,7 +915,7 @@ AC_DEFINE_UNQUOTED(ENTROPY_TIMEOUT_MSEC, $entropy_timeout)
915 915
916ssh_privsep_user=sshd 916ssh_privsep_user=sshd
917AC_ARG_WITH(privsep-user, 917AC_ARG_WITH(privsep-user,
918 [ --with-privsep-user Specify non-privileged user for privilege separation], 918 [ --with-privsep-user=user Specify non-privileged user for privilege separation],
919 [ 919 [
920 if test -n "$withval"; then 920 if test -n "$withval"; then
921 ssh_privsep_user=$withval 921 ssh_privsep_user=$withval