mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
2008-08-21 shells/rssh: No longer maintained upstream
This commit is contained in:
parent
191364a222
commit
d004c0cfe9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218953
1
MOVED
1
MOVED
@ -3569,3 +3569,4 @@ x11-themes/enlightenment-theme-BlueSteel||2008-08-20|Deprecated by x11-themes/e1
|
||||
x11-themes/enlightenment-theme-BrushedMetal-Tigert||2008-08-20|Deprecated by x11-themes/e16-themes
|
||||
x11-themes/enlightenment-theme-Ganymede|2008-08-20||Deprecated by x11-themes/e16-themes
|
||||
x11-themes/enlightenment-theme-ShinyMetal||2008-08-20|Deprecated by x11-themes/e16-themes
|
||||
shells/rssh||2008-08-21|Has expired: No longer maintained upstream
|
||||
|
@ -28,7 +28,6 @@
|
||||
SUBDIR += pear-PHP_Shell
|
||||
SUBDIR += psh
|
||||
SUBDIR += rc
|
||||
SUBDIR += rssh
|
||||
SUBDIR += sash
|
||||
SUBDIR += scponly
|
||||
SUBDIR += shell-include
|
||||
|
@ -1,52 +0,0 @@
|
||||
# New ports collection makefile for: rssh
|
||||
# Date created: Fri Apr 16 02:04:33 CEST 2004
|
||||
# Whom: enigmatyc
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rssh
|
||||
PORTVERSION= 2.3.2
|
||||
CATEGORIES= shells security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= tabthorpe@FreeBSD.org
|
||||
COMMENT= A Restricted Secure SHell only for sftp or/and scp
|
||||
|
||||
IGNORE= Does not work with rsync 3
|
||||
DEPRECATED= No longer maintained upstream
|
||||
EXPIRATION_DATE= 2008-08-21
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= rssh.1
|
||||
MAN5= rssh.conf.5
|
||||
|
||||
OPTIONS= RSYNC "rsync support" off \
|
||||
RDIST "rdist support" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if defined(WITH_RSYNC)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/rsync:${PORTSDIR}/net/rsync
|
||||
CONFIGURE_ARGS+=--with-rsync=${LOCALBASE}/bin/rsync
|
||||
.endif
|
||||
|
||||
.if defined(WITH_RDIST)
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/rdist6:${PORTSDIR}/net/rdist6
|
||||
CONFIGURE_ARGS+=--with-rdist=${LOCALBASE}/bin/rdist6
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E -e 's,(\$$\(DESTDIR\)\$$\(sysconfdir\)/\$$\$$f),\1.dist,g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
post-install:
|
||||
@${ECHO_MSG} "updating /etc/shells"
|
||||
@${CP} /etc/shells /etc/shells.bak
|
||||
@(${GREP} -v ${PREFIX}/bin/${PORTNAME} /etc/shells.bak; \
|
||||
${ECHO_CMD} ${PREFIX}/bin/${PORTNAME}) > /etc/shells
|
||||
@${RM} /etc/shells.bak
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (rssh-2.3.2.tar.gz) = 65712f2c06ff5fc6fc783bc8c2e4e1ba
|
||||
SHA256 (rssh-2.3.2.tar.gz) = 8569a07dd96c8f70d0310186b37bbb2e8e591807ac1d1bd0990c02bfd467ba57
|
||||
SIZE (rssh-2.3.2.tar.gz) = 113959
|
@ -1,6 +0,0 @@
|
||||
rssh is a Restricted Secure SHell that allow only the use of sftp
|
||||
or scp. It could be use when you need an account (and a valid
|
||||
shell) in order to execute sftp or scp but when you don't want to
|
||||
give the possibility to log in to this user.
|
||||
|
||||
WWW: http://www.pizzashack.org/rssh/index.shtml
|
@ -1,6 +0,0 @@
|
||||
@comment $FreeBSD$
|
||||
bin/rssh
|
||||
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells; rm -f /etc/shells.bak
|
||||
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells; rm -f /etc/shells.bak
|
||||
etc/rssh.conf.dist
|
||||
libexec/rssh_chroot_helper
|
Loading…
Reference in New Issue
Block a user