aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-14 16:55:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-14 17:13:51 +1200
commit67f3d84d25d1518a6532ebf48d9fbe4e8641181e (patch)
treea1ca95ef464d09b1b55452d5b4f84ec20e6cf8c2
parentAdd trailing newlines for printf calls (diff)
downloadpsshd-67f3d84d25d1518a6532ebf48d9fbe4e8641181e.tar.gz
psshd-67f3d84d25d1518a6532ebf48d9fbe4e8641181e.zip
Add self-identification
-rwxr-xr-xpsshd3
1 files changed, 3 insertions, 0 deletions
diff --git a/psshd b/psshd
index 5eec323..faec1bf 100755
--- a/psshd
+++ b/psshd
@@ -14,6 +14,9 @@
# @copyright 2013
#
+# Name self
+self=psshd
+
# Path to autossh binary (not any wrapper script)
autossh='/usr/lib/autossh/autossh'