From 998a2d1e34d61395d7b7ed1ea7a76fb13304e48f Mon Sep 17 00:00:00 2001
From: "Leigh B. Stoller" <stoller@flux.utah.edu>
Date: Wed, 4 May 2005 23:44:58 +0000
Subject: [PATCH] Add missing rsync dependency.

---
 install/ports/emulab-boss/Makefile | 1 +
 install/ports/emulab-ops/Makefile  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/install/ports/emulab-boss/Makefile b/install/ports/emulab-boss/Makefile
index b21da165cf..6b7c33eaa3 100644
--- a/install/ports/emulab-boss/Makefile
+++ b/install/ports/emulab-boss/Makefile
@@ -60,6 +60,7 @@ RUN_DEPENDS=	${LOCALBASE}/etc/apache/ssl.crl:${PORTSDIR}/www/apache13-modssl \
 	${LOCALBASE}/libexec/apache/libauth_mysql.so:${PORTSDIR}/www/mod_auth_mysql \
 	cvsup:${PORTSDIR}/net/cvsup-without-gui \
 	fping:${PORTSDIR}/net/fping \
+	rsync:${PORTSDIR}/net/rsync \
 	neato:${PORTSDIR}/graphics/graphviz \
         swish-e:${PORTSDIR}/www/swish-e \
 	${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \
diff --git a/install/ports/emulab-ops/Makefile b/install/ports/emulab-ops/Makefile
index 3ac5e36587..05dbd417c9 100644
--- a/install/ports/emulab-ops/Makefile
+++ b/install/ports/emulab-ops/Makefile
@@ -23,6 +23,7 @@ LIB_DEPENDS= lthread.2:${PORTSDIR}/devel/linuxthreads \
 
 RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake \
 	sudo:${PORTSDIR}/security/sudo \
+	rsync:${PORTSDIR}/net/rsync \
 	otclsh:${PORTSDIR}/lang/otcl \
 	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource \
 	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
-- 
GitLab