Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Jan 2002 21:40:35 -0800
From:      Randy Bush <randy@psg.com>
To:        Brett Glass <brett@lariat.org>
Cc:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   Re: Please integrate OpenSSH 3.x
Message-ID:  <E16MN5n-000Kud-00@rip.psg.com>

next in thread | raw e-mail | index | archive | help
> 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E16MN5n-000Kud-00>