ea906c4152
will update usr.sbin/ntp to match this. MFC after: 2 weeks
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
/* -*- Mode: Text -*- */
|
|
|
|
#ifndef __windows__
|
|
rcfile = ".ntprc";
|
|
#else
|
|
rcfile = "ntp.ini";
|
|
#endif
|
|
|
|
homerc = $HOME, ".";
|