Merge pull request #151 from infosiftr/SIGWINCH

Swap "WINCH" for "SIGWINCH" (which fixes containerd's ability to use this value)
This commit is contained in:
Tianon Gravi 2019-11-28 08:43:04 -07:00 committed by GitHub
commit 3616f04657
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ RUN set -eux; \
httpd -v
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
STOPSIGNAL WINCH
STOPSIGNAL SIGWINCH
COPY httpd-foreground /usr/local/bin/

View File

@ -150,7 +150,7 @@ RUN set -eux; \
httpd -v
# https://httpd.apache.org/docs/2.4/stopping.html#gracefulstop
STOPSIGNAL WINCH
STOPSIGNAL SIGWINCH
COPY httpd-foreground /usr/local/bin/