[Pkg-nagios-changes] [pkg-monitoring-plugins] branch master updated (3c33a2f -> 9083aa4)

Jan Wagner waja at moszumanska.debian.org
Fri Jul 11 18:45:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

waja pushed a change to branch master
in repository pkg-monitoring-plugins.

  discards  3c33a2f   Updating debian/changelog
  discards  1a4e0c3   Merge tag 'upstream/2.0'
     omits  5c10954   Imported Upstream version 2.0
       new  b798a92   debian/bin/repack.sh: Fixing substitution
       new  73fc1e6   travis-ci: droping m-p branch workaround
       new  9083aa4   debian/bin/repack.sh: adjust for configure.ac

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3c33a2f)
            \
             N -- N -- N   refs/heads/master (9083aa4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |     2 +-
 ACKNOWLEDGEMENTS                                   |     4 +-
 AUTHORS                                            |     3 +-
 CODING                                             |     4 +-
 ChangeLog                                          | 19336 +------------------
 FAQ                                                |    14 +-
 Makefile.am                                        |     4 +-
 Makefile.in                                        |    43 +-
 NEWS                                               |    55 +-
 NP-VERSION-GEN                                     |     2 +-
 NPTest.pm                                          |    85 +-
 README                                             |    58 +-
 REQUIREMENTS                                       |    14 +-
 SUPPORT                                            |    24 +-
 THANKS                                             |    23 +-
 aclocal.m4                                         |    55 +-
 config.h.in                                        |    64 +-
 configure                                          |   759 +-
 configure.ac => configure.in                       |   119 +-
 debian/bin/repack.sh                               |     7 +-
 debian/changelog                                   |     6 +-
 gl/Makefile.am                                     |    50 +-
 gl/Makefile.in                                     |   134 +-
 gl/idpriv-droptemp.c                               |   204 -
 gl/idpriv.h                                        |   116 -
 gl/m4/gnulib-cache.m4                              |     4 +-
 gl/m4/gnulib-comp.m4                               |    26 +-
 gl/m4/idpriv.m4                                    |    14 -
 gl/m4/strcase.m4                                   |    45 -
 gl/m4/strings_h.m4                                 |    52 -
 gl/strcasecmp.c                                    |    62 -
 gl/strings.in.h                                    |   122 -
 gl/strncasecmp.c                                   |    62 -
 lib/Makefile.am                                    |    11 +-
 lib/Makefile.in                                    |    64 +-
 lib/extra_opts.c                                   |     4 +-
 lib/extra_opts.h                                   |     2 +-
 lib/parse_ini.c                                    |   497 +-
 lib/parse_ini.h                                    |    44 +-
 lib/tests/Makefile.am                              |     7 +-
 lib/tests/Makefile.in                              |    57 +-
 lib/tests/test_base64.t                            |     2 +-
 lib/tests/test_cmd.t                               |     2 +-
 lib/tests/test_disk.t                              |     2 +-
 lib/tests/test_ini1.t                              |     2 +-
 lib/tests/test_ini3.t                              |     2 +-
 lib/tests/test_opts1.t                             |     2 +-
 lib/tests/test_opts2.t                             |     2 +-
 lib/tests/test_opts3.t                             |     2 +-
 lib/tests/test_tcp.t                               |     2 +-
 lib/tests/test_utils.c                             |   128 +-
 lib/tests/test_utils.t                             |     2 +-
 lib/utils_base.c                                   |   149 +-
 lib/utils_base.h                                   |    18 +-
 lib/utils_cmd.c                                    |     7 +-
 lib/utils_cmd.h                                    |     2 +-
 lib/utils_disk.c                                   |     2 +-
 lib/utils_tcp.c                                    |     2 +-
 m4/np_mysqlclient.m4                               |     4 +-
 monitoring-plugins.spec => nagios-plugins.spec     |    30 +-
 ...oring-plugins.spec.in => nagios-plugins.spec.in |    28 +-
 pkg/solaris/pkginfo                                |    12 +-
 pkg/solaris/pkginfo.in                             |     8 +-
 plugins-root/Makefile.am                           |     4 +-
 plugins-root/Makefile.in                           |    34 +-
 plugins-root/check_dhcp.c                          |    11 +-
 plugins-root/check_icmp.c                          |    11 +-
 plugins-root/pst3.c                                |     2 +-
 plugins-scripts/Makefile.am                        |    12 +-
 plugins-scripts/Makefile.in                        |    48 +-
 plugins-scripts/check_breeze.pl                    |     8 +-
 plugins-scripts/check_disk_smb.pl                  |    14 +-
 plugins-scripts/check_file_age.pl                  |    32 +-
 plugins-scripts/check_flexlm.pl                    |    12 +-
 plugins-scripts/check_ifoperstatus.pl              |    23 +-
 plugins-scripts/check_ifstatus.pl                  |    21 +-
 plugins-scripts/check_ircd.pl                      |    18 +-
 plugins-scripts/check_log.sh                       |    58 +-
 plugins-scripts/check_mailq.pl                     |   110 +-
 plugins-scripts/check_ntp.pl                       |   471 +
 plugins-scripts/check_oracle.sh                    |     5 +-
 plugins-scripts/check_rpc.pl                       |    14 +-
 plugins-scripts/check_sensors.sh                   |     6 +-
 plugins-scripts/check_wave.pl                      |     8 +-
 plugins-scripts/subst.in                           |    78 +
 plugins-scripts/t/check_file_age.t                 |     7 +-
 plugins-scripts/utils.pm.in                        |     4 +-
 plugins-scripts/utils.sh.in                        |    10 +-
 plugins/Makefile.am                                |    20 +-
 plugins/Makefile.in                                |    51 +-
 plugins/check_apt.c                                |    13 +-
 plugins/check_by_ssh.c                             |    18 +-
 plugins/check_cluster.c                            |     8 +-
 plugins/check_dbi.c                                |    14 +-
 plugins/check_dig.c                                |    18 +-
 plugins/check_disk.c                               |    31 +-
 plugins/check_dns.c                                |    26 +-
 plugins/check_dummy.c                              |     6 +-
 plugins/check_fping.c                              |     6 +-
 plugins/check_game.c                               |     8 +-
 plugins/check_hpjd.c                               |     6 +-
 plugins/check_http.c                               |    30 +-
 plugins/check_ide_smart.c                          |   121 +-
 plugins/check_ldap.c                               |     8 +-
 plugins/check_load.c                               |     6 +-
 plugins/check_mrtg.c                               |     8 +-
 plugins/check_mrtgtraf.c                           |     6 +-
 plugins/check_mysql.c                              |    12 +-
 plugins/check_mysql_query.c                        |    40 +-
 plugins/check_nagios.c                             |     6 +-
 plugins/check_nt.c                                 |    14 +-
 plugins/check_ntp.c                                |    25 +-
 plugins/check_ntp_peer.c                           |     8 +-
 plugins/check_ntp_time.c                           |    12 +-
 plugins/check_nwstat.c                             |     8 +-
 plugins/check_overcr.c                             |     8 +-
 plugins/check_pgsql.c                              |    12 +-
 plugins/check_ping.c                               |    21 +-
 plugins/check_procs.c                              |    16 +-
 plugins/check_radius.c                             |    61 +-
 plugins/check_real.c                               |     9 +-
 plugins/check_smtp.c                               |     8 +-
 plugins/check_snmp.c                               |    20 +-
 plugins/check_ssh.c                                |    32 +-
 plugins/check_swap.c                               |    32 +-
 plugins/check_tcp.c                                |    20 +-
 plugins/check_time.c                               |     8 +-
 plugins/check_ups.c                                |    16 +-
 plugins/check_users.c                              |    50 +-
 plugins/common.h                                   |     4 +-
 plugins/negate.c                                   |    48 +-
 plugins/netutils.c                                 |     4 +-
 plugins/netutils.h                                 |     8 +-
 plugins/popen.c                                    |     4 +-
 plugins/runcmd.c                                   |     6 +-
 plugins/runcmd.h                                   |     2 +-
 plugins/sslutils.c                                 |     6 +-
 plugins/t/NPTest.cache.travis                      |    54 -
 plugins/t/check_disk.t                             |     4 +-
 plugins/t/check_dns.t                              |     5 +-
 plugins/t/check_fping.t                            |    14 +-
 plugins/t/check_http.t                             |    24 +-
 plugins/t/check_jabber.t                           |     6 +-
 plugins/t/check_mysql.t                            |    32 +-
 plugins/t/check_ntp.t                              |    10 +-
 plugins/t/check_procs.t                            |     7 +-
 plugins/t/check_snmp.t                             |    13 +-
 plugins/t/check_tcp.t                              |    18 +-
 plugins/t/check_udp.t                              |     2 +-
 plugins/t/negate.t                                 |     2 +-
 plugins/tests/check_http.t                         |    29 +-
 plugins/tests/check_procs.t                        |    85 +-
 plugins/tests/check_snmp.t                         |    36 +-
 plugins/tests/check_snmp_agent.pl                  |    14 +-
 plugins/tests/var/ps_axwo.debian                   |     4 +-
 plugins/urlize.c                                   |    15 +-
 plugins/utils.c                                    |     2 +-
 plugins/utils.h                                    |    28 +-
 po/Makevars                                        |     4 +-
 po/de.gmo                                          |   Bin 7632 -> 7836 bytes
 po/de.po                                           |  1553 +-
 po/fr.gmo                                          |   Bin 91740 -> 95571 bytes
 po/fr.po                                           |  1606 +-
 po/{monitoring-plugins.pot => nagios-plugins.pot}  |  1541 +-
 release                                            |     2 +-
 tap/Makefile.in                                    |    30 +-
 test.pl.in                                         |    13 +-
 tools/tinderbox_build                              |     6 +-
 168 files changed, 4386 insertions(+), 25386 deletions(-)
 rename configure.ac => configure.in (94%)
 delete mode 100644 gl/idpriv-droptemp.c
 delete mode 100644 gl/idpriv.h
 delete mode 100644 gl/m4/idpriv.m4
 delete mode 100644 gl/m4/strcase.m4
 delete mode 100644 gl/m4/strings_h.m4
 delete mode 100644 gl/strcasecmp.c
 delete mode 100644 gl/strings.in.h
 delete mode 100644 gl/strncasecmp.c
 rename monitoring-plugins.spec => nagios-plugins.spec (89%)
 rename monitoring-plugins.spec.in => nagios-plugins.spec.in (89%)
 create mode 100755 plugins-scripts/check_ntp.pl
 create mode 100644 plugins-scripts/subst.in
 delete mode 100644 plugins/t/NPTest.cache.travis
 mode change 100755 => 100644 plugins/tests/check_procs.t
 rename po/{monitoring-plugins.pot => nagios-plugins.pot} (84%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-monitoring-plugins.git



More information about the Pkg-nagios-changes mailing list