Overview
Comment: | change version, documentation fixes to avoid misleading. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
6d6dfd2faa3919ab52f716d68eda2bc3 |
User & Date: | rmiller on 2011-03-06 17:45:07 |
Other Links: | manifest | tags |
Context
2011-03-06
| ||
17:46 | update INSTALL check-in: 8ae7e93632 user: rmiller tags: trunk | |
17:45 | change version, documentation fixes to avoid misleading. check-in: 6d6dfd2faa user: rmiller tags: trunk | |
17:33 | move include stuff to the include file. add new include file for packetbl_getstat check-in: 2dad03cf84 user: rmiller tags: trunk | |
Changes
Modified ChangeLog from [ca462c1213] to [e605455d6c].
1 2 3 4 5 6 7 | 7/25/04 - Changed over to autoconf (thanks to Roy Keene (packetbl at rkeene dot org) for his assistance, even though this was in the works before he sent his patch, I was able to use many of his tests) 6/22/04 | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 | 3/6/2011 - Many changes - ripped out dotconf and replaced with libconfig - cleanup 7/25/04 - Changed over to autoconf (thanks to Roy Keene (packetbl at rkeene dot org) for his assistance, even though this was in the works before he sent his patch, I was able to use many of his tests) 6/22/04 |
︙ | ︙ |
Modified INSTALL from [abf8dcfcd1] to [9f4a5474fc].
︙ | ︙ | |||
11 12 13 14 15 16 17 | I. NOTES *NOTE* This document may very will be inaccurate, if at all possible you should refer to http://wiki.duskglow.com/index.php/Packetbl for authoritative information. II. PREREQUISITES | | < < < < < | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | I. NOTES *NOTE* This document may very will be inaccurate, if at all possible you should refer to http://wiki.duskglow.com/index.php/Packetbl for authoritative information. II. PREREQUISITES 1. libconfig (required) 2. iptables (required) Iptables' library "ipq" (IP Queuing library) is required, it provides the necessary hooks to allow PacketBL to accept packets from the QUEUE target and process them. 3. FireDNS (optional) |
︙ | ︙ | |||
58 59 60 61 62 63 64 | d. --with-stats-socket=/path/to/socket This option allows one to specify the path to the UNIX domain socket that is used for communications between the PacketBL daemon and the "packetbl_getstat" process. Default is /tmp/.packetbl.sock. IV. CONFIGURATION | < < < < < < < < < < < < < < < | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | d. --with-stats-socket=/path/to/socket This option allows one to specify the path to the UNIX domain socket that is used for communications between the PacketBL daemon and the "packetbl_getstat" process. Default is /tmp/.packetbl.sock. IV. CONFIGURATION To be replaced. A sample config file is provided. V. COMMAND LINE ARGUMENTS 1. PacketBL supports a minimal number of command line arguments, since most configuration should be done in the configuration file (see previous section). The following is a complete list of supported command line arguments: a. "-q" |
︙ | ︙ |
Modified autom4te.cache/output.0 from [0675b2e82e] to [bb9c1cf25a].
1 2 | @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. | | | 1 2 3 4 5 6 7 8 9 10 | @%:@! /bin/sh @%:@ Guess values for system-dependent variables and create Makefiles. @%:@ Generated by GNU Autoconf 2.66 for packetbl 0.7-beta1. @%:@ @%:@ @%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software @%:@ Foundation, Inc. @%:@ @%:@ |
︙ | ︙ | |||
545 546 547 548 549 550 551 | subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='packetbl' PACKAGE_TARNAME='packetbl' | | | | 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 | subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='packetbl' PACKAGE_TARNAME='packetbl' PACKAGE_VERSION='0.7-beta1' PACKAGE_STRING='packetbl 0.7-beta1' PACKAGE_BUGREPORT='' PACKAGE_URL='' # Factoring default headers for most tests. ac_includes_default="\ #include <stdio.h> #ifdef HAVE_SYS_TYPES_H |
︙ | ︙ | |||
1213 1214 1215 1216 1217 1218 1219 | # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF | | | 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 | # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures packetbl 0.7-beta1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. |
︙ | ︙ | |||
1279 1280 1281 1282 1283 1284 1285 | --host=HOST cross-compile to build programs to run on HOST [BUILD] --target=TARGET configure for building compilers for TARGET [HOST] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in | | | 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 | --host=HOST cross-compile to build programs to run on HOST [BUILD] --target=TARGET configure for building compilers for TARGET [HOST] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of packetbl 0.7-beta1:";; esac cat <<\_ACEOF Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-firedns If enabled, firedns is used for the name resolution |
︙ | ︙ | |||
1367 1368 1369 1370 1371 1372 1373 | cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF | | | 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 | cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF packetbl configure 0.7-beta1 generated by GNU Autoconf 2.66 Copyright (C) 2010 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit |
︙ | ︙ | |||
1665 1666 1667 1668 1669 1670 1671 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} } @%:@ ac_fn_c_check_header_compile cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. | | | 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} } @%:@ ac_fn_c_check_header_compile cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by packetbl $as_me 0.7-beta1, which was generated by GNU Autoconf 2.66. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { |
︙ | ︙ | |||
4621 4622 4623 4624 4625 4626 4627 | test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" | | | 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 | test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by packetbl $as_me 0.7-beta1, which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ |
︙ | ︙ | |||
4683 4684 4685 4686 4687 4688 4689 | Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ | | | 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 | Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ packetbl config.status 0.7-beta1 configured by $0, generated by GNU Autoconf 2.66, with options \\"\$ac_cs_config\\" Copyright (C) 2010 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." |
︙ | ︙ |
Modified autom4te.cache/requests from [837bb9279c] to [7956dc4e38].
︙ | ︙ | |||
11 12 13 14 15 16 17 | ], [ '/usr/share/autoconf/autoconf/autoconf.m4f', 'aclocal.m4', 'configure.in' ], { | < | | | | > < | > < > < > | | < > | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | ], [ '/usr/share/autoconf/autoconf/autoconf.m4f', 'aclocal.m4', 'configure.in' ], { 'AM_PROG_F77_C_O' => 1, '_LT_AC_TAGCONFIG' => 1, 'm4_pattern_forbid' => 1, 'AC_INIT' => 1, '_AM_COND_IF' => 1, 'AC_CANONICAL_TARGET' => 1, 'AC_CONFIG_LIBOBJ_DIR' => 1, 'AC_SUBST' => 1, 'AC_CANONICAL_HOST' => 1, 'AC_FC_SRCEXT' => 1, 'AC_PROG_LIBTOOL' => 1, 'AM_INIT_AUTOMAKE' => 1, 'AC_CONFIG_SUBDIRS' => 1, 'AM_AUTOMAKE_VERSION' => 1, 'LT_CONFIG_LTDL_DIR' => 1, 'AC_REQUIRE_AUX_FILE' => 1, 'AC_CONFIG_LINKS' => 1, 'LT_SUPPORTED_TAG' => 1, 'm4_sinclude' => 1, 'AM_MAINTAINER_MODE' => 1, 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, '_m4_warn' => 1, 'AM_PROG_CXX_C_O' => 1, '_AM_COND_ENDIF' => 1, 'AM_ENABLE_MULTILIB' => 1, 'AM_SILENT_RULES' => 1, 'AC_CONFIG_FILES' => 1, 'include' => 1, 'LT_INIT' => 1, 'AM_GNU_GETTEXT' => 1, 'AC_LIBSOURCE' => 1, 'AM_PROG_FC_C_O' => 1, 'AC_CANONICAL_BUILD' => 1, 'AC_FC_FREEFORM' => 1, 'AH_OUTPUT' => 1, '_AM_SUBST_NOTMAKE' => 1, 'AC_CONFIG_AUX_DIR' => 1, 'AM_PROG_CC_C_O' => 1, 'm4_pattern_allow' => 1, 'sinclude' => 1, 'AM_CONDITIONAL' => 1, 'AC_CANONICAL_SYSTEM' => 1, 'AC_CONFIG_HEADERS' => 1, 'AC_DEFINE_TRACE_LITERAL' => 1, 'm4_include' => 1, '_AM_COND_ELSE' => 1, 'AC_SUBST_TRACE' => 1 } ], 'Autom4te::Request' ) |
︙ | ︙ |
Modified autom4te.cache/traces.0 from [a60c0f7b2c] to [02b4b75b70].
|
| | | 1 2 3 4 5 6 7 8 | m4trace:configure.in:2: -1- AC_INIT([packetbl], [0.7-beta1]) m4trace:configure.in:2: -1- m4_pattern_forbid([^_?A[CHUM]_]) m4trace:configure.in:2: -1- m4_pattern_forbid([_AC_]) m4trace:configure.in:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS']) m4trace:configure.in:2: -1- m4_pattern_allow([^AS_FLAGS$]) m4trace:configure.in:2: -1- m4_pattern_forbid([^_?m4_]) m4trace:configure.in:2: -1- m4_pattern_forbid([^dnl$]) m4trace:configure.in:2: -1- m4_pattern_forbid([^_?AS_]) |
︙ | ︙ |
Modified config from [0d25dcff77] to [665a409a49].
1 2 3 4 | options: { allow_nonport25 = false; dryrun = false; | | | > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | options: { allow_nonport25 = false; dryrun = false; queueno = 1; quiet = false; debug = 0; }; cache: { // don't use these values, they're just a placeholder // ttl = 1 // len = 1 }; log: { facility = "daemon"; }; blacklist = [ "127.0.0.1" ]; |
Modified config.h.in from [aed8decc2f] to [e2452b9a5a].
1 2 3 4 5 | /* config.h.in. Generated from configure.in by autoheader. */ /* Define to 1 if you have the <ctype.h> header file. */ #undef HAVE_CTYPE_H | < < < > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | /* config.h.in. Generated from configure.in by autoheader. */ /* Define to 1 if you have the <ctype.h> header file. */ #undef HAVE_CTYPE_H /* Define to 1 if you have the <dotconf.h> header file. */ #undef HAVE_DOTCONF_H /* Enable if you have the optional firedns library */ #undef HAVE_FIREDNS /* Define to 1 if you have the <getopt.h> header file. */ #undef HAVE_GETOPT_H /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H /* Enable if you have the required libconfig library. */ #undef HAVE_LIBCONFIG /* Define to 1 if you have the <libipq.h> header file. */ #undef HAVE_LIBIPQ_H /* Define to 1 if you have the <libpool.h> header file. */ #undef HAVE_LIBPOOL_H |
︙ | ︙ | |||
38 39 40 41 42 43 44 | /* Enable if netlink exists */ #undef HAVE_NFNETLINK /* Enable if you have nfqueue */ #undef HAVE_NFQUEUE | < < < | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | /* Enable if netlink exists */ #undef HAVE_NFNETLINK /* Enable if you have nfqueue */ #undef HAVE_NFQUEUE /* Define if you have POSIX threads libraries and header files. */ #undef HAVE_PTHREAD /* Define to 1 if you have the <resolv.h> header file. */ #undef HAVE_RESOLV_H /* Define to 1 if you have the <stdint.h> header file. */ |
︙ | ︙ |
Modified configure from [e5605732f1] to [106305df4f].
1 2 | #! /bin/sh # Guess values for system-dependent variables and create Makefiles. | | | 1 2 3 4 5 6 7 8 9 10 | #! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.66 for packetbl 0.7-beta1. # # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software # Foundation, Inc. # # |
︙ | ︙ | |||
545 546 547 548 549 550 551 | subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='packetbl' PACKAGE_TARNAME='packetbl' | | | | 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 | subdirs= MFLAGS= MAKEFLAGS= # Identity of this package. PACKAGE_NAME='packetbl' PACKAGE_TARNAME='packetbl' PACKAGE_VERSION='0.7-beta1' PACKAGE_STRING='packetbl 0.7-beta1' PACKAGE_BUGREPORT='' PACKAGE_URL='' # Factoring default headers for most tests. ac_includes_default="\ #include <stdio.h> #ifdef HAVE_SYS_TYPES_H |
︙ | ︙ | |||
1213 1214 1215 1216 1217 1218 1219 | # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF | | | 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 | # # Report the --help message. # if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures packetbl 0.7-beta1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... To assign environment variables (e.g., CC, CFLAGS...), specify them as VAR=VALUE. See below for descriptions of some of the useful variables. Defaults for the options are specified in brackets. |
︙ | ︙ | |||
1279 1280 1281 1282 1283 1284 1285 | --host=HOST cross-compile to build programs to run on HOST [BUILD] --target=TARGET configure for building compilers for TARGET [HOST] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in | | | 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 | --host=HOST cross-compile to build programs to run on HOST [BUILD] --target=TARGET configure for building compilers for TARGET [HOST] _ACEOF fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of packetbl 0.7-beta1:";; esac cat <<\_ACEOF Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-firedns If enabled, firedns is used for the name resolution |
︙ | ︙ | |||
1367 1368 1369 1370 1371 1372 1373 | cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF | | | 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 | cd "$ac_pwd" || { ac_status=$?; break; } done fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF packetbl configure 0.7-beta1 generated by GNU Autoconf 2.66 Copyright (C) 2010 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF exit |
︙ | ︙ | |||
1665 1666 1667 1668 1669 1670 1671 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} } # ac_fn_c_check_header_compile cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. | | | 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 | eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;} } # ac_fn_c_check_header_compile cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by packetbl $as_me 0.7-beta1, which was generated by GNU Autoconf 2.66. Invocation command line was $ $0 $@ _ACEOF exec 5>>config.log { |
︙ | ︙ | |||
4621 4622 4623 4624 4625 4626 4627 | test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" | | | 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 | test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Save the log message, to keep $0 and so on meaningful, and to # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by packetbl $as_me 0.7-beta1, which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS CONFIG_COMMANDS = $CONFIG_COMMANDS $ $0 $@ |
︙ | ︙ | |||
4683 4684 4685 4686 4687 4688 4689 | Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ | | | 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 | Report bugs to the package provider." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ packetbl config.status 0.7-beta1 configured by $0, generated by GNU Autoconf 2.66, with options \\"\$ac_cs_config\\" Copyright (C) 2010 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." |
︙ | ︙ |
Modified configure.in from [9fdd4c91b3] to [5b48f01251].
1 |
| | | 1 2 3 4 5 6 7 8 9 | AC_INIT(packetbl, 0.7-beta1) AC_ARG_WITH(firedns, AC_HELP_STRING([--with-firedns], [If enabled, firedns is used for the name resolution]), [ac_cv_use_firedns=yes], [ac_cv_use_firedns=no]) AC_ARG_WITH(cache, AC_HELP_STRING([--with-cache], [If enabled, a caching mechanism is used.]), |
︙ | ︙ |
Modified packetbl.c from [e9253f6863] to [c4e4dc8395].
︙ | ︙ | |||
641 642 643 644 645 646 647 | struct ce *config_entry = NULL; int result = 0; int i = 0; const char *facstr = NULL; config = &cf; config_init(config); | | | 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 | struct ce *config_entry = NULL; int result = 0; int i = 0; const char *facstr = NULL; config = &cf; config_init(config); result = config_read_file(config, "CONFIGFILE"); if (result == CONFIG_FALSE) { if (config_error_type(config) == CONFIG_ERR_PARSE) { fprintf (stderr, "Error parsing config file %s, line %d: %s\n", config_error_file(config), config_error_line(config), config_error_text(config)); } |
︙ | ︙ |