Bug#311574: krb5-config: package config script chokes on hyphens in krb5.conf keys

2005-06-02 Thread Sam Hartman
I will do this.  Thanks for the report.



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



Bug#311574: krb5-config: package config script chokes on hyphens in krb5.conf keys

2005-06-01 Thread Sergio Gelato

Package: krb5-config
Version: 1.6

The config script for this package contains a Perl script that reads the 
[libdefaults] section and sets environment variables named after the 
entries therein.


That Perl script can't handle entries with hyphens in their names, as 
used by Heimdal.


How about adding a
   $F[0] =~ tr/-/_/;
in the obvious place?


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