diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-05-01 18:44:59 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-05-01 18:44:59 +0000 |
commit | 69ddacfb77f1322b289b64f37b252a1c2bfd28ad (patch) | |
tree | e0ca57d063ffd3095ba4ed2ae14595fb7d33d6a1 /www/apache13/files/apache.sh | |
parent | Update to 2.6.5. (diff) |
commmand -> command
Diffstat (limited to '')
-rw-r--r-- | www/apache13/files/apache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13/files/apache.sh b/www/apache13/files/apache.sh index 1b57c7853e5a..d4e04946995b 100644 --- a/www/apache13/files/apache.sh +++ b/www/apache13/files/apache.sh @@ -27,4 +27,4 @@ load_rc_config $name pidfile="${apache_pidfile}" -run_rc_commmand "$1" +run_rc_command "$1" |