change execution permissions to pandora_websocket_engine rpm|deb files
This commit is contained in:
parent
ab6e790b4e
commit
6543756baf
|
@ -13,6 +13,7 @@ fi
|
||||||
|
|
||||||
# Install pandora_websocket_engine service.
|
# Install pandora_websocket_engine service.
|
||||||
cp -pf %{prefix}/pandora_console/pandora_websocket_engine /etc/init.d/
|
cp -pf %{prefix}/pandora_console/pandora_websocket_engine /etc/init.d/
|
||||||
|
chmod +x /etc/init.d/pandora_websocket_engine
|
||||||
|
|
||||||
echo "You can now start the Pandora FMS Websocket service by executing"
|
echo "You can now start the Pandora FMS Websocket service by executing"
|
||||||
echo " /etc/init.d/pandora_websocket_engine start"
|
echo " /etc/init.d/pandora_websocket_engine start"
|
||||||
|
|
|
@ -57,6 +57,13 @@ install -m 0644 pandora_console_logrotate_centos $RPM_BUILD_ROOT%{_sysconfdir}/l
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
# Install pandora_websocket_engine service.
|
||||||
|
cp -pf %{prefix}/pandora_console/pandora_websocket_engine /etc/init.d/
|
||||||
|
chmod +x /etc/init.d/pandora_websocket_engine
|
||||||
|
|
||||||
|
echo "You can now start the Pandora FMS Websocket service by executing"
|
||||||
|
echo " /etc/init.d/pandora_websocket_engine start"
|
||||||
|
|
||||||
# Has an install already been done, if so we only want to update the files
|
# Has an install already been done, if so we only want to update the files
|
||||||
# push install.php aside so that the console works immediately using existing
|
# push install.php aside so that the console works immediately using existing
|
||||||
# configuration.
|
# configuration.
|
||||||
|
|
|
@ -59,6 +59,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%post
|
%post
|
||||||
# Install pandora_websocket_engine service.
|
# Install pandora_websocket_engine service.
|
||||||
cp -pf %{prefix}/pandora_console/pandora_websocket_engine /etc/init.d/
|
cp -pf %{prefix}/pandora_console/pandora_websocket_engine /etc/init.d/
|
||||||
|
chmod +x /etc/init.d/pandora_websocket_engine
|
||||||
|
|
||||||
echo "You can now start the Pandora FMS Websocket service by executing"
|
echo "You can now start the Pandora FMS Websocket service by executing"
|
||||||
echo " /etc/init.d/pandora_websocket_engine start"
|
echo " /etc/init.d/pandora_websocket_engine start"
|
||||||
|
|
|
@ -60,6 +60,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%post
|
%post
|
||||||
# Install pandora_websocket_engine service.
|
# Install pandora_websocket_engine service.
|
||||||
cp -pf %{prefix}/pandora_console/pandora_websocket_engine /etc/init.d/
|
cp -pf %{prefix}/pandora_console/pandora_websocket_engine /etc/init.d/
|
||||||
|
chmod +x /etc/init.d/pandora_websocket_engine
|
||||||
|
|
||||||
echo "You can now start the Pandora FMS Websocket service by executing"
|
echo "You can now start the Pandora FMS Websocket service by executing"
|
||||||
echo " /etc/init.d/pandora_websocket_engine start"
|
echo " /etc/init.d/pandora_websocket_engine start"
|
||||||
|
|
Loading…
Reference in New Issue