From a5665d34c0a14fc6d63c5d2698301902d8636c65 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 21 Jan 2002 20:30:47 +0000 Subject: remove deprecated msec groups adding --- perl-install/install_steps.pm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 2355023ed..5f092e5f0 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -428,13 +428,6 @@ Consoles 1,3,4,7 may also contain interesting information"; "$o->{prefix}/etc/skel/Desktop/Autostart/kapm.kdelnk") }; } - my $msec = "$o->{prefix}/etc/security/msec"; - substInFile { s/^usb\n//; $_ .= "usb\n" if eof } "$msec/group.conf" if -d $msec; - substInFile { s/^xgrp\n//; $_ .= "xgrp\n" if eof } "$msec/group.conf" if -d $msec; - substInFile { s/^audio\n//; $_ .= "audio\n" if eof } "$msec/group.conf" if -d $msec; - substInFile { s/^cdrom\n//; $_ .= "cdrom\n" if eof } "$msec/group.conf" if -d $msec; - substInFile { s/^cdwriter\n//; $_ .= "cdwriter\n" if eof } "$msec/group.conf" if -d $msec; - $o->install_urpmi; # #- update language and icons for KDE. -- cgit v1.2.1