Actions
Bug #15132
openbind-tools 9.18 pkg moved dnssec-* tools from sbin to bin
Status:
New
Priority:
Normal
Assignee:
-
Category:
BIND
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
2.7.x
Affected Plus Version:
Affected Architecture:
All
Description
In bind.inc, the path to dnssec-keygen and dnssec-dsfromkey are hard coded to the /user/local/sbin/ directory. In bind-tools 9.18, they were moved to /usr/local/bin/
https://github.com/pfsense/FreeBSD-ports/commit/279801056eb46b74ce3828a77a7b679225817a2d
The following two lines need to be updated in FreeBSD-ports/dns/pfSense-pkg-bind/files/usr/local/pkg/bind.inc:
$dnssec_bin = "/usr/local/ sbin /dnssec-keygen";
...
$dsfromkey = "/usr/local/ sbin /dnssec-dsfromkey";
Actions