Skip to content

Commit 3cdbe1f

Browse files
committed
Add missing dependency for legacy service status/stop commands.
1 parent 531d2f5 commit 3cdbe1f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/package/build

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ if command -v yum &> /dev/null; then
5050

5151
# init.d script helpers
5252
initscripts
53+
54+
# For pkill/pgrep used for legacy status/stop commands.
55+
procps
5356
)
5457
BUILD_DEPENDENCIES=(
5558
bzip2
@@ -111,6 +114,9 @@ elif command -v dpkg &> /dev/null; then
111114
# init.d script helpers
112115
sysvinit-utils
113116
lsb-base
117+
118+
# For pkill/pgrep used for legacy status/stop commands.
119+
procps
114120
)
115121
BUILD_DEPENDENCIES=(
116122
bzip2

0 commit comments

Comments
 (0)