Hi.
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.
Unfortunately, it does not work.
This one (also tested) is better:
--- config/init/hints.pm
+++ config/init/hints.pm
@@ -37,6 +37,7 @@
my $hints_used = 0;
my $osname = lc( $conf->data->get_p5('OSNAME') );
+ $osname = 'linux' if ($osname eq 'gnukfreebsd');
my $hints_file = catfile('config', 'init', 'hints', "$osname.pm");
if ( -f $hints_file ) {
my $hints_pkg = "init::hints::" . $osname;
Petr
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]