Bug#227691: modconf: I can't enter in kernel/drivers/net section

2004-02-03 Thread John Lightsey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

tags 227691 + patch
thanks

The module descriptions in /usr/share/modconf/eval_C contain escaped double 
quotes which are interprited incorrectly at runtime.  The attached patch 
fixed the problem at runtime by passing the dscriptions though sed.  A better 
approach would be to double escape the quotes when eval_C and friends are 
built since piping all the descriptions through sed produces a noticeable 
(for me) delay.


John
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAH+73BYeybkXz+/kRAgOSAJ9lx5KvjS0AQpX254pXU/RsCr9z9wCghcBh
1yQaeDKq/Gq6VvHSoxrT8hc=
=NuOi
-END PGP SIGNATURE-
--- util.orig	2004-02-03 12:41:30.0 -0600
+++ util	2004-02-03 12:42:12.0 -0600
@@ -129,6 +129,7 @@
 
   eval "summary=$`echo -e summary_$modulevarname`"
   if [ -n "$summary" ]; then
+summary=`echo -n $summary | sed -e 's/\"/\\\"/g'`
 echo -n "$summary"
   else
 echo -n "$msg_Desc_not_avail"


Processed: Re: Bug#227691: modconf: I can't enter in kernel/drivers/net section

2004-01-23 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 227691 serious
Bug#227691: modconf: I can't enter in kernel/drivers/net section
Severity set to `serious'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#227691: modconf: I can't enter in kernel/drivers/net section

2004-01-23 Thread Eduard Bloch
severity 227691 serious
thanks

#include 
* willy [Wed, Jan 14 2004, 12:36:24PM]:
> Package: modconf
> Version: 0.2.45
> Severity: important
> 
> If i try to select kernel/drivers/net modules section it return
> to modules section main list.
> I can't choose net modules.

Something that must be fixed before the Sarge release.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#227691: modconf: I can't enter in kernel/drivers/net section

2004-01-14 Thread willy
Package: modconf
Version: 0.2.45
Severity: important

If i try to select kernel/drivers/net modules section it return
to modules section main list.
I can't choose net modules.



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux debian 2.6.1-586-nfb #1 Sat Jan 10 14:34:35 CET 2004 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages modconf depends on:
ii  modutils  2.4.26-1   Linux module utilities
ii  whiptail [whiptail-provider]  0.51.4-18  Displays user-friendly dialog boxe

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]