Skip to content
Snippets Groups Projects
Commit c3f9be20 authored by Leigh B. Stoller's avatar Leigh B. Stoller
Browse files

Change name of testbed startup stuff so that it runs after sfs is

started. This for the benefit of Austin's new SFS support.
parent dc6cfc05
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment