source: branches/fc11-dev/lvs/debian/config/etc/ha.d/ldirectord-finger.sh @ 1210

Last change on this file since 1210 was 1210, checked in by mitchb, 15 years ago
Merge r1197:1209 from trunk to branches/fc11-dev
  • Property svn:executable set to *
File size: 93 bytes
RevLine 
[1200]1#!/bin/bash
2
[1203]3ulimit -v 10240
[1202]4
[1200]5read line
6line=${line%[:blank:]}
7line=${line%
8}
9
[1201]10/sbin/ipvsadm
Note: See TracBrowser for help on using the repository browser.