[PATCH] kannel.monitor
"Dariusz Markowicz" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <00a301c321fa$08edab00$d4e34cd5@oem> |
Hi list,
Here are obvious fix to kannel.monitor. Please commit to cvs.
Best regards,
Dariusz Markowicz
Index: kannel.monitor
===================================================================
RCS file: /home/cvs/gateway/contrib/mon/kannel.monitor,v
retrieving revision 1.3
diff -u -r1.3 kannel.monitor
--- kannel.monitor 8 Apr 2003 08:51:34 -0000 1.3
+++ kannel.monitor 24 May 2003 13:28:45 -0000
@@ -250,8 +250,8 @@
} # end while STATUSFILE
if ($warncount){
- return &pushall;
info "Kannel is queueing - please take a look\n";
+ return &pushall;
}
close(STATUSFILE);
kannel.monitor.diff
(application/octet-stream, 521 B)
Index: kannel.monitor
===================================================================
RCS file: /home/cvs/gateway/contrib/mon/kannel.monitor,v
retrieving revision 1.3
diff -u -r1.3 kannel.monitor
--- kannel.monitor 8 Apr 2003 08:51:34 -0000 1.3
+++ kannel.monitor 24 May 2003 13:28:45 -0000
@@ -250,8 +250,8 @@
} # end while STATUSFILE
if ($warncount){
- return &pushall;
info "Kannel is queueing - please take a look\n";
+ return &pushall;
}
close(STATUSFILE);