diff options
author | shtrom <shtrom@1991c358-8f32-0410-a49a-990740bdf4c2> | 2014-10-14 22:51:46 +0000 |
---|---|---|
committer | shtrom <shtrom@1991c358-8f32-0410-a49a-990740bdf4c2> | 2014-10-14 22:51:46 +0000 |
commit | a3cae2567300b0f2e5d58ae5945e744e64d5928b (patch) | |
tree | ca11872402ce35f899a345879cbcd426788ae0f6 | |
parent | 8f0994328f1f44fa3645ef65fadef0c5de74d495 (diff) |
[openbsd] Cleary mark PID in denyhost.sh
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/shtrom/scripts@2049 1991c358-8f32-0410-a49a-990740bdf4c2
-rwxr-xr-x | openbsd/denyhost.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd/denyhost.sh b/openbsd/denyhost.sh index 1e9f4ef..629ef00 100755 --- a/openbsd/denyhost.sh +++ b/openbsd/denyhost.sh @@ -23,7 +23,7 @@ NUM_TRIES=3 TMP_DIR=/var/tmp NEW_BLOCKERS_FILE=`mktemp ${TMP_DIR}/blockers.list.XXXXXX` DEST_ADDR=root@`hostname` -PIDFILE=/var/run/denyhost.sh +PIDFILE=/var/run/denyhost.sh.pid MAIL=mail |