Repository: ambari Updated Branches: refs/heads/branch-2.5 1ef83d76c -> 10b2281ec refs/heads/trunk 83cdcea5f -> aeb5d4e55
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/trunk Commit: aeb5d4e550cecd7ee93aa968669c5e54ae2226dc Parents: 83cdcea Author: Andrew Onishuk <[email protected]> Authored: Thu Feb 23 13:37:50 2017 +0200 Committer: Andrew Onishuk <[email protected]> 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
