Skip to content

Commit

Permalink
clusterd: Remove call to amq
Browse files Browse the repository at this point in the history
amd automounted is gone on all systems, so don't try to call amq.
donald committed Jun 13, 2018
1 parent 5aa3a28 commit 3adb42f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions clusterd/clusterd
Original file line number Diff line number Diff line change
@@ -566,7 +566,7 @@ our $CLUSTER_PW_FILE='/etc/clusterd.password';
our $OLD_CLUSTER_PW_FILE='/root/clusterd.password';
our $CLUSTER_PW_TIMESTAMP=0;

$ENV{'PATH'} = '/usr/local/bin:/sbin:/usr/sbin:/bin'.($ENV{PATH}?':'.$ENV{PATH}:''); # for amq , ps , tar (gnu!)
$ENV{'PATH'} = '/usr/local/bin:/sbin:/usr/sbin:/bin'.($ENV{PATH}?':'.$ENV{PATH}:''); # for ps , tar (gnu!)

#---------------------------------------------------------- UDP

@@ -792,7 +792,6 @@ sub udp_rx_amdtardata {

warn "installed /etc/amd - ",Digest::MD5::md5_hex($digest),"\n";
$INSTALLED_DIGEST=$digest;
system 'amq','-f';
system '/sbin/make-automaps';
}

0 comments on commit 3adb42f

Please sign in to comment.