]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Cleanup from Dave Mills
authorHarlan Stenn <stenn@ntp.org>
Wed, 9 Feb 2005 05:59:19 +0000 (00:59 -0500)
committerHarlan Stenn <stenn@ntp.org>
Wed, 9 Feb 2005 05:59:19 +0000 (00:59 -0500)
bk: 4209a6b7V9Jab35jh0w_RFKx2cm9ig

ntpd/ntp_config.c
ntpd/ntp_proto.c
ntpd/refclock_acts.c

index 978a4a097e8398ee67543c371b014c24b1c96b0f..dc63d344675c2481aa83805121537f34760a4b29 100644 (file)
@@ -1050,7 +1050,7 @@ getconfig(
                            temp = matchkey(tokens[i++], tos_keywords, 1);
                            if (i > ntokens - 1) {
                                msyslog(LOG_ERR,
-                                   "tinker: missing argument");
+                                   "tos: missing argument");
                                errflg++;
                                break;
                            }
index a3d7a005fbdb3f87ff47d8b7802028469a0a205b..5618b0d437b5beb887c37b2d2e31c57312f5de32 100644 (file)
@@ -3223,7 +3223,7 @@ proto_config(
                break;
 
        /*
-        * Set the cohort switch.
+        * Set the select threshold.
         */
        case PROTO_MAXDIST:
                sys_maxdist = dvalue;
index e18b16c3bf1435831eef7f681be5a63997f10eee..ebd1836bf8276bfa1aff1543f6f7a2b8ec73e76f 100644 (file)
 #define DESCRIPTION    "Automated Computer Time Service" /* WRU */
 #define REFID          "NONE"  /* default reference ID */
 #define MSGCNT         20      /* max message count */
-#define SMAX           80      /* max clockstats line length */
+#define SMAX           256     /* max clockstats line length */
 
 /*
  * Calling program modes