summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/hpn-ssh/files/sshd.sh4
-rw-r--r--security/openssh-portable/files/sshd.sh4
-rw-r--r--security/openssh/files/sshd.sh4
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