2004-05-03 11:59:46 +01:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
2004-01-27 22:29:49 +00:00
|
|
|
<sect1 id="ch-scripts-setclock">
|
2005-01-30 11:27:57 +00:00
|
|
|
<title>Configuring the setclock Script</title>
|
2004-05-03 11:59:46 +01:00
|
|
|
<?dbhtml filename="setclock.html"?>
|
2001-09-26 01:35:10 +01:00
|
|
|
|
2004-05-03 11:59:46 +01:00
|
|
|
|
2001-07-22 20:45:10 +01:00
|
|
|
<para>Create a new file <filename>/etc/sysconfig/clock</filename> by running
|
|
|
|
the following:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-06-19 17:54:58 +01:00
|
|
|
<screen><userinput>cat > /etc/sysconfig/clock << "EOF"
|
2005-01-30 12:51:22 +00:00
|
|
|
<literal># Begin /etc/sysconfig/clock
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-03-11 21:00:00 +00:00
|
|
|
UTC=1
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2005-01-30 12:51:22 +00:00
|
|
|
# End /etc/sysconfig/clock</literal>
|
2004-06-19 17:54:58 +01:00
|
|
|
EOF</userinput></screen>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect1>
|