# HG changeset patch
# User godisch
# Date 1048922524 0
# Node ID 014146ed83bf44f7e7ff0cb190582adb28455342
# Parent  c036f2b5557679a5154960075646b6f72bcec0d5
[svn] cleanup

diff -r c036f2b55576 -r 014146ed83bf debian/config
--- a/debian/config	Sat Mar 29 07:14:12 2003 +0000
+++ b/debian/config	Sat Mar 29 07:22:04 2003 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: config 501 2003-03-29 07:14:12Z godisch $
+# $Id: config 502 2003-03-29 07:22:04Z godisch $
 
 set -e
 . /usr/share/debconf/confmodule
@@ -94,33 +94,15 @@
 laststate=7
 while [ "$state" -ge 0 -a "$state" -le "$laststate" ]; do
 	case "$state" in
-	0)
-		db_input high noffle/debconf || :
-		;;
-	1)
-		db_input low noffle/port || :
-		;;
-	2)
-		db_input high noffle/server || :
-		;;
-	3)
-		db_input medium noffle/username || :
-		;;
-	4)
-		db_get noffle/username
-		if [ "$RET" ]; then
-			db_input medium noffle/password || :
-		fi
-		;;
-	5)
-		db_input medium noffle/fetchmode || :
-		;;
-	6)
-		db_input medium noffle/maxfetch || :
-		;;
-	7)
-		db_input low noffle/default-expire || :
-		;;
+	0)	db_input high noffle/debconf    || :;;
+	1)	db_input low noffle/port        || :;;
+	2)	db_input high noffle/server     || :;;
+	3)	db_input medium noffle/username || :;;
+	4)	db_get noffle/username
+		[ "$RET" ] && db_input medium noffle/password || :;;
+	5)	db_input medium noffle/fetchmode   || :;;
+	6)	db_input medium noffle/maxfetch    || :;;
+	7)	db_input low noffle/default-expire || :;;
 	esac
 	if db_go; then
 		if [ "$state" -eq 0 ]; then