From 31ea30a4ffe9cebb506c2b4ec27e3a8d25f2c68d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 27 Feb 2006 20:18:51 +0000 Subject: remove useless ISDN network configuration file --- live/One/2006.0/config/auto_inst.cfg.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'live/One/2006.0/config/auto_inst.cfg.pl') 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", + ), }; -- cgit v1.2.1