summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 36e73846a17..482660b53a0 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.158 2000/12/30 06:35:17 angelos Exp $
+# $OpenBSD: rc,v 1.159 2000/12/30 06:51:09 angelos Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -447,7 +447,7 @@ fi
if [ "X${httpd_flags}" != X"NO" ]; then
# Clean up left-over httpd locks
rm -f /var/www/logs/{ssl_mutex,httpd.lock,accept.lock}.*
- echo -n ' httpd'; /usr/sbin/httpd ${httpd_flags}
+ echo -n ' httpd'; /usr/sbin/apachectl ${httpd_flags}
fi
if [ "X${ftpd_flags}" != X"NO" ]; then