components/rabbitmq/patches/sh-to-bash.patch
changeset 5405 66fd59fecd68
equal deleted inserted replaced
5404:55e409ba4e72 5405:66fd59fecd68
       
     1 In-house patch to change script shebangs from /bin/sh to /bin/bash.
       
     2 
       
     3 --- rabbitmq-server-3.5.6/scripts/rabbitmq-defaults.orig	2015-11-06 15:03:53.658300806 -0700
       
     4 +++ rabbitmq-server-3.5.6/scripts/rabbitmq-defaults	2015-11-06 15:04:02.201770057 -0700
       
     5 @@ -1,4 +1,4 @@
       
     6 -#!/bin/sh -e
       
     7 +#!/bin/bash -e
       
     8  ##  The contents of this file are subject to the Mozilla Public License
       
     9  ##  Version 1.1 (the "License"); you may not use this file except in
       
    10  ##  compliance with the License. You may obtain a copy of the License
       
    11 --- rabbitmq-server-3.5.6/scripts/rabbitmq-env.~1~	2015-10-07 06:45:15.000000000 -0600
       
    12 +++ rabbitmq-server-3.5.6/scripts/rabbitmq-env	2015-11-06 15:04:49.880308945 -0700
       
    13 @@ -1,4 +1,4 @@
       
    14 -#!/bin/sh -e
       
    15 +#!/bin/bash -e
       
    16  ##  The contents of this file are subject to the Mozilla Public License
       
    17  ##  Version 1.1 (the "License"); you may not use this file except in
       
    18  ##  compliance with the License. You may obtain a copy of the License
       
    19 --- rabbitmq-server-3.5.6/scripts/rabbitmq-plugins.orig	2015-11-06 15:05:20.895232169 -0700
       
    20 +++ rabbitmq-server-3.5.6/scripts/rabbitmq-plugins	2015-11-06 15:05:27.120820613 -0700
       
    21 @@ -1,4 +1,4 @@
       
    22 -#!/bin/sh -e
       
    23 +#!/bin/bash -e
       
    24  ##  The contents of this file are subject to the Mozilla Public License
       
    25  ##  Version 1.1 (the "License"); you may not use this file except in
       
    26  ##  compliance with the License. You may obtain a copy of the License
       
    27 --- rabbitmq-server-3.5.6/scripts/rabbitmq-server.orig	2015-11-06 15:05:50.732469659 -0700
       
    28 +++ rabbitmq-server-3.5.6/scripts/rabbitmq-server	2015-11-06 15:05:56.720949599 -0700
       
    29 @@ -1,4 +1,4 @@
       
    30 -#!/bin/sh -e
       
    31 +#!/bin/bash -e
       
    32  ##  The contents of this file are subject to the Mozilla Public License
       
    33  ##  Version 1.1 (the "License"); you may not use this file except in
       
    34  ##  compliance with the License. You may obtain a copy of the License
       
    35 --- rabbitmq-server-3.5.6/scripts/rabbitmqctl.orig	2015-11-06 15:06:17.578633681 -0700
       
    36 +++ rabbitmq-server-3.5.6/scripts/rabbitmqctl	2015-11-06 15:06:23.513395133 -0700
       
    37 @@ -1,4 +1,4 @@
       
    38 -#!/bin/sh -e
       
    39 +#!/bin/bash -e
       
    40  ##  The contents of this file are subject to the Mozilla Public License
       
    41  ##  Version 1.1 (the "License"); you may not use this file except in
       
    42  ##  compliance with the License. You may obtain a copy of the License