summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-07-28 07:44:40 +0000
committerderaadt <deraadt@openbsd.org>1997-07-28 07:44:40 +0000
commitf48d6a8d797050f90bb9f17ff1bec06e07fd26ee (patch)
tree33cdcb928130b8c2ac8ff7f96da33d25ae329296
parentconvert to mandoc, add tag (diff)
downloadwireguard-openbsd-f48d6a8d797050f90bb9f17ff1bec06e07fd26ee.tar.xz
wireguard-openbsd-f48d6a8d797050f90bb9f17ff1bec06e07fd26ee.zip
typo; wojtek@tryc.on.ca
-rw-r--r--etc/rc.local4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.local b/etc/rc.local
index cb71891af6a..4921e95014c 100644
--- a/etc/rc.local
+++ b/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