Change the default for ntpd back to -s, the bug which triggered this
[dragonfly.git] / contrib / ntp / libparse / mkinfo_rcmd.sed
1 1i\
2 \
3 cmd_info_t trimble_rcmds[] = {
4 s!^#define[     ][      ]*\(CMD_R[^     ]*\)[   ][      ]*\([^  ]*\)[   ][      ]*/\*[  ][      ]*\(.*\)[       ]*:\([^:]*\):\([^:]*\)[         ][      ]*\*/!  { \1, "\1", "\3 (\2)", "\4", \5 },!p
5 $a\
6         { 0xFF, "", "" }\
7 };\
8