I'm trying to use heartbeat, but running into a bit of a snag at the very beginning. The init script attempts to source a file with '. $HA_DIR/shellfuncs'. shellfuncs tries to figure out what its name is with 'basename $0'. The problem is that $0 contains the name of the shell instead of the name of the file being executed, and so it quietly fails, although the init script appears to start successfully.
Is there a good workaround for this? -- gentoo-user@gentoo.org mailing list