# HG changeset patch # User Florian Haas <[email protected]> # Date 1274013903 -7200 # Node ID ce6b0b476fe79ffebf2967b40fff559605b5f4c7 # Parent 5196064f3d4cff7d3ad594ecf10e4bcc0b900bbb Low: eDir88: force bash (Debian #581073)
RA manages an application that is only supported on platforms where bash is the default shell. No reason to fix bashisms, simply force bash. diff -r 5196064f3d4c -r ce6b0b476fe7 heartbeat/eDir88 --- a/heartbeat/eDir88 Sun May 16 14:43:18 2010 +0200 +++ b/heartbeat/eDir88 Sun May 16 14:45:03 2010 +0200 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # eDirectory Resource Agent (RA) for Heartbeat. # This script is only compatible with eDirectory 8.8 and later _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
