You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2017/02/24 14:19:43 UTC

[36/50] ambari git commit: AMBARI-19797. ambari-server SuSE11 init script not working in certain environments (aonishuk)

AMBARI-19797. ambari-server SuSE11 init script not working in certain environments (aonishuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/aeb5d4e5
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/aeb5d4e5
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/aeb5d4e5

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: aeb5d4e550cecd7ee93aa968669c5e54ae2226dc
Parents: 83cdcea
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Thu Feb 23 13:37:50 2017 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Thu Feb 23 13:37:50 2017 +0200

----------------------------------------------------------------------
 ambari-agent/etc/init.d/ambari-agent | 1 +
 ambari-server/sbin/ambari-server     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/aeb5d4e5/ambari-agent/etc/init.d/ambari-agent
----------------------------------------------------------------------
diff --git a/ambari-agent/etc/init.d/ambari-agent b/ambari-agent/etc/init.d/ambari-agent
index 2d597a9..044f86d 100644
--- a/ambari-agent/etc/init.d/ambari-agent
+++ b/ambari-agent/etc/init.d/ambari-agent
@@ -21,6 +21,7 @@
 
 ### BEGIN INIT INFO
 # Provides:          ambari-agent
+# Required-Start:    $local_fs $remote_fs $network
 # Required-Start:
 # Required-Stop:
 # Default-Start:     2 3 4 5

http://git-wip-us.apache.org/repos/asf/ambari/blob/aeb5d4e5/ambari-server/sbin/ambari-server
----------------------------------------------------------------------
diff --git a/ambari-server/sbin/ambari-server b/ambari-server/sbin/ambari-server
index 205f272..67e8aea 100755
--- a/ambari-server/sbin/ambari-server
+++ b/ambari-server/sbin/ambari-server
@@ -21,7 +21,7 @@
 
 ### BEGIN INIT INFO
 # Provides:          ambari-server
-# Required-Start:    $ALL
+# Required-Start:    $local_fs $remote_fs $network
 # Required-Start:
 # Required-Stop:
 # Default-Start:     2 3 4 5