From c3f9be200dcc41faa7b07ac1cbe26c00455a6ad2 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" <stoller@flux.utah.edu> Date: Tue, 20 Aug 2002 13:34:41 +0000 Subject: [PATCH] Change name of testbed startup stuff so that it runs after sfs is started. This for the benefit of Austin's new SFS support. --- tmcd/ron/install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmcd/ron/install.sh b/tmcd/ron/install.sh index 6857b298b3..d010810b0e 100755 --- a/tmcd/ron/install.sh +++ b/tmcd/ron/install.sh @@ -19,7 +19,8 @@ if ($OSTYPE == "FreeBSD") then ln -s liblocsetup-freebsd.pm liblocsetup.pm rm -f /usr/local/etc/rc.d/testbed.sh rm -f /usr/local/etc/rc.d/emulab.sh - cp -f rc.testbed /usr/local/etc/rc.d/emulab.sh + rm -f /usr/local/etc/rc.d/Z.emulab.sh + cp -f rc.testbed /usr/local/etc/rc.d/Z.emulab.sh else ln -s liblocsetup-linux.pm liblocsetup.pm rm -f /etc/init.d/emulab -- GitLab