From 3adb42f47275cea1da44f29ad36648589cc3690a Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 13 Jun 2018 14:47:56 +0200 Subject: [PATCH] clusterd: Remove call to amq amd automounted is gone on all systems, so don't try to call amq. --- clusterd/clusterd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/clusterd/clusterd b/clusterd/clusterd index 619ef9f..769e374 100755 --- a/clusterd/clusterd +++ b/clusterd/clusterd @@ -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'; }