bk: 5c6d921akaEO5KMZp03PxlM-OAbBqQ
case "$NTP_BDIR" in
'')
case "$IAM" in
- *.ntp.org)
+ *.ntp.org | *.ntfo.org)
NTP_BDIR=host
;;
*.udel.edu)
if test ! -f $1
then
- echo "$0: $1 is not a regular file!" 2>&3
+ echo "$0: $1 is not a regular file!" 1>&2
exit 1
fi
if grep -q 'no --help' $1
then
- echo "$0: $1 contains 'no --help'!" 2>&3
+ echo "$0: $1 contains 'no --help'!" 1>&2
mv ${1} ${1}-
exit 1
fi
* @{
*/
/// autoopts structure version
-#define OPTIONS_STRUCT_VERSION 167936
+#define OPTIONS_STRUCT_VERSION 167937
/// autoopts structure version string
#define OPTIONS_VERSION_STRING "41:0:16"
/// minimum version the autoopts library supports
* tolerable version is at least as old as what was current when the header
* template was released.
*/
-#define AO_TEMPLATE_VERSION 167936
+#define AO_TEMPLATE_VERSION 167937
#if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
|| (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
# error option template version mismatches autoopts/options.h header