diff options
author | 1997-07-28 07:44:40 +0000 | |
---|---|---|
committer | 1997-07-28 07:44:40 +0000 | |
commit | f48d6a8d797050f90bb9f17ff1bec06e07fd26ee (patch) | |
tree | 33cdcb928130b8c2ac8ff7f96da33d25ae329296 | |
parent | convert to mandoc, add tag (diff) | |
download | wireguard-openbsd-f48d6a8d797050f90bb9f17ff1bec06e07fd26ee.tar.xz wireguard-openbsd-f48d6a8d797050f90bb9f17ff1bec06e07fd26ee.zip |
typo; wojtek@tryc.on.ca
-rw-r--r-- | etc/rc.local | 4 |
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 |