diff --git a/tmcd/common/config/rc.config b/tmcd/common/config/rc.config index 80da90d27250ba106ea5feb5950ed4247e67287b..079c3ce59ccda4e7a9d69a4e85f3252ae4ba3a8b 100755 --- a/tmcd/common/config/rc.config +++ b/tmcd/common/config/rc.config @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # # EMULAB-COPYRIGHT -# Copyright (c) 2004-2007 University of Utah and the Flux Group. +# Copyright (c) 2004-2008 University of Utah and the Flux Group. # All rights reserved. # use English; @@ -83,7 +83,8 @@ if (MFS()) { "rc.hostnames", "rc.keys", "rc.tarfiles", "rc.rpms"); } elsif (FAKEJAILED()) { - @bootscripts = ("rc.misc", "rc.keys", "rc.progagent"); + @bootscripts = ("rc.misc", "rc.keys", "rc.route", "rc.tunnels", + "rc.ifconfig", "rc.progagent"); } elsif (WINDOWS()) { @bootscripts = ("rc.misc", "rc.localize",