From e0bb9bd9c23473364b4b8bf24bdb10a731e833f1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 14 Feb 2001 10:47:47 +0000 Subject: (afterInstallPackages): add user in group usb --- perl-install/install_steps.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 9075931f8..5b70e65f7 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -416,6 +416,7 @@ Consoles 1,3,4,7 may also contain interesting information"; } 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; -- cgit v1.2.1