From 5375d29fe6fc53c21e500610dc229302027e09b2 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 28 Jul 1997 07:44:40 +0000 Subject: [PATCH] typo; wojtek@tryc.on.ca --- src/etc/rc.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.local b/src/etc/rc.local index cb71891a..4921e950 100644 --- a/src/etc/rc.local +++ b/src/etc/rc.local @@ -1,4 +1,4 @@ -# $OpenBSD: rc.local,v 1.12 1997/06/12 14:52:24 millert Exp $ +# $OpenBSD: rc.local,v 1.13 1997/07/28 07:44:40 deraadt Exp $ # site-specific startup actions, daemons, and other things which # can be done AFTER your system goes into securemode. For actions @@ -10,7 +10,7 @@ echo -n 'starting local daemons:' -#if [ -f /usr/local/etc/httpd/http ]; then +#if [ -f /usr/local/etc/httpd/httpd ]; then # echo -n ' httpd'; /usr/local/etc/httpd/httpd #fi