diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-04-25 12:26:16 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-04-25 12:26:16 +0000 |
commit | 126777bc019a54afb4ec51299f2cf9d2841698aa (patch) | |
tree | 97f76e571902ead55ba138f1156a4b4f00b9b779 /perl-install/patch/patch-9.0-auto-inst-network-config.pl | |
parent | f1f67448efc714873378dfeb8279fae68054a90a (diff) | |
download | drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.gz drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.bz2 drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.xz drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.zip |
re-sync after the big svn loss
Diffstat (limited to 'perl-install/patch/patch-9.0-auto-inst-network-config.pl')
-rw-r--r-- | perl-install/patch/patch-9.0-auto-inst-network-config.pl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/perl-install/patch/patch-9.0-auto-inst-network-config.pl b/perl-install/patch/patch-9.0-auto-inst-network-config.pl deleted file mode 100644 index f7cdc95ce..000000000 --- a/perl-install/patch/patch-9.0-auto-inst-network-config.pl +++ /dev/null @@ -1,8 +0,0 @@ -package install_steps; -log::l("fixing network module probe & configuration in interactive auto_install"); -my $old_configureNetwork = \&configureNetwork; -undef *configureNetwork; -*configureNetwork = sub { - modules::load_category('network/main|usb'); - &$old_configureNetwork; -}; |