INN commit: branches/2.6 (configure.ac doc/pod/inn.conf.pod)

INN Commit rra at isc.org
Sun Jan 3 21:02:38 UTC 2021


    Date: Sunday, January 3, 2021 @ 13:02:37
  Author: iulius
Revision: 10481

Add a comment in configure.ac and fix POD typo from previous commits

Modified:
  branches/2.6/configure.ac
  branches/2.6/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	2021-01-03 21:01:33 UTC (rev 10480)
+++ configure.ac	2021-01-03 21:02:37 UTC (rev 10481)
@@ -587,6 +587,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	2021-01-03 21:01:33 UTC (rev 10480)
+++ doc/pod/inn.conf.pod	2021-01-03 21:02:37 UTC (rev 10481)
@@ -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