summaryrefslogtreecommitdiff
path: root/nocompile/libexec/gopherd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'nocompile/libexec/gopherd.sh')
-rwxr-xr-xnocompile/libexec/gopherd.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/nocompile/libexec/gopherd.sh b/nocompile/libexec/gopherd.sh
index d710f80..78509dc 100755
--- a/nocompile/libexec/gopherd.sh
+++ b/nocompile/libexec/gopherd.sh
@@ -10,6 +10,7 @@
# "export hostname" down there.
export PATH=$PATH:/usr/local/bin
read -t 10 req
+logger -t gopher "$(/usr/local/libexec/peerip|head -n1): ${req}"
base="$1"
arg=$(echo "$req" | tr -d '\r' | cut -f2)
#req=$(echo "$req" | unescape | tr -d '\r' | cut -f1)
@@ -33,14 +34,14 @@ else
printf ""
# echo "fucked off #1"
# echo "$myIP != $(gethostbyname $hostname 6)"
-# logger "hostname (${hostname}) and IP (${myIP}) aren't matching up.";
+# logger -t gopher "hostname (${hostname}) and IP (${myIP}) aren't matching up.";
# exit 2
#jimmy cracked corn but nobody gives a shit.
fi
else
if [ $(gethostbyname $hostname) != ${myIP} ];then
echo "fucked off #2"
- logger "hostname (${hostname}) and IP (${myIP}) aren't matching up.";
+ logger -t gopher "hostname (${hostname}) and IP (${myIP}) aren't matching up.";
exit 2
fi
fi