summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2014-07-14 10:10:44 +0000
committerajacoutot <ajacoutot@openbsd.org>2014-07-14 10:10:44 +0000
commit2c3a1c5e085f46a5cb5feb27f00f7a960cb2a44c (patch)
tree904cf49c46ada4822bb1d9d0c8fcadf8a455b4cd
parentEnable ext2fs support on RAMDISK_CD. Requested a few months ago in (diff)
downloadwireguard-openbsd-2c3a1c5e085f46a5cb5feb27f00f7a960cb2a44c.tar.xz
wireguard-openbsd-2c3a1c5e085f46a5cb5feb27f00f7a960cb2a44c.zip
quiet /etc/rc.shutdown, it may not exist.
ok deraadt@
-rw-r--r--etc/rc4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index f1facb235eb..9d38949861a 100644
--- a/etc/rc
+++ b/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