Actions
Bug #2720
closedTinyDNS does not read nameserver_*
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
DNS Server
Target version:
-
Start date:
12/16/2012
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
Line 1137 in /usr/local/pkg/tinydns.in, line 1137, is:
if (file_put_contents("{$g['varetc_path']}/nameserver_*"))
but file_put_contents does not support wildcards. Use glob() instead.
Files
Updated by Yonas Yanfa almost 12 years ago
Sorry, the file name is
/usr/local/pkg/tinydns.inc
Updated by Kill Bill over 9 years ago
https://github.com/pfsense/pfsense-packages/pull/899 - perhaps someone's finally gonna pick it up when added as pull requests.
Updated by Chris Buechler over 9 years ago
- Status changed from New to Resolved
- Target version deleted (
2.1)
fixed, thanks
Actions