diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-04 03:24:09 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-04 03:24:09 +0000 |
commit | 12fc4ace75f3dffb8d1f5fad5c3229fa02cef27f (patch) | |
tree | c38b3ccbc04f8c6046c624eb7196534f78765726 /net/radiusd-cistron | |
parent | a69da0ee631766a763ce4ad2e1a6944d5154c1cf (diff) | |
download | ports-12fc4ace75f3dffb8d1f5fad5c3229fa02cef27f.tar.gz ports-12fc4ace75f3dffb8d1f5fad5c3229fa02cef27f.zip |
Notes
Diffstat (limited to 'net/radiusd-cistron')
-rw-r--r-- | net/radiusd-cistron/files/radiusd-cistron.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/radiusd-cistron/files/radiusd-cistron.sh b/net/radiusd-cistron/files/radiusd-cistron.sh index c51c91fbb299..1ec7d0d2248d 100644 --- a/net/radiusd-cistron/files/radiusd-cistron.sh +++ b/net/radiusd-cistron/files/radiusd-cistron.sh @@ -16,8 +16,7 @@ stop) fi ;; *) - echo "" - echo "Usage: $0 { start | stop }" - echo "" + echo "Usage: ${0##*/} { start | stop }" >&2 + exit 64 ;; esac |