aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-12-04 11:24:09 +0800
committerdinoex <dinoex@FreeBSD.org>2003-12-04 11:24:09 +0800
commit4f40a42f17e8f4e09816f7f023ed6bf990668b27 (patch)
tree657d91d94d26d015e1414b03fb8a1452393511b7 /security
parent0ea886ddb67069ec2869d3f64be4ed7b9a3ca9ab (diff)
downloadfreebsd-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.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