From 322cbd8a311b9bf345cb4f0322c02fa14e19843d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 22 May 2017 16:39:46 +0200 Subject: itzks-systems-filter: Let's install e2guardian-update-shallalists to /usr/sbin rather than /usr/local/sbin. --- debian/itzks-systems-filter.install | 2 +- etc/cron.d/itzks-systems-filter | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/itzks-systems-filter.install b/debian/itzks-systems-filter.install index 9504ec3..05486b3 100644 --- a/debian/itzks-systems-filter.install +++ b/debian/itzks-systems-filter.install @@ -1,3 +1,3 @@ usr-lib-nagios-plugins/check_squid usr/lib/nagios/plugins/ -sbin/e2guardian-update-shallalists usr/local/sbin/ +sbin/e2guardian-update-shallalists usr/sbin/ etc/cron.d/itzks-systems-filter diff --git a/etc/cron.d/itzks-systems-filter b/etc/cron.d/itzks-systems-filter index 64a1610..5d547c8 100644 --- a/etc/cron.d/itzks-systems-filter +++ b/etc/cron.d/itzks-systems-filter @@ -4,4 +4,4 @@ MAILTO=root PATH=/usr/bin:/bin:/usr/sbin:/sbin #run e2guardian-update-shallalists script -0 21 * * 0 [ -x /usr/local/sbin/e2guardian-update-shallalists ] && http_proxy="" /usr/local/sbin/e2guardian-update-shallalists +0 21 * * 0 [ -x /usr/sbin/e2guardian-update-shallalists ] && http_proxy="" https_proxy="" /usr/sbin/e2guardian-update-shallalists -- cgit v1.2.3