Skip to content

Commit 2f47487

Browse files
author
A. Täffner
committed
absolute path -> relative path
1 parent 3a203e1 commit 2f47487

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

server/plugins-available/bind_plugin.inc.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,7 @@ function soa_update($event_name, $data) {
268268
//* Check the zonefile
269269
if(is_file($filename.'.err')) unlink($filename.'.err');
270270
$out=array();
271-
<<<<<<< HEAD
272271
exec('named-checkzone '.escapeshellarg($zone['origin']).' '.escapeshellarg($filename.'.pending').' 2>&1', $out, $return_status);
273-
=======
274-
exec('/usr/sbin/named-checkzone '.escapeshellarg($zone['origin']).' '.escapeshellarg($filename.'.pending').' 2>&1', $out, $return_status);
275-
>>>>>>> Zone-Checking improved
276272
$statustext='';
277273
foreach ($out as $line) $statustext .= $line."\n";
278274
if($return_status === 0) {

0 commit comments

Comments
 (0)