]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Cleanup from Dave Mills
authorHarlan Stenn <stenn@ntp.org>
Sat, 11 Oct 2003 08:01:59 +0000 (04:01 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 11 Oct 2003 08:01:59 +0000 (04:01 -0400)
bk: 3f87b8f7_JR838Je86oYZ2NtOKdM3w

html/hints/sco.html

index 7aca182da277d832dc2f0490543fab8531db4744..bd08e981bcfc878a57e946efb0e6e0fefd71efad 100644 (file)
@@ -1,42 +1,24 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
-<HTML>
-<HEAD>
-  <TITLE>SCO Unix hints</title><link href="scripts/style.css" type="text/css" rel="stylesheet">
+<html>
 
-</HEAD>
-<BODY>
-  <H1>SCO Unix hints</H1>
+       <head>
+               <title>SCO Unix hints</title>
+               <link href="scripts/style.css" type="text/css" rel="stylesheet">
+       </head>
 
-  <H2>Older SCO Unix versions</H2>
-  <P>
-    NTP 4.0.x does not run on SCO Unix prior to version 3.2.5.0.0. If you 
-    need NTP on an older SCO Unix system and don't mind to modify your
-    kernel, use 3.5.91 which has patches for SCO Unix 3.2.4.x. Apply the
-    kernel modifications as described in 
-    <A HREF="http://www.echelon.nl/en/ntp/sco3-recipe.html">XNTP on SCO
-    3.2.4.2</A>.
+       <body>
+               <h1>SCO Unix hints</h1>
+               <h2>Older SCO Unix versions</h2>
+               <p>NTP 4.0.x does not run on SCO Unix prior to version 3.2.5.0.0. If you need NTP on an older SCO Unix system and don't mind to modify your kernel, use 3.5.91 which has patches for SCO Unix 3.2.4.x. Apply the kernel modifications as described in <a href="http://www.echelon.nl/en/ntp/sco3-recipe.html">XNTP on SCO 3.2.4.2</a>.</p>
+               <h2>Compiling NTP</h2>
+               <p>Delete the old SCO supplied NTP programs using the &quot;custom&quot; utility. Run the NTP configure program with CFLAGS=&quot;-b elf -K <i>processor-type</i>&quot; for best results.</p>
+               <h2>Running NTP</h2>
+               <p>Run &quot;tickadj -As&quot; after every reboot to set the variables &quot;clock_drift&quot; and &quot;track_rtc&quot; to the right values.</p>
+               <p>Run &quot;ntpd&quot; with a high negative nice-value, i.e. &quot;nice --19 ntpd&quot; for best results.</p>
+               <h2>More information</h2>
+               <p>More information on the way SCO Unix and NTP interact can be found in <a href="http://www.echelon.nl/en/ntp/ntp-on-sco.html">NTP on SCO Unix</a>, which includes links to precompiled versions of NTP.</p>
+               <p><a href="mailto:kees@echelon.nl">Kees Hendrikse</a>, January 1999</p>
+       </body>
 
-  <H2>Compiling NTP</H2>
-  <P>
-    Delete the old SCO supplied NTP programs using the &quot;custom&quot;
-    utility. Run the NTP configure program with CFLAGS=&quot;-b elf -K
-    <I>processor-type</I>&quot; for best results. 
-
-  <H2>Running NTP</H2>
-  <P>
-    Run &quot;tickadj -As&quot; after every reboot to set the variables
-    &quot;clock_drift&quot; and &quot;track_rtc&quot; to the right values.
-  <P>
-    Run &quot;ntpd&quot; with a high negative nice-value, i.e.
-    &quot;nice --19 ntpd&quot; for best results.
-
-  <H2>More information</H2>
-  <P>
-    More information on the way SCO Unix and NTP interact can be found in
-    <A HREF="http://www.echelon.nl/en/ntp/ntp-on-sco.html">NTP on SCO Unix</A>,
-    which includes links to precompiled versions of NTP. 
-  <P>
-    <A HREF="mailto:kees@echelon.nl">Kees Hendrikse</A>, January 1999
-</BODY>
-</HTML>
+</html>
\ No newline at end of file