On Thu, 21 Nov 2019, dmitry.sensei wrote:

Date: Thu, 21 Nov 2019 15:48:44 +0500
From: dmitry.sensei <[email protected]>
To: [email protected]
Subject: How to setup date on startup with ntpd on OpenBSD
>
Since "-s" key had been deleted how I can setup time on startup?
--
Dmitry Orlov


Take a look at your /etc/rc.conf, but don't edit it. It probably says:

ntpd_flags=

which means it is turned on. Then open your /etc/rc.conf.local. If there is an entry that says:

ntpd_flags=NO

Comment this out to read:

# ntpd_flags=NO

Notice that the base rc.conf file says DO NOT EDIT THIS FILE!
which is probably just precaution, and says to edit the /etc/rc.conf.local

Anyway, you get the idea...

Clay

[email protected]
SDF Public Access UNIX System - http://sdf.org

Reply via email to