# HG changeset patch # User godisch # Date 1056128089 -3600 # Node ID 14b909051b8d387ad215cd65f84ba32e8cab4106 # Parent ee231af1b0d81b7e268431d116613108af984dea [svn] changed noffle/port to priority medium diff -r ee231af1b0d8 -r 14b909051b8d debian/config --- a/debian/config Fri Jun 20 17:50:22 2003 +0100 +++ b/debian/config Fri Jun 20 17:54:49 2003 +0100 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: config 568 2003-06-20 16:48:28Z godisch $ +# $Id: config 570 2003-06-20 16:54:49Z godisch $ set -e . /usr/share/debconf/confmodule @@ -19,7 +19,7 @@ state=1 while [ "$state" -ge 1 -a "$state" -le 7 ]; do case "$state" in - 1) db_input low noffle/port || : + 1) db_input medium noffle/port || : ;; 2) db_input high noffle/server || : ;;