Ingo Steuwer <[EMAIL PROTECTED]> writes:

> Hello,
> 
> troubleshooting some problems with special options for a network card we
> needed to change the file IniFile.pm (in install/lib/Unattend):
> 
> my $nq_out_chars = qr{[az-A-Z0-9_.,<>:/\-%\\\*]};

I think you meant qr{[a-zA-Z0-9_.,<>:/\-%\\\*]}.

> to:
> 
> my $nq_out_chars = qr{[az-A-Z0-9_.,<>:/\-%\\\*\$\~]};

Similarly.  :-)

> Would be great if you can include this to your next release. 

Done.  Thank you!

 - Pat


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
unattended-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/unattended-devel

Reply via email to