diff options
Diffstat (limited to 'net-www/apache/files/2.0.40/apache2.initd')
-rw-r--r-- | net-www/apache/files/2.0.40/apache2.initd | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-www/apache/files/2.0.40/apache2.initd b/net-www/apache/files/2.0.40/apache2.initd index c341f3e5b95b..b101df2aedeb 100644 --- a/net-www/apache/files/2.0.40/apache2.initd +++ b/net-www/apache/files/2.0.40/apache2.initd @@ -23,8 +23,7 @@ stop() { eend $? } -# NOT LEGAL... Need to work on this... -reload() { +svc_restart() { ebegin "Reloading apache2" /usr/lib/apache2/bin/httpd -k reload ${APACHE2_OPTS} eend $? |