DESCRIPTION:= is obselete

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9304 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2007-10-14 04:32:56 +00:00
parent 529a8fe5ac
commit 293efb7831
223 changed files with 1575 additions and 981 deletions

View File

@ -25,14 +25,16 @@ define Package/rssh
SECTION:=net
CATEGORY:=Network
TITLE:=restricted shell for use with OpenSSH
DESCRIPTION:=\
rssh is a restricted shell for use with OpenSSH, allowing only scp and/or sftp.\\\
It now also includes support for rdist, rsync, and cvs. For example, if you have\\\
a server which you only want to allow users to copy files off of via scp, without\\\
providing shell access, you can use rssh to do that.
URL:=http://www.pizzashack.org/rssh/index.shtml
endef
define Package/rssh/description
rssh is a restricted shell for use with OpenSSH, allowing only scp and/or sftp.
It now also includes support for rdist, rsync, and cvs. For example, if you have
a server which you only want to allow users to copy files off of via scp, without
providing shell access, you can use rssh to do that.
endef
define Package/rssh/conffiles
/etc/rssh.conf
endef