#!/bin/sh LOCOD=/usr/compat/linux/usr/bin/locod if [ $# -ne 0 ]; then if=$1; else if=-i-; fi exec $LOCOD -P "$if" -o- 2>/dev/null .