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/httpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src.etc/init.d/httpd b/src.etc/init.d/httpd
index 98e6b8b..1dc0d28 100755
--- a/src.etc/init.d/httpd
+++ b/src.etc/init.d/httpd
@@ -2,7 +2,7 @@
start()
{
- printf 'Starting httpd...'
+ printf 'Starting httpd... '
start-stop-daemon -S -q -n httpd -x /usr/sbin/httpd -- -h /var/www
printf 'done.\n'
}