From 63aa058252d1de9b982514926fff126aa6300213 Mon Sep 17 00:00:00 2001 From: "Leigh B. Stoller" Date: Thu, 25 Sep 2008 17:46:46 +0000 Subject: [PATCH] Minor syntax fix. --- tmcd/common/config/rc.ifconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmcd/common/config/rc.ifconfig b/tmcd/common/config/rc.ifconfig index 1fc84c9bb..a1495bfe0 100755 --- a/tmcd/common/config/rc.ifconfig +++ b/tmcd/common/config/rc.ifconfig @@ -46,8 +46,8 @@ use librc; # Not all clients support this. # exit(0) - if (MFS() || (JAILED() && !LINUXJAILED()) || (REMOTE() && !REMOTEDED()) - || PLAB()); + if (MFS() || (JAILED() && !LINUXJAILED()) || + (REMOTE() && !(REMOTEDED() || FAKEJAILED())) || PLAB()); # Protos. sub doboot(); -- GitLab