Fixed up paths to systemd file and create monit/monitorc.d

pull/2221/head
Yaroslav Halchenko 2018-01-21 22:10:00 -05:00
parent 2bc71e9f4b
commit c7986a1089
1 changed files with 2 additions and 1 deletions

3
debian/rules vendored
View File

@ -35,6 +35,7 @@ override_dh_install:
rm -rf $(DESTDIR)/var/run/ $(DESTDIR)/run/ rm -rf $(DESTDIR)/var/run/ $(DESTDIR)/run/
: # Install monit configuration : # Install monit configuration
install -d $(DESTDIR)/etc/monit/conf-available install -d $(DESTDIR)/etc/monit/conf-available
install -d $(DESTDIR)/etc/monit/monitrc.d
install -m 644 files/monit/fail2ban $(DESTDIR)/etc/monit/monitrc.d/fail2ban install -m 644 files/monit/fail2ban $(DESTDIR)/etc/monit/monitrc.d/fail2ban
: # Install bash completion : # Install bash completion
install -d $(DESTDIR)/etc/bash_completion.d install -d $(DESTDIR)/etc/bash_completion.d
@ -42,7 +43,7 @@ override_dh_install:
: # Install systemd files : # Install systemd files
install -d $(DESTDIR)/lib/systemd/system install -d $(DESTDIR)/lib/systemd/system
install -d $(DESTDIR)/usr/lib/tmpfiles.d install -d $(DESTDIR)/usr/lib/tmpfiles.d
install -m 644 files/fail2ban.service $(DESTDIR)/lib/systemd/system install -m 644 build/fail2ban.service $(DESTDIR)/lib/systemd/system
install -m 644 files/fail2ban-tmpfiles.conf $(DESTDIR)/usr/lib/tmpfiles.d install -m 644 files/fail2ban-tmpfiles.conf $(DESTDIR)/usr/lib/tmpfiles.d
install -d $(DESTDIR)/lib/systemd/system install -d $(DESTDIR)/lib/systemd/system
: # Install default jail enabler : # Install default jail enabler