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.
  • Loading branch information
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
Expand Up @@ -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

Expand Down Expand Up @@ -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';
}

Expand Down

0 comments on commit 3adb42f

Please sign in to comment.