From 7419d1f834a07eff2f332c95d46f479f7cd96ef2 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 14 Nov 2003 15:14:28 +0000 Subject: gc sux bigtime --- move/move.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/move/move.pm b/move/move.pm index df7216d8b..4cad87821 100644 --- a/move/move.pm +++ b/move/move.pm @@ -272,7 +272,7 @@ sub install2::startMove { #- automatic printer, timezone, network configs require install_steps_interactive; - if (cat_('/proc/mounts') =~ /nfs/) { + if (cat_('/proc/mounts') !~ /nfs/) { install_steps_interactive::configureNetwork($o); #- seems that applications have trouble with the loopback interface #- after successful network configuration if we don't do that -- cgit v1.2.1