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. Thanks. Michael _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
