From 78c54c739476a29aeaeb15bbac95eadd7ad2a58c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 23 Sep 2008 21:28:44 +0000 Subject: do not try to run drakbug --- perl-install/standalone/service_harddrake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/standalone/service_harddrake') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 3ebfdb1ba..8a91146ef 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -2,6 +2,8 @@ use lib qw(/usr/lib/libDrakX); +BEGIN { $ENV{DISABLE_DRAKBUG} = 1 } + use strict; use diagnostics; use standalone; #- warning, standalone must be loaded very first, for 'explanations' -- cgit v1.2.1