# HG changeset patch # User foerste # Date 1450351990 0 # Node ID e32abf30726ed609ff1cb2231e4213a0fe48662f # Parent d047bf140716cdd78527696e814c4df3500f71ec [savepoint] (added unknown files and recorded removals) diff -r d047bf140716 -r e32abf30726e Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Thu Dec 17 11:33:10 2015 +0000 @@ -0,0 +1,32 @@ +# $Id: Makefile.in 3514 2007-12-19 22:36:00Z heiko $ +# $URL: https://svn.schlittermann.de/pub/nagios-plugin-check-exim/trunk/Makefile.in $ + +SCRIPTS = check_exim check_exiwhat +CLEANFILES = ${SCRIPTS} +DESTDIR = +prefix = /usr + +plugindir = ${prefix}/lib/nagios/plugins/ius + +.PHONY: all clean install + +all: ${SCRIPTS} + +clean: + -rm -f ${CLEANFILES} + +install: all + install -d -m 0755 ${DESTDIR}/${plugindir} + install -m 0755 $(SCRIPTS) ${DESTDIR}/${plugindir}/ + + install -d -m 0755 ${DESTDIR}/etc/nagios-plugins/ + install -m 0644 exim.cfg ${DESTDIR}/etc/nagios-plugins/ + +%: %.pl + @perl -c $< + @cp -f $< $@ + @chmod +x $@ + +%: %.sh + @cp -f $< $@ + @chmod +x $@ diff -r d047bf140716 -r e32abf30726e debian/nagios-plugin-exim-default.ex --- a/debian/nagios-plugin-exim-default.ex Thu Dec 17 11:30:53 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -# Defaults for nagios-plugin-exim initscript -# sourced by /etc/init.d/nagios-plugin-exim -# installed at /etc/default/nagios-plugin-exim by the maintainer scripts - -# -# This is a POSIX shell fragment -# - -# Additional options that are passed to the Daemon. -DAEMON_OPTS="" diff -r d047bf140716 -r e32abf30726e debian/nagios-plugin-exim.doc-base.EX --- a/debian/nagios-plugin-exim.doc-base.EX Thu Dec 17 11:30:53 2015 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -Document: nagios-plugin-exim -Title: Debian nagios-plugin-exim Manual -Author: -Abstract: This manual describes what nagios-plugin-exim is - and how it can be used to - manage online manuals on Debian systems. -Section: unknown - -Format: debiandoc-sgml -Files: /usr/share/doc/nagios-plugin-exim/nagios-plugin-exim.sgml.gz - -Format: postscript -Files: /usr/share/doc/nagios-plugin-exim/nagios-plugin-exim.ps.gz - -Format: text -Files: /usr/share/doc/nagios-plugin-exim/nagios-plugin-exim.text.gz - -Format: HTML -Index: /usr/share/doc/nagios-plugin-exim/html/index.html -Files: /usr/share/doc/nagios-plugin-exim/html/*.html - - diff -r d047bf140716 -r e32abf30726e debian/nagios-plugins-exim-default.ex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/nagios-plugins-exim-default.ex Thu Dec 17 11:33:10 2015 +0000 @@ -0,0 +1,10 @@ +# Defaults for nagios-plugin-exim initscript +# sourced by /etc/init.d/nagios-plugin-exim +# installed at /etc/default/nagios-plugin-exim by the maintainer scripts + +# +# This is a POSIX shell fragment +# + +# Additional options that are passed to the Daemon. +DAEMON_OPTS="" diff -r d047bf140716 -r e32abf30726e debian/nagios-plugins-exim.doc-base.EX --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/debian/nagios-plugins-exim.doc-base.EX Thu Dec 17 11:33:10 2015 +0000 @@ -0,0 +1,22 @@ +Document: nagios-plugin-exim +Title: Debian nagios-plugin-exim Manual +Author: +Abstract: This manual describes what nagios-plugin-exim is + and how it can be used to + manage online manuals on Debian systems. +Section: unknown + +Format: debiandoc-sgml +Files: /usr/share/doc/nagios-plugin-exim/nagios-plugin-exim.sgml.gz + +Format: postscript +Files: /usr/share/doc/nagios-plugin-exim/nagios-plugin-exim.ps.gz + +Format: text +Files: /usr/share/doc/nagios-plugin-exim/nagios-plugin-exim.text.gz + +Format: HTML +Index: /usr/share/doc/nagios-plugin-exim/html/index.html +Files: /usr/share/doc/nagios-plugin-exim/html/*.html + +