From 85bae2071495c7fd950d8446b7e19cc673f68747 Mon Sep 17 00:00:00 2001 From: ajacoutot <> Date: Mon, 14 Jul 2014 09:42:27 +0000 Subject: [PATCH] Do not output anything by default, to be consistent with the other site-specific rc.* files, the comment is enough. ok deraadt@ --- src/etc/examples/rc.securelevel | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/etc/examples/rc.securelevel b/src/etc/examples/rc.securelevel index 70e678a8..8440918b 100644 --- a/src/etc/examples/rc.securelevel +++ b/src/etc/examples/rc.securelevel @@ -1,14 +1,6 @@ -# $OpenBSD: rc.securelevel,v 1.1 2014/07/14 09:04:02 deraadt Exp $ +# $OpenBSD: rc.securelevel,v 1.2 2014/07/14 09:42:27 ajacoutot Exp $ # # site-specific startup actions, daemons, and other things which # can be done BEFORE your system goes into securemode. For actions # which should be done AFTER your system has gone into securemode # please see /etc/rc.local - -echo -n 'starting pre-securelevel daemons:' - -# -# Place local actions here. -# - -echo '.'