Skip to content

Commit

Permalink
Add missing dependency for legacy service status/stop commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUI committed Dec 15, 2015
1 parent 531d2f5 commit 3cdbe1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/package/build
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ if command -v yum &> /dev/null; then

# init.d script helpers
initscripts

# For pkill/pgrep used for legacy status/stop commands.
procps
)
BUILD_DEPENDENCIES=(
bzip2
Expand Down Expand Up @@ -111,6 +114,9 @@ elif command -v dpkg &> /dev/null; then
# init.d script helpers
sysvinit-utils
lsb-base

# For pkill/pgrep used for legacy status/stop commands.
procps
)
BUILD_DEPENDENCIES=(
bzip2
Expand Down

0 comments on commit 3cdbe1f

Please sign in to comment.