# HG changeset patch # User Florian Haas <[email protected]> # Date 1274013939 -7200 # Node ID 00c53b622c776e2da80857c280062d0f4bd693b6 # Parent ce6b0b476fe79ffebf2967b40fff559605b5f4c7 Low: oracle, oralsnr: force bash (Debian #581073)
RAs manage applications that are only supported on platforms where bash is the default shell. No reason to fix bashisms, simply force bash. diff -r ce6b0b476fe7 -r 00c53b622c77 heartbeat/oracle --- a/heartbeat/oracle Sun May 16 14:45:03 2010 +0200 +++ b/heartbeat/oracle Sun May 16 14:45:39 2010 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # # oracle diff -r ce6b0b476fe7 -r 00c53b622c77 heartbeat/oralsnr --- a/heartbeat/oralsnr Sun May 16 14:45:03 2010 +0200 +++ b/heartbeat/oralsnr Sun May 16 14:45:39 2010 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # # oralsnr _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
