1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

upgrade to 3.4

PR:		46243
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2003-01-03 18:15:43 +00:00
parent 233b222731
commit b688565f8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=72422
3 changed files with 10 additions and 11 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= scponly
PORTVERSION= 2.4
PORTVERSION= 3.4
CATEGORIES= shells
MASTER_SITES= http://www.sublimation.org/scponly/
EXTRACT_SUFX= .tgz
@ -15,7 +15,6 @@ MAINTAINER= mcglk@artlogix.com
MAN8= scponly.8
post-install:
strip ${PREFIX}/sbin/scponly
GNU_CONFIGURE= yes
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (scponly-2.4.tgz) = efd077b651d2186be5184ff94f33a9d9
MD5 (scponly-3.4.tgz) = c450ede9777f75483f7ab49a5ba446e1

View File

@ -1,13 +1,13 @@
[From the README:] "scponly" is an alternative 'shell' (of sorts) for system
administrators who would like to provide access to remote users to both read
and write local files without providing any remote execution priviledges.
Functionally, it is best described as a wrapper to the "tried and true" ssh
suite of applications.
[Excerpted from the README:] "scponly" is an alternative "shell" (of sorts)
for system administrators who would like to provide access to remote users to
both read and write local files without providing any remote execution
privileges. Functionally, it is best described as a wrapper to the
tried-and-true ssh suite.
scponly validates remote requests by examining the third argument passed to the
shell upon login. (The first argument is the shell itself, and the second is
-c.) The only commands allowed are "scp" (for ssh1), "sftp-server" (for ssh2")
and "ls". Arguments to these commands are passed along unmolested.
-c.) The only commands allowed are "scp", "sftp-server" and "ls". Arguments
to these commands are passed along unmolested.
WWW: http://www.sublimation.org/scponly/