summaryrefslogtreecommitdiff
path: root/scripts/rabbitmq-server
diff options
context:
space:
mode:
authorMichael Klishin <michael@novemberain.com>2019-03-20 12:05:53 +0300
committerGitHub <noreply@github.com>2019-03-20 12:05:53 +0300
commit626033a8c415be7ffc8360eac985f97d054935b3 (patch)
treeb28fc5c05f7c79b0e89ad26d11d515d03e736017 /scripts/rabbitmq-server
parent5368ee86954d91e8949d55c6ee5e704149ec854b (diff)
parentc5568a9ed4f4d7e9e2fdfbbe3e1061939a0c3ccd (diff)
downloadrabbitmq-server-git-626033a8c415be7ffc8360eac985f97d054935b3.tar.gz
Merge pull request #1949 from spring-operator/polish-urls-remaining-master
URL Cleanup
Diffstat (limited to 'scripts/rabbitmq-server')
-rwxr-xr-xscripts/rabbitmq-server4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rabbitmq-server b/scripts/rabbitmq-server
index 4bb680cccf..f9d7661edf 100755
--- a/scripts/rabbitmq-server
+++ b/scripts/rabbitmq-server
@@ -2,7 +2,7 @@
## The contents of this file are subject to the Mozilla Public License
## Version 1.1 (the "License"); you may not use this file except in
## compliance with the License. You may obtain a copy of the License
-## at http://www.mozilla.org/MPL/
+## at https://www.mozilla.org/MPL/
##
## Software distributed under the License is distributed on an "AS IS"
## basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
@@ -371,7 +371,7 @@ else
# Exits 0 since this is considered a normal process termination.
# SIGINT
# Exits 128 + $signal_number where $signal_number is 2 for SIGINT (see
- # http://pubs.opengroup.org/onlinepubs/009695399/utilities/kill.html).
+ # https://pubs.opengroup.org/onlinepubs/009695399/utilities/kill.html).
# This is considered an abnormal process termination. Normally, we
# don't need to specify this exit code because the shell propagates it.
# Unfortunately, the signal handler doesn't work as expected in Dash,