On Thu, Jun 04, 2009 at 09:45:07PM +0200, Michael Schwartzkopff wrote:
> Hi,
> 
> I created new heartbeat packages and wanted to install ldirectord. But my 
> debian tells me:
> could not find config file ldirectord.cf
> 
> It seems that the dpkg runs the /etc/init.d/ldirectord to wheather everythin 
> is OK. But the start up script is a little bit weired:
> 
> It says:
> exec "$DAEMON" $1
> 
> while ldirectord need to be called with
> ldirectord <configfile> <action>
> 
> So I changed the line above to
> exec "$DAEMON" /etc/ldirectord.cf $1
> 
> and everything installed smoothly.
> 
> Could anybody please review
> 1) The install script
> 2) The init script.

Hi Michael,

which version of the ldirectord package are you using and
where did you obtain it from?

_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to