From: schwarze Date: Mon, 4 May 2015 22:29:04 +0000 (+0000) Subject: Default daemon_flags are no longer in /etc/rc.conf, X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=05c2dac4587fe6ba023fccd19ff843f91a09c718;p=openbsd Default daemon_flags are no longer in /etc/rc.conf, but you can still find them in the rc.d(8) scripts. --- diff --git a/share/man/man8/rc.conf.8 b/share/man/man8/rc.conf.8 index c5542a170c2..34a4fefd484 100644 --- a/share/man/man8/rc.conf.8 +++ b/share/man/man8/rc.conf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.conf.8,v 1.25 2015/05/02 09:35:44 ajacoutot Exp $ +.\" $OpenBSD: rc.conf.8,v 1.26 2015/05/04 22:29:04 schwarze Exp $ .\" .\" Copyright (c) 1997 Ian F. Darwin .\" Copyright (c) 2014 Ingo Schwarze @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 2 2015 $ +.Dd $Mdocdate: May 4 2015 $ .Dt RC.CONF 8 .Os .Sh NAME @@ -73,8 +73,7 @@ is the name of one of the .Xr rc.d 8 daemon control scripts. The list of base system daemons, including the information whether -they are enabled by default and what typical command line options -are, can be displayed with this command: +they are enabled by default, can be displayed with this command: .Pp .Dl grep _flags /etc/rc.conf .Pp