comparison debian/config @ 427:14b909051b8d noffle

[svn] changed noffle/port to priority medium
author godisch
date Fri, 20 Jun 2003 17:54:49 +0100
parents c2fd00030991
children
comparison
equal deleted inserted replaced
426:ee231af1b0d8 427:14b909051b8d
1 #!/bin/sh 1 #!/bin/sh
2 # $Id: config 568 2003-06-20 16:48:28Z godisch $ 2 # $Id: config 570 2003-06-20 16:54:49Z godisch $
3 3
4 set -e 4 set -e
5 . /usr/share/debconf/confmodule 5 . /usr/share/debconf/confmodule
6 db_version 2.0 6 db_version 2.0
7 db_capb backup 7 db_capb backup
17 17
18 # input configuration using backup capability, see debconf-devel(8) 18 # input configuration using backup capability, see debconf-devel(8)
19 state=1 19 state=1
20 while [ "$state" -ge 1 -a "$state" -le 7 ]; do 20 while [ "$state" -ge 1 -a "$state" -le 7 ]; do
21 case "$state" in 21 case "$state" in
22 1) db_input low noffle/port || : 22 1) db_input medium noffle/port || :
23 ;; 23 ;;
24 2) db_input high noffle/server || : 24 2) db_input high noffle/server || :
25 ;; 25 ;;
26 3) db_input medium noffle/username || : 26 3) db_input medium noffle/username || :
27 ;; 27 ;;