On Wed, 2009-03-04 at 20:43 +0100, Karel Zak wrote: > > - if (!noadjfile && (adjust || set || systohc || (!utc && !local_opt))) { > > + if (!noadjfile && (adjust || set || systohc || systz || (!utc && !local_opt))) { > > rc = read_adjtime(&adjtime); > > Should be: > > if (!noadjfile && (adjust || set || systohc || (!utc && !local_opt))) { > > it means: read the file when --{utc,local} are not given. > > but don't worry. I'll fix it before commit. Thanks. > Don't you want to read the file when --systz is given? It does write it out again, after all. Scott -- Scott James Remnant scott@xxxxxxxxxx
Attachment:
signature.asc
Description: This is a digitally signed message part