# this file maintained at http://git.mdcc.cx/uruk.git
#
# configuration for /etc/init.d/uruk.  Install in /etc/default/uruk (Debian) or
# /etc/sysconfig/uruk (Red Hat)

# Some helpers are installed in /lib/uruk/init
PATH=/lib/uruk/init:$PATH

# enable_uruk_check - wether to check for existence and sanity of uruk rc
# file; set to false if you don't like this, e.g. when using the uruk initscript
# for managing saved rulesets only (i.e. not for calling uruk or uruk-save)
## enable_uruk_check=false

# enable_ipv6 - set to false to disable IPv6 support.
## enable_ipv6=false
# we dynamically decide wether we'd like to filter IPv6 traffic
enable_ipv6=$(enable-ipv6)

# enable calling the unstable uruk-save script
## enable_uruk_save=true
#
# uncomment to disable displaying a warning before each uruk-save call
## enable_uruk_save_warning=false
#
# set enable_autosave to "false" to disable autosaving the active ruleset
# when going from start to stop
## enable_autosave=false
#
# set enable_save_counters to "false" to disable saving table counters with
# rulesets
## enable_save_counters=false
