summaryrefslogtreecommitdiffstats
path: root/src.etc/init.d/httpd
diff options
context:
space:
mode:
Diffstat (limited to 'src.etc/init.d/httpd')
-rwxr-xr-xsrc.etc/init.d/httpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src.etc/init.d/httpd b/src.etc/init.d/httpd
index c26e151..2ebd361 100755
--- a/src.etc/init.d/httpd
+++ b/src.etc/init.d/httpd
@@ -5,13 +5,13 @@ STOP='60'
start()
{
- log 'Starting httpd'
+ log 'Starting HTTP daemon'
start-stop-daemon -S -q -p /var/run/httpd.pid -m \
-x /usr/sbin/httpd -b -- -f -h /var/www
}
stop()
{
- log 'Stopping httpd'
+ log 'Stopping HTTP daemon'
start-stop-daemon -K -q -p /var/run/httpd.pid
}