diff options
| author | Alexander Leidinger <netchild@FreeBSD.org> | 2020-02-19 12:55:27 +0000 |
|---|---|---|
| committer | Alexander Leidinger <netchild@FreeBSD.org> | 2020-02-19 12:55:27 +0000 |
| commit | 4215a76496138a7d55ac19b12d7aedfec1d1339e (patch) | |
| tree | 1e0fa580c332dd0319e7f14f1e096aba42af1a22 /www/nginx-ultimate-bad-bot-blocker/files | |
| parent | Fix WWW (diff) | |
- Add missing dependencies.
- Add /usr/local/bin in the path of the crontab example.
Notes
Notes:
svn path=/head/; revision=526512
Diffstat (limited to 'www/nginx-ultimate-bad-bot-blocker/files')
| -rw-r--r-- | www/nginx-ultimate-bad-bot-blocker/files/pkg-message.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nginx-ultimate-bad-bot-blocker/files/pkg-message.in b/www/nginx-ultimate-bad-bot-blocker/files/pkg-message.in index 800cf6b6655c..d343ae005055 100644 --- a/www/nginx-ultimate-bad-bot-blocker/files/pkg-message.in +++ b/www/nginx-ultimate-bad-bot-blocker/files/pkg-message.in @@ -25,7 +25,7 @@ Example crontab entry for /etc/cron.d/nginx-bad-bot-blocker: ---snip--- # SHELL=/bin/sh -PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:%%PREFIX%%/sbin +PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin:%%PREFIX%%/bin:%%PREFIX%%/sbin # See crontab(5) for field format. 53 10 * * * root %%PREFIX%%/sbin/update-ngxblocker -q |
