On Wed, 6 Dec 2006 20:18:11 +0000, Mike Williams wrote: > I *need* heartbeat to start *after* br0.
You could do his from the postup function in /etc/conf.d/net
postup() {
[ "${IFACE}" == "br0" ] && /etc/init.d/heartbeat start
}
--
Neil Bothwick
It is easier to fix Unix than to live with NT.
signature.asc
Description: PGP signature

