diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-02-27 20:18:51 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-02-27 20:18:51 +0000 |
commit | 31ea30a4ffe9cebb506c2b4ec27e3a8d25f2c68d (patch) | |
tree | 7e6850fd1da634daf06e790b3ed32f57328a1bf0 | |
parent | ca4a707950d789dadc389bf05b9e1f881536812a (diff) | |
download | drakx-31ea30a4ffe9cebb506c2b4ec27e3a8d25f2c68d.tar drakx-31ea30a4ffe9cebb506c2b4ec27e3a8d25f2c68d.tar.gz drakx-31ea30a4ffe9cebb506c2b4ec27e3a8d25f2c68d.tar.bz2 drakx-31ea30a4ffe9cebb506c2b4ec27e3a8d25f2c68d.tar.xz drakx-31ea30a4ffe9cebb506c2b4ec27e3a8d25f2c68d.zip |
remove useless ISDN network configuration file
-rw-r--r-- | live/One/2006.0/config/auto_inst.cfg.pl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/live/One/2006.0/config/auto_inst.cfg.pl b/live/One/2006.0/config/auto_inst.cfg.pl index 72fa7da86..d980a44bf 100644 --- a/live/One/2006.0/config/auto_inst.cfg.pl +++ b/live/One/2006.0/config/auto_inst.cfg.pl @@ -182,5 +182,9 @@ $o = { #- do not modify it the standard way, since the behaviour would be unexpected during install "perl -pi -e 's/META_CLASS=.*/META_CLASS=one/' /etc/sysconfig/system", #- try not to run kat a second time when running kde apps as root (#21308) - "touch /root/.mdv-no_kat"), + "touch /root/.mdv-no_kat", + #- remove useless ISDN network configuration file, + #- it should be present if configured only + "rm -f /etc/sysconfig/network-scripts/ifcfg-ippp0", + ), }; |