]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - share/examples/hast/vip-up.sh
Copy head to stable/9 as part of 9.0-RELEASE release cycle.
[FreeBSD/stable/9.git] / share / examples / hast / vip-up.sh
1 #!/bin/sh
2 # $FreeBSD$
3
4 set -m
5 /root/hast/sbin/hastd/ucarp_up.sh &
6 set +m
7 exit 0