Skip to content

Commit

Permalink
Project issue #992.
Browse files Browse the repository at this point in the history
- wrong package installing tinydns
  • Loading branch information
dterweij committed Feb 23, 2014
1 parent 76ab0f5 commit 777306c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kloxo/httpdocs/htmllib/lib/dns/dnslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ static function switchProgramPre($old, $new)
lxshell_return("rpm", "-e", "djbdns");
lunlink("/etc/init.d/djbdns");
} else {
lxshell_return("yum", "-y", "install", "djbdns", "daemontools");
lxshell_return("yum", "-y", "install", "djbdns", "daemontools-toaster");
if ($ret) { throw new lxexception('install_djbdns_failed', 'parent'); }
lxshell_return("service", "named", "stop");
lxfile_rm_rec("/var/tinydns");
Expand Down
2 changes: 1 addition & 1 deletion kloxo/httpdocs/htmllib/lib/dns/driver/dns__djbdnslib.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Dns__djbdns extends lxDriverClass {

static function installMe()
{
lxshell_return("yum", "-y", "install", "djbdns", "daemontools");
lxshell_return("yum", "-y", "install", "djbdns", "daemontools-toaster");
if ($ret) { throw new lxexception('install_djbdns_failed', 'parent'); }
lxfile_rm_rec("/var/tinydns");
lxfile_rm_rec("/var/axfrdns");
Expand Down

0 comments on commit 777306c

Please sign in to comment.