On Wed, Nov 23, 2011 at 04:10:46PM +0900, TATEISHI Katsuyuki wrote: > Hi All, > > Please consider applying the attached patch to remove dependence on > shellfuncs from /etc/init.d/ldirectord. > > It allows ldirectord-RPM users to run /etc/init.d/ldirectord without > resource-agents RPM installed. > > It is quite harmless, because /etc/init.d/ldirectord does not use any > functions in /etc/ha.d/shellfuncs. > > Thank you,
Hi Tateishi-san, this looks good to me. Dejan, could you apply it? > > -- > TATEISHI Katsuyuki <[email protected]> > > -- > > diff --git a/ldirectord/init.d/ldirectord.in b/ldirectord/init.d/ldirectord.in > index 8f84b8d..9d8083e 100755 > --- a/ldirectord/init.d/ldirectord.in > +++ b/ldirectord/init.d/ldirectord.in > @@ -31,8 +31,6 @@ > > DAEMON=@sbindir@/ldirectord > > -. @sysconfdir@/ha.d/shellfuncs > - > # Source function library. > if > [ -f /etc/rc.d/init.d/functions ] > _______________________________________________________ > Linux-HA-Dev: [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev > Home Page: http://linux-ha.org/ > _______________________________________________________ Linux-HA-Dev: [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev Home Page: http://linux-ha.org/
