Allow --without-privsep build.
Peter Stuge
stuge-openssh-unix-dev at cdy.org
Sun Jan 8 21:22:58 EST 2006
On Sun, Jan 08, 2006 at 01:00:59AM +0000, David Woodhouse wrote:
> --- openssh-4.2p1/configure.ac~ 2005-08-31 17:59:49.000000000 +0100
> +++ openssh-4.2p1/configure.ac 2006-01-07 18:41:38.000000000 +0000
> @@ -1873,6 +1873,16 @@ AC_ARG_WITH(entropy-timeout,
> )
> AC_DEFINE_UNQUOTED(ENTROPY_TIMEOUT_MSEC, $entropy_timeout)
>
> +use_privsep=1
> +
> +AC_ARG_WITH(privsep,
> + [ --without-privsep Disable privilege separation],
> + [
> + if test "x$withval" = "xno" ; then
> + use_privsep=""
> + fi
> + ]
> +)
The above logic looks backwards. It's as if the option was named
--with-privsep rather than --without-privsep.
//Peter
More information about the openssh-unix-dev
mailing list