summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-07-18 18:17:28 +0000
committerderaadt <deraadt@openbsd.org>2014-07-18 18:17:28 +0000
commitc8d9ad9f7a523508e7b7f0a9049750e21a52283f (patch)
treea41f556f5c3b6dd35009ee18e211226ddf9a1cef
parentmissing newline (diff)
downloadwireguard-openbsd-c8d9ad9f7a523508e7b7f0a9049750e21a52283f.tar.xz
wireguard-openbsd-c8d9ad9f7a523508e7b7f0a9049750e21a52283f.zip
ugly ugly whitespace
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index f8cb929a7df..418c360291e 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.435 2014/07/17 15:08:29 deraadt Exp $
+# $OpenBSD: rc,v 1.436 2014/07/18 18:17:28 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -263,7 +263,7 @@ fi
# need to get local functions from rc.subr
FUNCS_ONLY=1 . /etc/rc.d/rc.subr
-# load rc.conf into scope
+# load rc.conf into scope
_rc_parse_conf
if [ X"$1" = X"shutdown" ]; then