Summary: | DNS: Remove using old DNS files | ||
---|---|---|---|
Product: | IPFire | Reporter: | Michael Tremer <michael.tremer> |
Component: | --- | Assignee: | Stefan Schantl <stefan.schantl> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | - Unknown - | ||
Priority: | - Unknown - | CC: | peter.mueller |
Version: | 2 | ||
Hardware: | unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 12233 |
What is the status of this bug? I think the bug safely can be closed because when doing the same git grep on the current master ( Core 141 ) there are no entries anymore to an old red dns file. root@tuxedo:/home/ipfire-2.x# git grep "red/dns" config/cfgroot/general-functions.pl: my $path = "${General::swroot}/red/dnssec-status"; I see, thanks for the reply. |
There are a couple of CGIs that read files that we no longer provide. Would you please have a look at them and maybe add a function to network-functions.pl that returns the currently used DNS servers? I found at least the following: > [root@fw01 ipfire-2.x]# git grep "red/dns" > config/cfgroot/general-functions.pl: my $path = "${General::swroot}/red/dnssec-status"; > config/cfgroot/ids-functions.pl: open (FILE, "${General::swroot}/red/dns") or die "Could not read DNS configuration from ${General::swroot}/red/dns. $!\n"; > html/cgi-bin/guardian.cgi: my $dns1file = "${General::swroot}/red/dns1"; > html/cgi-bin/guardian.cgi: my $dns2file = "${General::swroot}/red/dns2"; > html/cgi-bin/guardian.cgi: my $dns1file = "${General::swroot}/red/dns1"; > html/cgi-bin/guardian.cgi: my $dns2file = "${General::swroot}/red/dns2"; > html/cgi-bin/index.cgi: if ( -e "${General::swroot}/red/dns" ) { > html/cgi-bin/index.cgi: open (TMP, "<${General::swroot}/red/dns");