Project

General

Profile

Actions

Bug #2720

closed

TinyDNS does not read nameserver_*

Added by Yonas Yanfa over 11 years ago. Updated almost 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 #1

Updated by Yonas Yanfa over 11 years ago

Sorry, the file name is

/usr/local/pkg/tinydns.inc

Actions #2

Updated by Kill Bill almost 9 years ago

https://github.com/pfsense/pfsense-packages/pull/899 - perhaps someone's finally gonna pick it up when added as pull requests.

Actions #3

Updated by Kill Bill almost 9 years ago

Merged and fixed ;)

Actions #4

Updated by Chris Buechler almost 9 years ago

  • Status changed from New to Resolved
  • Target version deleted (2.1)

fixed, thanks

Actions #5

Updated by Yonas Yanfa almost 9 years ago

Thanks Kill Bill and Chris Buechler!

Actions

Also available in: Atom PDF