From d59b27d5fcc346d96072ed0edb88cda0223be084 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 9 Dec 1999 00:52:32 +0000 Subject: no_comment --- perl-install/standalone/mousedrake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/mousedrake') diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake index daacb90e9..748f5761d 100755 --- a/perl-install/standalone/mousedrake +++ b/perl-install/standalone/mousedrake @@ -5,6 +5,7 @@ use lib qw(/usr/lib/libDrakX); use common qw(:system); use interactive; use mouse; +use c; local $_ = join '', @ARGV; @@ -15,7 +16,7 @@ $::noauto = /--noauto/; $::testing = /--testing/; $::isStandalone = 1; -my $in = vnew interactive; +my $in = vnew interactive('su'); my $mouse = mouse::detect() unless $::noauto; @@ -48,4 +49,4 @@ substInFile { } } $f if -e $f && !$::testing; -exec 'true' if ref($in) =~ /gtk/; #- workaround for perl-GTK +$in->exit(0); -- cgit v1.2.1