diff options
author | Yves Duret <yduret@mandriva.com> | 2002-03-14 18:09:12 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2002-03-14 18:09:12 +0000 |
commit | 8d385cd48cf57245c8d1f26e0d49f64f06c4ceac (patch) | |
tree | f6fa6b09b1674036aafd8b0d771900117db96348 /perl-install/standalone | |
parent | 63f3734131536fb792cc806346d16712d961ee7e (diff) | |
download | drakx-8d385cd48cf57245c8d1f26e0d49f64f06c4ceac.tar drakx-8d385cd48cf57245c8d1f26e0d49f64f06c4ceac.tar.gz drakx-8d385cd48cf57245c8d1f26e0d49f64f06c4ceac.tar.bz2 drakx-8d385cd48cf57245c8d1f26e0d49f64f06c4ceac.tar.xz drakx-8d385cd48cf57245c8d1f26e0d49f64f06c4ceac.zip |
fix some bug
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/logdrake | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index 3deb392d7..3d9c2b8ab 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -464,7 +464,7 @@ $r .= "Load is huge: $load\n" if ($load >@ . "$load);\n\n"; open F, '|/usr/sbin/sendmail -oi -t'; print F -q(Subject: Mail Alert +q(Subject: logdrake Mail Alert From: root@localhost To: ), "$email\n"; print F $r; @@ -472,7 +472,7 @@ print F $r; # EOF!; } elsif ($sms) { $in->do_pkgs->install('smssend'); - $cron .= q!`smssend !, $smssend, q! chomp_(`date`);! + $cron .= q!system(smssend !, $smssend, q! chomp_(`date`));! } undef $::isWizard; @@ -545,6 +545,9 @@ sub destroy_window { # log # $Log$ +# Revision 1.15 2002/03/14 18:09:12 yduret +# fix some bug +# # Revision 1.14 2002/03/14 12:25:43 yduret # fix * bug in field matching/ not matching # |