3 # haconfig - config helper to process heartbeat V1 config skel files
7 [ -x /usr/sbin/ldev ] || exit 0
8 foreign=`/usr/sbin/ldev -p`
9 [ -n "$foreign" ] || exit 0
14 for file in /etc/ha.d/haresources /etc/ha.d/ha.cf; do
15 if [ -r ${file}.in ]; then
16 sed -e "s!@LOCAL@!$local!g" -e "s!@FOREIGN@!$foreign!g" \