Repository: bigtop Updated Branches: refs/heads/master 35858168f -> 0025ca395
BIGTOP-1159. /usr/lib/flume-ng/plugins.d/ needs to be created and owned by flume Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/0025ca39 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/0025ca39 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/0025ca39 Branch: refs/heads/master Commit: 0025ca395bbb78b4d2ec7f0ff39149a6940bce97 Parents: 3585816 Author: Bruno Mahé <[email protected]> Authored: Thu Jul 31 00:24:22 2014 -0700 Committer: Bruno Mahé <[email protected]> Committed: Thu Jul 31 00:24:22 2014 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/flume/install_flume.sh | 3 +++ bigtop-packages/src/rpm/flume/SPECS/flume.spec | 1 + 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/0025ca39/bigtop-packages/src/common/flume/install_flume.sh ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/flume/install_flume.sh b/bigtop-packages/src/common/flume/install_flume.sh index 7a0a760..b9b689c 100755 --- a/bigtop-packages/src/common/flume/install_flume.sh +++ b/bigtop-packages/src/common/flume/install_flume.sh @@ -144,6 +144,9 @@ touch $PREFIX/$ETC_DIR/conf.empty/flume.conf unlink $PREFIX/$LIB_DIR/conf || /bin/true ln -s /etc/flume/conf $PREFIX/$LIB_DIR/conf + +mkdir -p $PREFIX/$LIB_DIR/plugins.d + # Docs rm -rf $PREFIX/$LIB_DIR/docs install -d -m 0755 $PREFIX/${DOC_DIR} http://git-wip-us.apache.org/repos/asf/bigtop/blob/0025ca39/bigtop-packages/src/rpm/flume/SPECS/flume.spec ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/rpm/flume/SPECS/flume.spec b/bigtop-packages/src/rpm/flume/SPECS/flume.spec index e072a06..cb94f00 100644 --- a/bigtop-packages/src/rpm/flume/SPECS/flume.spec +++ b/bigtop-packages/src/rpm/flume/SPECS/flume.spec @@ -181,6 +181,7 @@ fi %dir %{lib_flume} %dir %{lib_flume}/bin %dir %{lib_flume}/lib +%dir %{lib_flume}/plugins.d %dir %{lib_flume}/tools %config(noreplace) %{etc_flume}.empty/*
