diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-17 06:26:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-17 06:26:15 +0800 |
commit | 679e164439baf99ccdb104c8506fdaa5af67e226 (patch) | |
tree | 4c2ad075e43a52bb7496edcef03cbdf8d5c35b32 /net-mgmt/Makefile | |
parent | 2b16e4c445f39a127600a496af07b95cfc874ee3 (diff) | |
download | freebsd-ports-gnome-679e164439baf99ccdb104c8506fdaa5af67e226.tar.gz freebsd-ports-gnome-679e164439baf99ccdb104c8506fdaa5af67e226.tar.zst freebsd-ports-gnome-679e164439baf99ccdb104c8506fdaa5af67e226.zip |
rcpd is a RCP server intended specifically for router
or network device clients. It is used to transfer
configurations, boot images, and kernels images
(eg: IOS) to the devices.
These files are often tranfered with TFTP, but TFTP
has reliability and speed issues and file size
limitations due to it's protocol specification and
underlying transport; while RCP is not affected.
WWW: http://www.shrubbery.net/rcpd/
Submitted by: Babak Farrokhi <farrokhi at FreeBSD.org>
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 9233b0ded3fb..0a545fcd8636 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -180,6 +180,7 @@ SUBDIR += py-yapsnmp SUBDIR += rancid SUBDIR += rate + SUBDIR += rcpd SUBDIR += remarp SUBDIR += rotorouter SUBDIR += routers2 |