summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-04-01 09:39:49 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-04-01 09:39:49 +0000
commitf3dcc49d17e18f54421ba9a26000687ae33ce2f7 (patch)
treefc8117314fa9f8d13b5d5ef7453d109d8d889f65 /perl-install/standalone/service_harddrake
parentfb79117f9b1d004b462069990cc17a364cb38820 (diff)
downloaddrakx-backup-do-not-use-f3dcc49d17e18f54421ba9a26000687ae33ce2f7.tar
drakx-backup-do-not-use-f3dcc49d17e18f54421ba9a26000687ae33ce2f7.tar.gz
drakx-backup-do-not-use-f3dcc49d17e18f54421ba9a26000687ae33ce2f7.tar.bz2
drakx-backup-do-not-use-f3dcc49d17e18f54421ba9a26000687ae33ce2f7.tar.xz
drakx-backup-do-not-use-f3dcc49d17e18f54421ba9a26000687ae33ce2f7.zip
enable to translate a few more messages
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index a96bae577..d1805ef14 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -94,7 +94,7 @@ foreach (@harddrake::data::tree) {
my ($pid, $no);
$SIG{ALRM} = sub { $no = 1; kill 15, $pid };
unless ($pid = fork()) {
- exec("/usr/share/harddrake/confirm 'Hardware changes in $Ident class ($timeout seconds to answer)' '" . $msg . "Do you want to run the appropriate config tool ?'");
+ exec("/usr/share/harddrake/confirm '$Ident' '$msg'");
}
alarm($timeout);
wait();