K 10 svn:author V 5 tobik K 8 svn:date V 27 2019-04-18T09:03:10.040553Z K 7 svn:log V 457 net/activemq: Fix rc script stop command The stop command fails because it cannot connect to activemq, so the rc script currently always kills activemq which might lead to lost data, database corruption, left-over lock files, etc. Run the stop command under the activemq user too like the jps command in activemq_check_pidfile() so that it can actually shutdown activemq. - While here fix log files location PR: 207881 Reported by: bwilliamson@bex.net END