diff options
author | shtrom <shtrom@1991c358-8f32-0410-a49a-990740bdf4c2> | 2013-07-05 13:38:49 +0000 |
---|---|---|
committer | shtrom <shtrom@1991c358-8f32-0410-a49a-990740bdf4c2> | 2013-07-05 13:38:49 +0000 |
commit | 59c232421670fbe207fcb79465fdf741e9dd1f11 (patch) | |
tree | 96a35788f5455781dd9574aa5b1c41c8a9b410ad | |
parent | 8a5177237399ffd39b18edf63199abf34673a444 (diff) |
[openbsd-scripts] use `hostname` rather than hardcoded name
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/shtrom/scripts@1549 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 06312fd..714fefb 100755 --- a/openbsd/denyhost.sh +++ b/openbsd/denyhost.sh @@ -22,7 +22,7 @@ AUTHLOG=/var/log/authlog NUM_TRIES=3 TMP_DIR=/var/tmp NEW_BLOCKERS_FILE=`mktemp ${TMP_DIR}/blockers.list.XXXXXX` -DEST_ADDR=root@distant-sun.narf.ssji.net +DEST_ADDR=root@`hostname` MAIL=mail |