summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/draksound
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-01-07 13:52:57 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-01-07 13:52:57 +0000
commit7df327c7ea04f08e6378f3f14be6c4dcc2c3e50e (patch)
tree55c66053bed30709109750480c2a61adc3eb4afa /perl-install/standalone/draksound
parentf5bcee46ddf0e2b5c440e586ee9690e88316d8ef (diff)
downloaddrakx-backup-do-not-use-7df327c7ea04f08e6378f3f14be6c4dcc2c3e50e.tar
drakx-backup-do-not-use-7df327c7ea04f08e6378f3f14be6c4dcc2c3e50e.tar.gz
drakx-backup-do-not-use-7df327c7ea04f08e6378f3f14be6c4dcc2c3e50e.tar.bz2
drakx-backup-do-not-use-7df327c7ea04f08e6378f3f14be6c4dcc2c3e50e.tar.xz
drakx-backup-do-not-use-7df327c7ea04f08e6378f3f14be6c4dcc2c3e50e.zip
let it ask for root capabilites if launched in standalone mode
Diffstat (limited to 'perl-install/standalone/draksound')
-rwxr-xr-xperl-install/standalone/draksound2
1 files changed, 1 insertions, 1 deletions
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');