artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43ef98e
)
quiet /etc/rc.shutdown, it may not exist.
author
ajacoutot
<ajacoutot@openbsd.org>
Mon, 14 Jul 2014 10:10:44 +0000
(10:10 +0000)
committer
ajacoutot
<ajacoutot@openbsd.org>
Mon, 14 Jul 2014 10:10:44 +0000
(10:10 +0000)
ok deraadt@
etc/rc
patch
|
blob
|
history
diff --git
a/etc/rc
b/etc/rc
index
f1facb2
..
9d38949
100644
(file)
--- a/
etc/rc
+++ b/
etc/rc
@@
-1,4
+1,4
@@
-# $OpenBSD: rc,v 1.43
3 2014/07/14 09:44:45
ajacoutot Exp $
+# $OpenBSD: rc,v 1.43
4 2014/07/14 10:10:44
ajacoutot Exp $
# System startup script run by init on autoboot
# or after single-user.
@@
-282,9
+282,7
@@
if [ X"$1" = X"shutdown" ]; then
echo '.'
fi
- echo /etc/rc.shutdown in progress...
[ -f /etc/rc.shutdown ] && sh /etc/rc.shutdown
- echo /etc/rc.shutdown complete.
else
echo single user: not running shutdown scripts
fi