From 267a3f98412095256a17b6f8dddb3bb36d6e4ee1 Mon Sep 17 00:00:00 2001 From: Kirk Webb <kwebb@flux.utah.edu> Date: Wed, 30 Mar 2005 16:36:20 +0000 Subject: [PATCH] The ports-install script neglects to copy the ulsshblahblah port into the ports tree, causing mayhem and havoc at remote site. Updated. --- install/ports/ports-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ports/ports-install b/install/ports/ports-install index 0be8c40004..1fcf599aa3 100644 --- a/install/ports/ports-install +++ b/install/ports/ports-install @@ -7,7 +7,7 @@ PORTSDIR=/usr/ports PORTSUBDIR=misc SRCDIR=`dirname $0` -PORTS="elvind emulab-boss emulab-ops libelvin emulab-tftp-hpa p5-GD-old" +PORTS="elvind emulab-boss emulab-ops libelvin emulab-tftp-hpa p5-GD-old ulsshxmlrpcpp" for PORT in $PORTS do -- GitLab