Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310847 Details for
Bug 414699
net-misc/mysecureshell-1.25 - an openssh based SFTP server
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
MySecureShell-1.25.ebuild
mysecureshell-1.25.ebuild (text/plain), 1.31 KB, created by
jujubickoille
on 2012-05-05 09:12:08 UTC
(
hide
)
Description:
MySecureShell-1.25.ebuild
Filename:
MIME Type:
Creator:
jujubickoille
Created:
2012-05-05 09:12:08 UTC
Size:
1.31 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils autotools > >DESCRIPTION="OpenSSH SFTP Server" >HOMEPAGE="http://mysecureshell.sourceforge.net" >SRC_URI="http://mysecureshell.free.fr/repository/index.php/source/mysecureshell_${PV}.tar.gz" > >LICENSE="GPLv2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="admin" > >DEPEND="net-misc/openssh" >S=${WORKDIR}/${PN}_${PV} >src_unpack() { > unpack ${A} > >} > >src_compile() { > econf \ > $(use_with admin) > > emake || die >} > >src_install() { > # sftp_config installation > insinto /etc/ssh > doins "${S}"/sftp_config > fperms 640 /etc/ssh/sftp_config > > # binary installation > insinto /usr/bin > doins "${S}"/MySecureShell > fperms 4755 /usr/bin/MySecureShell > > # tools installation > for f in sftp-{who,kill,verif,user} ; do > doins "${S}/utils/"/${f} > fperms 755 /usr/bin/${f} > done > > # admin installation > for f in sftp-{state,admin} ; do > doins "${S}/utils/"/${f} > fperms 700 /usr/bin/${f} > done > > #install MySecureShell to /etc/shells ( from the install-sh ) > grepshell=`grep /bin/MySecureShell /etc/shells` > if [ "$?" = "0" ] ; then > elog "MySecureShell is present into /etc/shells" > else > elog "MySecureShell is not found in your /etc/shells : please add it with echo "/bin/MySecureShell" >> /etc/shells" > fi > >}
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 414699
: 310847