summaryrefslogtreecommitdiff
path: root/shells/scponly
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 18:15:43 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-03 18:15:43 +0000
commitb688565f8f695e0b2b45736f8628316a8a68eac7 (patch)
treef74338647eb33db0420fdbc27352be0f3369286a /shells/scponly
parentUpdate to 0.9.2.1 (diff)
upgrade to 3.4
PR: 46243 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=72422
Diffstat (limited to 'shells/scponly')
-rw-r--r--shells/scponly/Makefile5
-rw-r--r--shells/scponly/distinfo2
-rw-r--r--shells/scponly/pkg-descr14
3 files changed, 10 insertions, 11 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile
index abcc288d36ae..73393c0d13d9 100644
--- a/shells/scponly/Makefile
+++ b/shells/scponly/Makefile
@@ -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>
diff --git a/shells/scponly/distinfo b/shells/scponly/distinfo
index 2bb45c9de4b7..dda07fed4917 100644
--- a/shells/scponly/distinfo
+++ b/shells/scponly/distinfo
@@ -1 +1 @@
-MD5 (scponly-2.4.tgz) = efd077b651d2186be5184ff94f33a9d9
+MD5 (scponly-3.4.tgz) = c450ede9777f75483f7ab49a5ba446e1
diff --git a/shells/scponly/pkg-descr b/shells/scponly/pkg-descr
index 7eee800677b0..34bff16b4ced 100644
--- a/shells/scponly/pkg-descr
+++ b/shells/scponly/pkg-descr
@@ -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/