Your message dated Sun, 3 Aug 2008 06:37:28 +0100 with message-id <[EMAIL PROTECTED]> and subject line Re: Please correct strange "( release , arch)" spacing in menu has caused the Debian Bug report #493545, regarding Please correct strange "( release , arch )" spacing in menu to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [EMAIL PROTECTED] immediately.) -- 493545: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=493545 Debian Bug Tracking System Contact [EMAIL PROTECTED] with problems
--- Begin Message ---Package: di-netboot-assistant Version: 0.36 Tags: patch Severity: minor The spacing on in the generated menus is very strange: Debian Installer ( lenny , i386 ) Debian Installer ( lenny , amd64 ) It looks much more natural using the parenthesis and commas as follows: Debian Installer (lenny, i386) Debian Installer (lenny, amd64) Patch attached. Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20diff -urNad di-netboot-assistant-0.36.orig/usr/bin/di-netboot-assistant di-netboot-assistant-0.36/usr/bin/di-netboot-assistant --- di-netboot-assistant-0.36.orig/usr/bin/di-netboot-assistant 2008-08-03 06:26:11.000000000 +0100 +++ di-netboot-assistant-0.36/usr/bin/di-netboot-assistant 2008-08-03 06:26:51.000000000 +0100 @@ -487,7 +487,7 @@ fi echo "LABEL $release-$arch" >> $menufragment - printf " MENU LABEL Debian Installer %-20s [SUB-MENU]\n" "( $release , $arch )" >> $menufragment + printf " MENU LABEL Debian Installer %-20s [SUB-MENU]\n" "($release, $arch)" >> $menufragment if [ ! -z "$(grep -Eiq "^[[:blank:]]*prompt[[:blank:]]+0" "$expand_dir/pxelinux.cfg/default" && grep -Eiq "^[[:blank:]]*default[[:blank:]].*/vesamenu.c32" "$expand_dir/pxelinux.cfg/default" && echo ok)" ]; then @@ -509,7 +509,7 @@ if [ -f "$menufragment_serial9600" ]; then echo "LABEL $release-$arch" >> $menufragment_serial9600 - printf " MENU LABEL Debian Installer %-20s [SUB-MENU]\n" "( $release , $arch )" >> $menufragment_serial9600 + printf " MENU LABEL Debian Installer %-20s [SUB-MENU]\n" "($release, $arch)" >> $menufragment_serial9600 echo " KERNEL debian-installer/pxelinux.cfg/$SYSLINUXMENU" >> $menufragment_serial9600 echo " APPEND debian-installer/$release/$arch/pxelinux.cfg.serial-9600/default" >> $menufragment_serial9600 echo "" >> $menufragment_serial9600
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Hi, Closing duplicate of #493544: twitchy mail client - sorry! Regards, -- Chris Lamb, UK [EMAIL PROTECTED] GPG: 0x634F9A20
signature.asc
Description: PGP signature
--- End Message ---

