41e59429f99da03ee989c2f3fb6b593d4110a1d6
[citadel.git] / citadel / debian / citadel-server.config
1 #!/bin/sh
2 set -e
3
4 . /usr/share/debconf/confmodule
5 if test -n "$2"; then
6  if test "`echo $2 | sed -e 's/[.-]//g'`" -lt 127 \
7          -o $1 = reconfigure
8  then
9          db_input high citadel/ServerIPAddress
10          db_input high citadel/Administrator
11          db_input high citadel/LoginType
12          db_input high citadel/Installnote
13          db_go
14  fi
15 fi
16 exit 0