#!/bin/sh
# chkconfig: - 91 35
# description: Wrapper to start portmap bound to a single IP
USR_LIB_VSERVER=/usr/lib64/util-vserver
exec $USR_LIB_VSERVER/vsysvwrapper portmap $*






