#!/bin/sh -e # Only ask about the configuration if there are no hosts.{allow,deny} files if [ ! -e /etc/hosts.allow ] && [ ! -e /etc/hosts.deny ]; then . /usr/share/debconf/confmodule db_input medium tcpd/paranoid-mode || true db_go fi exit 0