Gerhard Hofmann wrote:
> 
> 3. make some additions to todo.pl (maybe someone could fix this in CVS?)
> ---snip---
> elsif ($product_name eq 'Microsoft Windows XP') {
>          $os = 'winxp';
>      }
>      elsif ($product_name eq 'Microsoft Windows Server 2003') {
>          $os = 'ws2k3';
>      }
>      elsif ($product_name eq 'Microsoft Windows Server 2003 R2') {
>          $os = 'ws2k3';
>      }
>      elsif ($product_name eq 'Windows Vista (TM) Business') {
>          $os = 'vista';
>      }
>      elsif ($product_name eq 'Windows Vista (TM) Ultimate') {
>          $os = 'vista';
>      }
> ---snip---
I've committed it, thank you.

-- 
Eugene

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to