summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-03-06 20:53:04 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-03-06 20:53:04 +0000
commitc563566aaf3d7a86dbccafcc9912309486cf0370 (patch)
tree2c85f105935a3e76238427f1ed42a374d037848a
parent6e9707064a2a734dfcb184e25eb1fbb72c664c72 (diff)
downloaddrakx-backup-do-not-use-c563566aaf3d7a86dbccafcc9912309486cf0370.tar
drakx-backup-do-not-use-c563566aaf3d7a86dbccafcc9912309486cf0370.tar.gz
drakx-backup-do-not-use-c563566aaf3d7a86dbccafcc9912309486cf0370.tar.bz2
drakx-backup-do-not-use-c563566aaf3d7a86dbccafcc9912309486cf0370.tar.xz
drakx-backup-do-not-use-c563566aaf3d7a86dbccafcc9912309486cf0370.zip
s/perl -w/use diagnostics/ so stat it get removed from package at
build time
-rwxr-xr-xperl-install/standalone/service_harddrake3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 1481eafca..8af36b163 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -1,8 +1,9 @@
-#!/usr/bin/perl -w
+#!/usr/bin/perl
use lib qw(/usr/lib/libDrakX);
use strict;
+use diagnostics;
use standalone; #- warning, standalone must be loaded very first, for 'explanations'
use common;
use interactive;