INN commit: trunk (configure.ac doc/pod/inn.conf.pod)
INN Commit
rra at isc.org
Fri Dec 25 11:41:07 UTC 2020
Date: Friday, December 25, 2020 @ 03:41:06
Author: iulius
Revision: 10472
Add a comment in configure.ac and fix POD typo from previous commits
Modified:
trunk/configure.ac
trunk/doc/pod/inn.conf.pod
----------------------+
configure.ac | 2 ++
doc/pod/inn.conf.pod | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
Modified: configure.ac
===================================================================
--- configure.ac 2020-12-25 11:34:58 UTC (rev 10471)
+++ configure.ac 2020-12-25 11:41:06 UTC (rev 10472)
@@ -594,6 +594,8 @@
strlcat strlcpy strspn strtok symlink)
dnl Probe for fseeko and ftello, which take off_t instead of int.
+dnl The logic in clibrary.h is based on the presence of fseeko, and then
+dnl for large file support, so keep that order here too.
AC_FUNC_FSEEKO
if test x"$inn_enable_largefiles" = xyes ; then
AC_CHECK_DECLS([fseeko, ftello])
Modified: doc/pod/inn.conf.pod
===================================================================
--- doc/pod/inn.conf.pod 2020-12-25 11:34:58 UTC (rev 10471)
+++ doc/pod/inn.conf.pod 2020-12-25 11:41:06 UTC (rev 10472)
@@ -359,7 +359,7 @@
In order not to actually process any cancel or supersedes messages,
you can start B<innd> with the B<-C> flag, or add this flag to the
-F<innflags> parameter.
+I<innflags> parameter.
=item I<verifygroups>
More information about the inn-committers
mailing list