]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - share/examples/hast/vip-up.sh
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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