Project

General

Profile

Actions

Bug #2720

closed

TinyDNS does not read nameserver_*

Added by Yonas Yanfa over 11 years ago. Updated about 9 years ago.

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

tinydns.patch (621 Bytes) tinydns.patch Replace file_put_contents() with glob() Yonas Yanfa, 12/16/2012 08:14 PM
Actions

Also available in: Atom PDF