From 66d35e2faeadd50f094ff24516fcf3d83b638ea5 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Mon, 25 Sep 2017 23:14:26 -0400 Subject: [PATCH] Stop touching apache from opensrf init script --- files_for_build/eg_opensrf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/files_for_build/eg_opensrf b/files_for_build/eg_opensrf index e4f4202..2d6c111 100755 --- a/files_for_build/eg_opensrf +++ b/files_for_build/eg_opensrf @@ -62,22 +62,22 @@ autogen() { case "$1" in start) start_opensrf - /etc/init.d/apache2-websockets stop - /etc/init.d/apache2 restart - /etc/init.d/apache2-websockets start +# /etc/init.d/apache2-websockets stop +# /etc/init.d/apache2 restart +# /etc/init.d/apache2-websockets start ;; stop) stop_opensrf ;; restart) - /etc/init.d/apache2-websockets stop - /etc/init.d/apache2 stop +# /etc/init.d/apache2-websockets stop +# /etc/init.d/apache2 stop log_daemon_msg "Restarting Evergreen OpenSRF:" stop_opensrf sleep 2 start_opensrf - /etc/init.d/apache2-websockets start - /etc/init.d/apache2 start +# /etc/init.d/apache2-websockets start +# /etc/init.d/apache2 start ;; autogen) autogen -- 2.11.0