config is in aolserver4-daemon 4.5.1-15.
This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | #! /bin/sh -e
# config script for aolserver
#
# see: dh_installdebconf(1)
. /usr/share/debconf/confmodule
db_input medium aolserver4/hostname || true
db_go
db_input medium aolserver4/address || true
db_go
db_input medium aolserver4/port || true
db_go
db_stop
|