From d7bed9d58a33b1af9e9dcc151c4ef2564d200a3e Mon Sep 17 00:00:00 2001 From: ajacoutot <> Date: Mon, 14 Jul 2014 10:10:44 +0000 Subject: [PATCH] quiet /etc/rc.shutdown, it may not exist. ok deraadt@ --- src/etc/rc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index f1facb23..9d389498 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.433 2014/07/14 09:44:45 ajacoutot Exp $ +# $OpenBSD: rc,v 1.434 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