Lines Matching +full:hp +full:- +full:ux

6 First off,  all the standard disclaimers hold here ... HP doesn't have anthing
8 because I like to. We just happen to have a lot of HP machines around here :-)
10 on various HP platforms within the company. I can't really guarantee bug fixes
20 have to worry about adjtimed as HP-UX now has adjtime(2). The rest of you
24 Next, let me explain a bit about how this stuff works on HP-UX's that do not
36 -> cd machines
37 -> vi hpux
38 -> (change -DSYS_HPUX=? to match whatever you are running [7,8,9])
39 -> cd ..
54 * I'd suggest reading the xntp docs about now :-) ... seriously !!
67 "/usr/local/etc/adjtimed"). Using -z as an option will get you
77 * On some 320's and 835's we have had to run adjtimed with "-p 45" or
85 which is usually only while running the emulation code on HP-UX.
92 Anything else ... just drop me a line at ken@sdd.hp.com
95 Received: from host5.colby.edu (host-05.colby.edu) by host-04.colby.edu with ESMTP (1.37.109.15/Co…
96 id AA165442355; Thu, 15 Jun 1995 09:19:16 -0400
98 id AA056252339; Thu, 15 Jun 1995 09:18:59 -0400
99 Date: Thu, 15 Jun 1995 09:18:59 -0400 (EDT)
103 In-Reply-To: <9506150022.aa12727@huey.udel.edu>
104 Message-Id: <Pine.HPP.3.91.950615083549.4557A-100000@host5.colby.edu>
105 Mime-Version: 1.0
106 Content-Type: TEXT/PLAIN; charset=US-ASCII
112 --> $(TOP) is not defined in adjtime/Makefile, so "make install" can't
115 --> "make install" from the main Makefile never goes into the adjtime
129 #---daemons for Network Time Protocol (version 3.4s)
130 #---note that adjtimed is only needed for HP-UX 9.X, not 10.0
131 #---adjtimed must be running or xntpd won't work right...
132 if [ -x /usr/local/bin/adjtimed ]; then
133 /usr/local/bin/adjtimed -r & echo -n ' adjtimed'
134 if [ -x /usr/local/bin/xntpd ]; then
135 /usr/local/bin/xntpd & echo -n ' xntpd'
139 I discovered that the "-r" option of adjtimed is needed to clear out any
145 ** Jeff A. Earickson, Ph.D PHONE: 207-872-3659
147 ** Colby College, 4214 Mayflower Hill, FAX: 207-872-3555
148 ** Waterville ME, 04901-8842