> So far, I've been doing upgrades by hand on every copy of 4.4-RELEASE and > 4.4-STABLE I install... and I do mean "by hand," since installing the > port or package posted online puts OpenSSH in different place than the > default install. Upgrading is unnecessarily painful and time-consuming.
Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/openssh-portable/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 2001/11/07 13:47:51 1.10 +++ Makefile 2001/12/01 14:36:33 @@ -32,6 +32,8 @@ CONFIGURE_ARGS+= --with-tcp-wrappers .endif +CONFIGURE_ARGS+= --datadir=/usr/share --exec-prefix=/usr --sysconfdir=/etc/ssh --localstatedir=/var --mandir=/usr/share/man + post-install: @${CAT} ${PKGMESSAGE} To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message