diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/perlivp.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/perlivp.PL b/utils/perlivp.PL index f89ba0bc46..bd182a5d4d 100644 --- a/utils/perlivp.PL +++ b/utils/perlivp.PL @@ -313,6 +313,7 @@ while (($var, $val) = each %Config) { $h_file = 'sys/resource' if $h_file eq 'sysresrc'; $h_file = 'sys/select' if $h_file eq 'sysselct'; $h_file = 'sys/security' if $h_file eq 'syssecrt'; + $h_file = 'rpcsvc/dbm' if $h_file eq 'rpcsvcdbm'; # This ought to distinguish syslog from sys/syslog. # (NB syslog.ph is heavily used for the DBI pre-requisites). $h_file =~ s{^sys(\w.+)}{sys/$1} unless $h_file eq 'syslog'; |