diff options
author | Kevin Steves <stevesk@pobox.com> | 2002-05-13 03:51:40 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2002-05-13 03:51:40 +0000 |
commit | c81e12976e57b8d85d1ba8ced991f372aeb6a050 (patch) | |
tree | 4e152ef4acd875a34f87a3a4abba62ca6e0db629 | |
parent | d81c02d65358510a85f5481a90dab34af4d9c6de (diff) |
- (stevesk) [configure.ac] nicer message: --with-privsep-user=user
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,5 @@ | |||
1 | 20020513 | 1 | 20020513 |
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 | ||
3 | AC_INIT | 3 | AC_INIT |
4 | AC_CONFIG_SRCDIR([ssh.c]) | 4 | AC_CONFIG_SRCDIR([ssh.c]) |
@@ -915,7 +915,7 @@ AC_DEFINE_UNQUOTED(ENTROPY_TIMEOUT_MSEC, $entropy_timeout) | |||
915 | 915 | ||
916 | ssh_privsep_user=sshd | 916 | ssh_privsep_user=sshd |
917 | AC_ARG_WITH(privsep-user, | 917 | AC_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 |