diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/rabbitmq-defaults | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-diagnostics | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-env | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-plugins | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-queues | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-server | 4 | ||||
| -rwxr-xr-x | scripts/rabbitmqctl | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/scripts/rabbitmq-defaults b/scripts/rabbitmq-defaults index 8d176402dd..ba09c7ce62 100755 --- a/scripts/rabbitmq-defaults +++ b/scripts/rabbitmq-defaults @@ -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 diff --git a/scripts/rabbitmq-diagnostics b/scripts/rabbitmq-diagnostics index 3d2baa7e5d..9e8407a1d1 100755 --- a/scripts/rabbitmq-diagnostics +++ b/scripts/rabbitmq-diagnostics @@ -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 diff --git a/scripts/rabbitmq-env b/scripts/rabbitmq-env index a70e902b78..2430e76b5d 100755 --- a/scripts/rabbitmq-env +++ b/scripts/rabbitmq-env @@ -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 diff --git a/scripts/rabbitmq-plugins b/scripts/rabbitmq-plugins index 7b0ea7aeb2..c30e904175 100755 --- a/scripts/rabbitmq-plugins +++ b/scripts/rabbitmq-plugins @@ -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 diff --git a/scripts/rabbitmq-queues b/scripts/rabbitmq-queues index 9c814abb93..96fcb9abd8 100755 --- a/scripts/rabbitmq-queues +++ b/scripts/rabbitmq-queues @@ -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 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, diff --git a/scripts/rabbitmqctl b/scripts/rabbitmqctl index fec0ae293b..1a7438e444 100755 --- a/scripts/rabbitmqctl +++ b/scripts/rabbitmqctl @@ -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 |
