From 12fc4ace75f3dffb8d1f5fad5c3229fa02cef27f Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Thu, 4 Dec 2003 03:24:09 +0000 Subject: - fix Usage --- security/hpn-ssh/files/sshd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/hpn-ssh') diff --git a/security/hpn-ssh/files/sshd.sh b/security/hpn-ssh/files/sshd.sh index ba52de02fe7b..a08d61e67a6d 100644 --- a/security/hpn-ssh/files/sshd.sh +++ b/security/hpn-ssh/files/sshd.sh @@ -18,7 +18,7 @@ restart) fi ;; *) - echo "Usage: ${0##*/}: { start | stop | restart }" 2>&1 - exit 65 + echo "Usage: ${0##*/}: { start | stop | restart }" >&2 + exit 64 ;; esac -- cgit v1.2.3