From dc9ba01917bf001fe0d5975f167cbb0ded79aa11 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Mon, 20 Dec 1999 19:19:39 +0000 Subject: *** empty log message *** --- perl-install/install_steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 1c0564ba9..d48c29a39 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -251,6 +251,7 @@ sub afterInstallPackages($) { my $msec = "$o->{prefix}/etc/security/msec"; substInFile { s/^audio\n//; $_ .= "audio\n" if eof } "$msec/group.conf" if -d $msec; + substInFile { s/^xgrp\n//; $_ .= "xgrp\n" if eof } "$msec/group.conf" if -d $msec; my $p = $o->{packages}{urpmi}; if ($p && $p->{selected}) { -- cgit v1.2.1