diff options
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 064bf1a3a..0e4a57aa8 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -2,6 +2,7 @@ use lib qw(/usr/lib/libDrakX); +# prevent firing up drakbug (doesn't work w/o X11): BEGIN { $ENV{DISABLE_DRAKBUG} = 1 } use strict; |