diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-09-02 19:39:02 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-09-02 19:39:02 +0000 |
commit | f3c14a6848d97b18f4baac27213315b3a5f6d023 (patch) | |
tree | aa63c820be843e97327ea1ab91f5df326d65a738 /perl-install/install_steps.pm | |
parent | ed567cedc049cb91e10084d084b9f6752256fb75 (diff) | |
download | drakx-f3c14a6848d97b18f4baac27213315b3a5f6d023.tar drakx-f3c14a6848d97b18f4baac27213315b3a5f6d023.tar.gz drakx-f3c14a6848d97b18f4baac27213315b3a5f6d023.tar.bz2 drakx-f3c14a6848d97b18f4baac27213315b3a5f6d023.tar.xz drakx-f3c14a6848d97b18f4baac27213315b3a5f6d023.zip |
no_comment
Diffstat (limited to 'perl-install/install_steps.pm')
-rw-r--r-- | perl-install/install_steps.pm | 3 |
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)) { |