
matsuo.tak at gmail
Mar 19, 2012, 11:53 PM
Post #6 of 11
(570 views)
Permalink
|
There is a report that it dosen't work on debian's dash, because it uses "echo -e" to treat line break. We'll use "printf" instead of "echo -e ". 2012/3/20 Serge Dubrouski <sergeyfd [at] gmail>: > Sorry, we'll rework the patch. > > On Mar 19, 2012 2:39 PM, "Soffen, Matthew" <msoffen [at] iso-ne> wrote: >> >> I believe that the reason for not using #bash is that it is it NOT part of >> the default install on non Linux systems. >> >> >> Matthew Soffen >> Principal Software Testing Coordinator >> ISO New England - http://www.iso-ne.com/ >> >> >> >> -----Original Message----- >> From: linux-ha-dev-bounces [at] lists >> [mailto:linux-ha-dev-bounces [at] lists] On Behalf Of Lars >> Marowsky-Bree >> Sent: Monday, March 19, 2012 4:24 PM >> To: High-Availability Linux Development List >> Subject: Re: [Linux-ha-dev] Patch: pgsql streaming replication >> >> On 2012-03-19T11:09:16, Dejan Muhamedagic <dejan [at] suse> wrote: >> >> > > --- a/heartbeat/pgsql >> > > +++ b/heartbeat/pgsql >> > > @@ -1,12 +1,13 @@ >> > > -#!/bin/sh >> > > +#!/bin/bash >> > Our policy is not to change shell. Is that absolutely necessary? >> >> He sends in many patches. bash is a <1MB install. I can't believe that in >> 2012 we're still having this discussion ;-) >> >> >> >> Regards, >>   Lars >> >> -- >> Architect Storage/HA >> SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix >> Imendörffer, HRB 21284 (AG Nürnberg) "Experience is the name everyone gives >> to their mistakes." -- Oscar Wilde _______________________________________________________ Linux-HA-Dev: Linux-HA-Dev [at] lists http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
|