Gerhard wrote:
> ... 
> Because MS makes so many different editions of their products, it's very
> difficult to "catch all" in todo.pl
> 
> Maybe it would be a good idea to do substring instead of exact string
> matches?
> 
> Like this:
>    $product_name contains "Vista" --> $os = "vista"
>    $product_name contains "2008"  --> $os = "win2008"
> 
> Second idea:
> Change the line
>    die "Unrecognized $pn_key: $product_name";
> to
>    $os = 'unknown_os';
> 
> My appsonly script would have no problem with that, but could that break 
> things for people doing operating system + applications installs?

In the meantime, a new version of todo.pl is in the SVN repository.

Juan, thanks for helping!

Regards
Gerhard


------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
unattended-info mailing list
unattended-info@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unattended-info

Reply via email to