Author: glen Date: Thu Apr 12 10:00:20 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - reverse engineered the patch from .i686.rpm
---- Files affected: SOURCES: nagios-of-plugins-jabber.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/nagios-of-plugins-jabber.patch diff -u /dev/null SOURCES/nagios-of-plugins-jabber.patch:1.1 --- /dev/null Thu Apr 12 12:00:20 2007 +++ SOURCES/nagios-of-plugins-jabber.patch Thu Apr 12 12:00:15 2007 @@ -0,0 +1,14 @@ +--- ./notify_by_jabber 2005-06-06 04:33:08.000000000 +0300 ++++ ./notify_by_jabber 2005-11-23 00:13:43.000000000 +0200 +@@ -14,9 +14,9 @@ + use File::Basename; + use Config::Tiny; + +-# Requires config in /etc/nagios/plugins.cfg with server/username/password details ++# Requires config in /etc/nagios/jabber.cfg with server/username/password details + # (either at top level as var1=value parameters, or in [notify_by_jabber] section) +-my $CONFIG_FILE = "/etc/nagios/plugins.cfg"; ++my $CONFIG_FILE = "/etc/nagios/jabber.cfg"; + die "cannot find config file '$CONFIG_FILE" unless -e $CONFIG_FILE; + + my $me = basename($0); ================================================================ _______________________________________________ pld-cvs-commit mailing list [EMAIL PROTECTED] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
