diff --git a/tmcd/ron/install.sh b/tmcd/ron/install.sh
index 6857b298b3af72ee1b34e75d14c84aaf3d80f782..d010810b0e5f7cbbb41cdaa161341f67878a8671 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