Imported Upstream version 0.9.6
This commit is contained in:
28
etc/cron.d/Makefile.in
Normal file
28
etc/cron.d/Makefile.in
Normal file
@@ -0,0 +1,28 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
LOGDIR=@localstatedir@
|
||||
CFGDIR=@sysconfdir@
|
||||
BINDIR=@bindir@
|
||||
CGIDIR=@sbindir@
|
||||
LIBDIR=@libdir@
|
||||
DATAROOTDIR=@datarootdir@
|
||||
CRON_D_DIR=@CRON_D_DIR@
|
||||
|
||||
INSTALL=@INSTALL@
|
||||
INSTALL_OPTS=@INSTALL_OPTS@
|
||||
|
||||
CP=@CP@
|
||||
|
||||
all html:
|
||||
|
||||
clean:
|
||||
|
||||
distclean: clean
|
||||
-rm Makefile
|
||||
|
||||
devclean: distclean
|
||||
|
||||
install:
|
||||
$(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(CRON_D_DIR)
|
||||
$(INSTALL) -m 640 $(INSTALL_OPTS) nagiosbp $(DESTDIR)$(CRON_D_DIR)
|
||||
|
||||
1
etc/cron.d/nagiosbp.in
Normal file
1
etc/cron.d/nagiosbp.in
Normal file
@@ -0,0 +1 @@
|
||||
*/10 * * * * @apache_user@ @bindir@/nagios_bp_session_timeout 2>&1 | logger -t nagios_bp_session_timeout
|
||||
Reference in New Issue
Block a user