From 9d42e52fa720c98850b2c6c58db7b3fe1b17e6dc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 5 May 2000 10:39:25 +0000 Subject: no_comment --- perl-install/install_steps.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 503e30bf0..21af38d7e 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -415,8 +415,7 @@ GridHeight=70 } #- to unsure linuxconf doesn't cry against those files being in the future - -e $_ and touch($_) foreach map { "$o->{prefix}/$_" } - '/etc/conf.modules', '/etc/crontab', '/etc/sysconfig/network', '/etc/sysconfig/mouse', '/etc/X11/fs/config'; + -e $_ and touch($_) foreach map { "$o->{prefix}/$_" } '/etc/conf.modules', '/etc/crontab', '/etc/sysconfig/mouse', '/etc/X11/fs/config'; #- move some file after an upgrade that may be seriously annoying. #- and rename saved files to .mdkgiorig. -- cgit v1.2.1