summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-09-02 19:39:02 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-09-02 19:39:02 +0000
commitf3c14a6848d97b18f4baac27213315b3a5f6d023 (patch)
treeaa63c820be843e97327ea1ab91f5df326d65a738 /perl-install/install_steps.pm
parented567cedc049cb91e10084d084b9f6752256fb75 (diff)
downloaddrakx-backup-do-not-use-f3c14a6848d97b18f4baac27213315b3a5f6d023.tar
drakx-backup-do-not-use-f3c14a6848d97b18f4baac27213315b3a5f6d023.tar.gz
drakx-backup-do-not-use-f3c14a6848d97b18f4baac27213315b3a5f6d023.tar.bz2
drakx-backup-do-not-use-f3c14a6848d97b18f4baac27213315b3a5f6d023.tar.xz
drakx-backup-do-not-use-f3c14a6848d97b18f4baac27213315b3a5f6d023.zip
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r--perl-install/install_steps.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm
index 6c0cc9f53..930a8714a 100644
--- a/perl-install/install_steps.pm
+++ b/perl-install/install_steps.pm
@@ -407,9 +407,10 @@ Consoles 1,3,4,7 may also contain interesting information";
}
my $msec = "$o->{prefix}/etc/security/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/^xgrp\n//; $_ .= "xgrp\n" if eof } "$msec/group.conf" if -d $msec;
+ substInFile { s/^cdwriter\n//; $_ .= "cdwriter\n" if eof } "$msec/group.conf" if -d $msec;
my $pkg = pkgs::packageByName($o->{packages}, 'urpmi');
if ($pkg && pkgs::packageFlagSelected($pkg)) {