artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07f21ec
)
This isn't C.
author
ajacoutot
<ajacoutot@openbsd.org>
Mon, 14 Jul 2014 09:44:45 +0000
(09:44 +0000)
committer
ajacoutot
<ajacoutot@openbsd.org>
Mon, 14 Jul 2014 09:44:45 +0000
(09:44 +0000)
etc/rc
patch
|
blob
|
history
diff --git
a/etc/rc
b/etc/rc
index
2bf6c3b
..
f1facb2
100644
(file)
--- a/
etc/rc
+++ b/
etc/rc
@@
-1,4
+1,4
@@
-# $OpenBSD: rc,v 1.43
2 2014/07/14 09:44:07
ajacoutot Exp $
+# $OpenBSD: rc,v 1.43
3 2014/07/14 09:44:45
ajacoutot Exp $
# System startup script run by init on autoboot
# or after single-user.
@@
-461,7
+461,7
@@
setup_X_sockets
# rc.securelevel did not specifically set -1 or 2, so select the default: 1
if [ `sysctl -n kern.securelevel` -eq 0 ]; then
sysctl kern.securelevel=1
-endif
+fi
# patch /etc/motd
if [ ! -f /etc/motd ]; then