Thanks Petr,

Could you try the attached patch? The 1.4 production release is next Tuesday, so I could get this into the next version of of Debian packages if it works for you.

Allison
Index: config/init/hints.pm
===================================================================
--- config/init/hints.pm	(revision 40086)
+++ config/init/hints.pm	(working copy)
@@ -37,6 +37,7 @@
     my $hints_used = 0;
 
     my $osname = lc( $conf->data->get_p5('OSNAME') );
+    $osname = 'linux' if ($osname eq 'kfreebsd');
     my $hints_file = catfile('config', 'init', 'hints', "$osname.pm");
     if ( -f $hints_file ) {
         my $hints_pkg = "init::hints::" . $osname;

Reply via email to