aboutsummaryrefslogtreecommitdiff
path: root/sbin/adjkerntz
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1994-09-19 23:18:41 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1994-09-19 23:18:41 +0000
commit736c101eaf3b4e0f80632f8a20d0a4ed0665f0d8 (patch)
tree2bb26be7e8a0b3cfdd50a4cb60c3572eb0c5c24c /sbin/adjkerntz
parentc0b605c3d978514d0abb5c5168b2867fc9f27d93 (diff)
downloadsrc-736c101eaf3b4e0f80632f8a20d0a4ed0665f0d8.tar.gz
src-736c101eaf3b4e0f80632f8a20d0a4ed0665f0d8.zip
Correction for new sysctl interface
Notes
Notes: svn path=/head/; revision=2912
Diffstat (limited to 'sbin/adjkerntz')
-rw-r--r--sbin/adjkerntz/adjkerntz.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/adjkerntz/adjkerntz.8 b/sbin/adjkerntz/adjkerntz.8
index ac8fb5fbc952..9678bf26750f 100644
--- a/sbin/adjkerntz/adjkerntz.8
+++ b/sbin/adjkerntz/adjkerntz.8
@@ -56,7 +56,8 @@ initialization call from
(before any daemons are started).
.Nm Adjkerntz
makes the first adjustment and the initial time zone offset is stored into
-.Pa /var/run/.adjkerntz
+.Pa adjkerntz
+kernel variable
for following subsequent
.Nm adjkerntz
calls.
@@ -67,7 +68,8 @@ uses the previously stored
time zone offset and the changed time zone rule to
produce the new time zone offset, fix the kernel time and store the new
offset into
-.Pa /var/run/.adjkerntz
+.Pa adjkerntz
+kernel variable
too.
It is recommended to use this form in root's
.Xr crontab 5
@@ -101,8 +103,6 @@ Link to the current zone info file, see
Empty file.
Presence of it indicates that the machine runs wall CMOS clock,
absence indicates UTC CMOS clock.
-.It Pa /var/run/.adjkerntz
-Text file with the stored current time zone offset in seconds.
.Sh SEE ALSO
.Xr tzset 3 ,
.Xr zic 8 ,