Merge "hadoop: mark our rc.local replacement as executable"

This commit is contained in:
Jenkins 2015-07-15 17:52:33 +00:00 committed by Gerrit Code Review
commit 6b9100ea3c
1 changed files with 2 additions and 0 deletions

View File

@ -164,3 +164,5 @@ else
fi
install -D -g root -o root -m 0755 $(dirname $0)/firstboot $RC_SCRIPT_DIR/rc.local
# make sure it is run, be it on SysV, upstart, or systemd
chmod +x $RC_SCRIPT_DIR/rc.local