diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-14 15:14:28 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-14 15:14:28 +0000 |
commit | 7419d1f834a07eff2f332c95d46f479f7cd96ef2 (patch) | |
tree | 60b17d359fa231f65d08426f3ea68cead5df63cf | |
parent | f7ef35515399bbcd23e4dc6047c6e7b1d1c14201 (diff) | |
download | drakx-7419d1f834a07eff2f332c95d46f479f7cd96ef2.tar drakx-7419d1f834a07eff2f332c95d46f479f7cd96ef2.tar.gz drakx-7419d1f834a07eff2f332c95d46f479f7cd96ef2.tar.bz2 drakx-7419d1f834a07eff2f332c95d46f479f7cd96ef2.tar.xz drakx-7419d1f834a07eff2f332c95d46f479f7cd96ef2.zip |
gc sux bigtime
-rw-r--r-- | move/move.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |