From 69d788f04b7d16a45af24c6400fdf353907bed0f Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Fri, 5 Dec 2003 23:55:08 +0000 Subject: encourage people to add in values to rc.conf.local rather than copy rc.conf blindly, since install can now create rc.conf.local; thanks nick@ for pointing this out; --- share/man/man8/afterboot.8 | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) (limited to 'share/man/man8/afterboot.8') diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index e734fc30296..c116f98fbcf 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: afterboot.8,v 1.87 2003/11/06 12:22:10 jmc Exp $ +.\" $OpenBSD: afterboot.8,v 1.88 2003/12/05 23:55:07 jmc Exp $ .\" .\" Copyright (c) 1997 Marshall M. Midden .\" All rights reserved. @@ -140,25 +140,11 @@ Set the time zone to Atlantic Standard Time: The file .Pa /etc/rc.conf is used to configure the system daemons. -Administrators should make changes to the default settings by creating a +Administrators should make changes to the default settings by editing a separate file, -.Pa /etc/rc.conf.local . -There are two possible strategies: -Copy -.Pa /etc/rc.conf -to .Pa /etc/rc.conf.local -and directly edit the local file. -Note: the last thing -.Pa /etc/rc.conf -does is source the local file. -If you copy this file directly you -.Em must -remove the final line from -.Pa /etc/rc.conf.local . -A second possibility is to start with an empty -.Pa /etc/rc.conf.local , -and add in values as desired. +.Pq this may need to be created from scratch . +Values can then be added in as desired. .Ss Check hostname Use the .Ic hostname -- cgit v1.2.3