summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-05-14 01:03:24 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-05-14 01:03:24 (EDT)
commit861c42862a895f0a45cb54546ff67f02091f1ed7 (patch)
tree5000997a29fc3c1bded53b418daee1b273331fd6
parent67fe4ee9e0a68a44afb718f2906792396b920201 (diff)
/etc/init.d/httpd: Add missing space in message.
-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'
}