[Glibc-bsd-commits] r2700 - trunk/freebsd-utils/debian
Aurelien Jarno
aurel32 at alioth.debian.org
Mon Aug 10 07:22:29 UTC 2009
Author: aurel32
Date: 2009-08-10 07:22:29 +0000 (Mon, 10 Aug 2009)
New Revision: 2700
Modified:
trunk/freebsd-utils/debian/changelog
trunk/freebsd-utils/debian/kbdcontrol.config
Log:
* kbdcontrol: change the priority of debconf question to critical to
make sure it appears in debian-installer.
Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog 2009-08-10 07:21:20 UTC (rev 2699)
+++ trunk/freebsd-utils/debian/changelog 2009-08-10 07:22:29 UTC (rev 2700)
@@ -4,6 +4,8 @@
bug#539599).
* Add Italian Debconf translation from Luca Monducci (closes:
bug#539599).
+ * kbdcontrol: change the priority of debconf question to critical to
+ make sure it appears in debian-installer.
-- Aurelien Jarno <aurel32 at debian.org> Sun, 02 Aug 2009 12:17:35 +0200
Modified: trunk/freebsd-utils/debian/kbdcontrol.config
===================================================================
--- trunk/freebsd-utils/debian/kbdcontrol.config 2009-08-10 07:21:20 UTC (rev 2699)
+++ trunk/freebsd-utils/debian/kbdcontrol.config 2009-08-10 07:22:29 UTC (rev 2700)
@@ -7,5 +7,5 @@
. /usr/share/debconf/confmodule
db_subst kbdcontrol/keymap choices "$choices"
-db_input high kbdcontrol/keymap || true
+db_input critical kbdcontrol/keymap || true
db_go
More information about the Glibc-bsd-commits
mailing list