mirror of
https://github.com/opnsense/src.git
synced 2026-04-13 21:36:47 -04:00
9 lines
145 B
Text
9 lines
145 B
Text
/* -*- Mode: Text -*- */
|
|
|
|
#ifndef __windows__
|
|
rcfile = ".ntprc";
|
|
#else
|
|
rcfile = "ntp.ini";
|
|
#endif
|
|
|
|
homerc = $HOME, ".";
|