[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

david hannequin david.hannequin at gmail.com
Tue Feb 28 22:07:47 UTC 2012


The following commit has been merged in the debian/master branch:
commit d2a6aeac32f2d57e6cf21e34033fd9421dafaf65
Author: david hannequin <david.hannequin at gmail.com>
Date:   Tue Nov 29 20:48:48 2011 +0100

    Fix wrong options

diff --git a/libexec/sendmailservice.py b/libexec/sendmailservice.py
index fce221b..a022f30 100644
--- a/libexec/sendmailservice.py
+++ b/libexec/sendmailservice.py
@@ -10,7 +10,7 @@ import smtplib
 
 def main():
     try:
-        opts, args = getopt.getopt(sys.argv[1:], "hnsHariotS:v", ["help", "notification=", "servicedesc", "hostname", "hostaddress", "servicestate", "shortdatetime", "output", "to", "sender" ])
+        opts, args = getopt.getopt(sys.argv[1:], "hnsHariotS:v", ["help", "notification", "servicedesc", "hostname", "hostaddress", "servicestate", "shortdatetime", "output", "to", "sender" ])
     except getopt.GetoptError, err:
         # print help information and exit:
         print str(err) 

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list