summaryrefslogtreecommitdiffstats
path: root/rules/urshd.in
blob: 3a5d3f0f56e3082444d155a10dd1c7516d8f8a25 (plain)
1
2
3
4
5
6
7
8
9
10
## SECTION=networking
config URSHD
	tristate
	prompt "urshd"
	depends on !INETUTILS_RSHD
	help
	  urshd (micro remote shell server) is a server for rsh program.
	  It is (indirectly) derived from BSD rshd with all the security
	  checks cut off.  Unlike other versions it is standalone server
	  that does not depend on the inetd daemon.