summaryrefslogtreecommitdiff
path: root/security/openssh/files/sshd.sh
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-12-04 03:24:09 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-12-04 03:24:09 +0000
commit12fc4ace75f3dffb8d1f5fad5c3229fa02cef27f (patch)
treec38b3ccbc04f8c6046c624eb7196534f78765726 /security/openssh/files/sshd.sh
parent- Fix MASTER_SITES (diff)
- fix Usage
Notes
Notes: svn path=/head/; revision=94863
Diffstat (limited to '')
-rw-r--r--security/openssh/files/sshd.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssh/files/sshd.sh b/security/openssh/files/sshd.sh
index ba52de02fe7b..a08d61e67a6d 100644
--- a/security/openssh/files/sshd.sh
+++ b/security/openssh/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