[Pkg-nagios-changes] [pkg-nagios] r1645 - in nagios-nsca/trunk/debian: . patches
Alexander Wirt
formorer at alioth.debian.org
Sat Mar 21 20:59:11 UTC 2009
Author: formorer
Date: 2009-03-21 20:59:11 +0000 (Sat, 21 Mar 2009)
New Revision: 1645
Removed:
nagios-nsca/trunk/debian/patches/05_nsca_format_string.dpatch
Modified:
nagios-nsca/trunk/debian/changelog
Log:
Remove 05_nsca_format_string.dpatch
Modified: nagios-nsca/trunk/debian/changelog
===================================================================
--- nagios-nsca/trunk/debian/changelog 2009-03-21 20:57:16 UTC (rev 1644)
+++ nagios-nsca/trunk/debian/changelog 2009-03-21 20:59:11 UTC (rev 1645)
@@ -7,6 +7,7 @@
* Refer to nagios3 in command_file configuration
(Closes: #509334)
* Add submit_check_result example script (Closes: #485472)
+ * Remove 05_nsca_format_string.dpatch (included upstream)
-- Alexander Wirt <formorer at debian.org> Sat, 21 Mar 2009 20:21:07 +0100
Deleted: nagios-nsca/trunk/debian/patches/05_nsca_format_string.dpatch
===================================================================
--- nagios-nsca/trunk/debian/patches/05_nsca_format_string.dpatch 2009-03-21 20:57:16 UTC (rev 1644)
+++ nagios-nsca/trunk/debian/patches/05_nsca_format_string.dpatch 2009-03-21 20:59:11 UTC (rev 1645)
@@ -1,24 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-##
-
- at DPATCH@
---- sid/src/send_nsca.c.old 2006-04-06 23:19:30.000000000 +0200
-+++ sid/src/send_nsca.c 2006-10-09 20:47:10.000000000 +0200
-@@ -421,7 +421,7 @@ int process_arguments(int argc, char **a
- /* config file */
- else if(!strcmp(argv[x-1],"-c")){
- if(x<argc){
-- snprintf(config_file,sizeof(config_file),argv[x]);
-+ snprintf(config_file,sizeof(config_file),"%s",argv[x]);
- config_file[sizeof(config_file)-1]='\x0';
- x++;
- }
-@@ -432,7 +432,7 @@ int process_arguments(int argc, char **a
- /* delimiter to use when parsing input */
- else if(!strcmp(argv[x-1],"-d")){
- if(x<argc){
-- snprintf(delimiter,sizeof(delimiter),argv[x]);
-+ snprintf(delimiter,sizeof(delimiter),"%s",argv[x]);
- delimiter[sizeof(delimiter)-1]='\x0';
- x++;
- }
More information about the Pkg-nagios-changes
mailing list