diff options
Diffstat (limited to 'www/apache2/files')
-rw-r--r-- | www/apache2/files/apache.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache2/files/apache.sh b/www/apache2/files/apache.sh index ab4773e7dae..e7dfe82b1ef 100644 --- a/www/apache2/files/apache.sh +++ b/www/apache2/files/apache.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: apache.sh,v 1.1 2002/03/05 23:56:22 jlam Exp $ +# $NetBSD: apache.sh,v 1.2 2002/03/06 20:21:38 jlam Exp $ # # PROVIDE: apache # REQUIRE: DAEMON @@ -32,6 +32,8 @@ restart_cmd="apache_doit restart" # in order of increasing precedence. Its possible values are "start" # and "startssl", and defaults to "start". # +apache_start=start + apache_doit () { case $1 in |