diff options
author | des <des@FreeBSD.org> | 2002-07-05 15:25:55 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-07-05 15:25:55 +0000 |
commit | cd66807aa2f0db614251d5895d816ffc4f219ee0 (patch) | |
tree | 904dcfbf94bdc796f95df3e9c3776f2936ebb622 /crypto/openssh/FREEBSD-upgrade | |
parent | 13ade03a101100024ac1038d86c19b1676c1d21f (diff) | |
download | FreeBSD-src-cd66807aa2f0db614251d5895d816ffc4f219ee0.zip FreeBSD-src-cd66807aa2f0db614251d5895d816ffc4f219ee0.tar.gz |
(forgot to commit) We don't need --with-opie since PAM takes care of it.
Diffstat (limited to 'crypto/openssh/FREEBSD-upgrade')
-rw-r--r-- | crypto/openssh/FREEBSD-upgrade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index e2095e2..fcd237b 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -36,7 +36,7 @@ 7) Run configure with the appropriate arguments: $ ./configure --prefix=/usr --sysconfdir=/etc/ssh \ - --with-pam --with-opie --with-tcp-wrappers + --with-pam --with-tcp-wrappers Note that we don't want to configure OpenSSH for Kerberos using configure since we have to be able to turn it on or off depending |