Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 35953 Details for
Bug 57915
ssh-3.2.9 fresh install causes access violation (/root/.ssh2)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ssh-3.2.9.1.ebuild
ssh-3.2.9.1.ebuild (text/plain), 1.27 KB, created by
Gustavo Felisberto (RETIRED)
on 2004-07-22 10:04:05 UTC
(
hide
)
Description:
ssh-3.2.9.1.ebuild
Filename:
MIME Type:
Creator:
Gustavo Felisberto (RETIRED)
Created:
2004-07-22 10:04:05 UTC
Size:
1.27 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/ssh/ssh-3.2.9.1.ebuild,v 1.6 2004/06/25 00:13:21 agriffis Exp $ > >inherit gnuconfig > >DESCRIPTION="SSH.COM free for Non-Comercial Use ssh version" >HOMEPAGE="http://www.ssh.com/" >SRC_URI="ftp://ftp.ssh.com/pub/ssh/${P}.tar.gz" >RESTRICT="nomirror" > >LICENSE="ssh" >SLOT="0" >KEYWORDS="x86 ~amd64" >IUSE="X ipv6 crypt openssh" > >DEPEND="X? ( virtual/x11 ) > !openssh? ( !virtual/ssh )" >PROVIDE="virtual/ssh" > >src_compile() { > gnuconfig_update > > econf \ > `use_with ipv6 ipv6` \ > `use_with X` \ > `use_with crypt gpg` \ > || die "configure failed" > make || die "make failed" >} > >src_install() { > if [ -e ${ROOT}/etc/ssh2/hostkey ] ; then > # this keeps the install from generating these keys again > insinto /etc/ssh2 > doins ${ROOT}/etc/ssh2/hostkey{,.pub} > fperms go-rwx /etc/ssh2/hostkey > fi > > addwrite /root/.ssh2 > make install DESTDIR=${D} || die "install failed" > chmod 600 ${D}/etc/ssh2/sshd2_config > dodoc CHANGES FAQ HOWTO.anonymous.sftp README* SSH2.QUICKSTART > > insinto /etc/pam.d > newins ${FILESDIR}/pamd.sshd2 sshd2 > exeinto /etc/init.d > newexe ${FILESDIR}/sshd2 sshd2 > > cd ${D}/usr > use openssh && find bin sbin share/man -type l -exec rm '{}' \; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 57915
: 35953