From 7df327c7ea04f08e6378f3f14be6c4dcc2c3e50e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 7 Jan 2003 13:52:57 +0000 Subject: let it ask for root capabilites if launched in standalone mode --- perl-install/standalone/draksound | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/draksound b/perl-install/standalone/draksound index 51b503332..4e5d8d479 100755 --- a/perl-install/standalone/draksound +++ b/perl-install/standalone/draksound @@ -27,7 +27,7 @@ use harddrake::sound; use modules; use detect_devices; -my $in = 'interactive'->vnew(); +my $in = 'interactive'->vnew('su'); modules::mergein_conf('/etc/modules.conf'); -- cgit v1.2.1