a08308fc32
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>
21 lines
439 B
Makefile
21 lines
439 B
Makefile
# New ports collection makefile for: rcpd
|
|
# Date created: 2006-12-16
|
|
# Whom: Babak Farrokhi <farrokhi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rcpd
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= net-mgmt net
|
|
MASTER_SITES= ftp://ftp.shrubbery.net/pub/rcpd/
|
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
|
COMMENT= RCP server for routers and network devices
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= rcpd.1
|
|
PLIST_FILES= sbin/rcpd
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include <bsd.port.post.mk>
|