summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-07-09 19:01:46 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-07-09 19:01:46 +0000
commit34d0329b658cb7d1d58bd1c84ca3cdb800702b6e (patch)
treee3473b98880f0e9db416a6b994626ea204802bfc
parent69f6d4445094b9f39ceef925a531428898cc4e1f (diff)
add section on ntpd;
ok henning@ deraadt@
-rw-r--r--share/man/man8/afterboot.820
1 files changed, 19 insertions, 1 deletions
diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8
index abd03b68cb7..7796f10a38c 100644
--- a/share/man/man8/afterboot.8
+++ b/share/man/man8/afterboot.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: afterboot.8,v 1.94 2004/07/08 11:02:03 jmc Exp $
+.\" $OpenBSD: afterboot.8,v 1.95 2004/07/09 19:01:45 jmc Exp $
.\"
.\" Copyright (c) 1997 Marshall M. Midden
.\" All rights reserved.
@@ -406,6 +406,21 @@ to
.Pa master
and editing it and creating other maps as needed.
Alternatively, you can get your maps with YP.
+.Ss Clock synchronisation
+In order to make sure the system clock is synchronised
+to that of a publicly accessible NTP server,
+make sure that
+.Pa /etc/rc.conf.local
+contains the following:
+.Pp
+.Dl ntpd_flags=\&"\&"
+.Pp
+See
+.Xr ntpd 8 ,
+.Xr rdate 8 ,
+and
+.Xr timed 8
+for more information on setting the system's date.
.Sh CHANGING /etc FILES
The system should be usable now, but you may wish to do more customizing,
such as adding users, etc.
@@ -879,13 +894,16 @@ boot time in the kernel image.
.Xr named 8 ,
.Xr netstart 8 ,
.Xr newaliases 8 ,
+.Xr ntpd 8 ,
.Xr portmap 8 ,
.Xr rbootd 8 ,
.Xr rc 8 ,
+.Xr rdate 8 ,
.Xr rmt 8 ,
.Xr route 8 ,
.Xr sudo 8 ,
.Xr telnetd 8 ,
+.Xr timed 8 ,
.Xr umount 8 ,
.Xr vipw 8 ,
.Xr yp 8 ,