1#!/bin/sh
2# $FreeBSD$
3
4set -m
5/root/hast/sbin/hastd/ucarp_up.sh &
6set +m
7exit 0
8