diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-07 16:48:54 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-12-07 16:48:54 +0000 |
commit | afe267dc21ba6ad536cee0fc93f8dc72c33e3242 (patch) | |
tree | 0d8adb57bb3cb06c7e1a53f7371cf736972b01e8 /www/apache13-modssl/files | |
parent | 3ddcfdfba715e674729045fdab954694977928fb (diff) |
- option WITH_APACHE_IPV6
PR: 42427
Submitted by: sec@42.org
- fix Usage
Notes
Notes:
svn path=/head/; revision=95275
Diffstat (limited to 'www/apache13-modssl/files')
-rw-r--r-- | www/apache13-modssl/files/apache.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache13-modssl/files/apache.sh b/www/apache13-modssl/files/apache.sh index 34eb4cd3c31c..f8cec279900c 100644 --- a/www/apache13-modssl/files/apache.sh +++ b/www/apache13-modssl/files/apache.sh @@ -8,7 +8,8 @@ stop) [ -r /var/run/httpd.pid ] && %%PREFIX%%/sbin/apachectl stop > /dev/null && echo -n ' apache' ;; *) - echo "Usage: `basename $0` {start|stop}" >&2 + echo "Usage: ${0##*/} { start | stop }" >&2 + exit 64 ;; esac |