Snapshot
Chip Christian
chip at princetonecom.com
Tue Oct 3 05:35:22 EST 2000
Actually, scp doesn't work in my config either. Somewhere between 2.2p1
and now --with-default-path= must've broken; user_path is set in
configure, but never used. Previously the value was written into
config.h via confdefs.h.
configure:
***************
*** 6001,6010 ****
withval="$with_default_path"
if test "x$withval" != "xno" ; then
! cat >> confdefs.h <<EOF
! #define USER_PATH "$withval"
! EOF
!
SERVER_PATH_MSG="$withval"
fi
--- 6317,6323 ----
withval="$with_default_path"
if test "x$withval" != "xno" ; then
! user_path="$withval"
SERVER_PATH_MSG="$withval"
fi
***************
More information about the openssh-unix-dev
mailing list