diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-12-04 11:24:09 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-12-04 11:24:09 +0800 |
commit | 4f40a42f17e8f4e09816f7f023ed6bf990668b27 (patch) | |
tree | 657d91d94d26d015e1414b03fb8a1452393511b7 /security | |
parent | 0ea886ddb67069ec2869d3f64be4ed7b9a3ca9ab (diff) | |
download | freebsd-ports-gnome-4f40a42f17e8f4e09816f7f023ed6bf990668b27.tar.gz freebsd-ports-gnome-4f40a42f17e8f4e09816f7f023ed6bf990668b27.tar.zst freebsd-ports-gnome-4f40a42f17e8f4e09816f7f023ed6bf990668b27.zip |
- fix Usage
Diffstat (limited to 'security')
-rw-r--r-- | security/hpn-ssh/files/sshd.sh | 4 | ||||
-rw-r--r-- | security/openssh-portable/files/sshd.sh | 4 | ||||
-rw-r--r-- | security/openssh/files/sshd.sh | 4 |
3 files changed, 6 insertions, 6 deletions
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 diff --git a/security/openssh-portable/files/sshd.sh b/security/openssh-portable/files/sshd.sh index ba52de02fe7b..a08d61e67a6d 100644 --- a/security/openssh-portable/files/sshd.sh +++ b/security/openssh-portable/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 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 |