diff options
author | des <des@FreeBSD.org> | 2013-03-23 14:52:31 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2013-03-23 14:52:31 +0000 |
commit | a4c39d4efd7c5dc2ef3bbb4e70449a7d6b673edc (patch) | |
tree | 9edfcf34cdcb0de8f07f5832156caaa676c9ee49 /crypto/openssh/FREEBSD-upgrade | |
parent | 76fe1d64637cde9dec1594afb2f8f5edcb2a3ec5 (diff) | |
download | FreeBSD-src-a4c39d4efd7c5dc2ef3bbb4e70449a7d6b673edc.zip FreeBSD-src-a4c39d4efd7c5dc2ef3bbb4e70449a7d6b673edc.tar.gz |
Revert r247892 now that this has been fixed upstream.
Diffstat (limited to 'crypto/openssh/FREEBSD-upgrade')
-rw-r--r-- | crypto/openssh/FREEBSD-upgrade | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index 0d88fb7..03b7dbf 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -43,7 +43,6 @@ 7) Run configure with the appropriate arguments: $ ./configure --prefix=/usr --sysconfdir=/etc/ssh \ - --disable-lastlog --disable-utmp --disable-wtmp \ --with-pam --with-tcp-wrappers --with-libedit \ --with-ssl-engine |