#!/bin/bash
#------------------------------------------------------------------------------
# Init script for Perforce FTP Daemon.
#
# chkconfig: - 90 30
# description: Start Perforce FTP Daemon for instance REPL_SDP_INSTANCE.
#------------------------------------------------------------------------------

export SDP_INSTANCE=REPL_SDP_INSTANCE
/p4/common/bin/p4ftpd_base $SDP_INSTANCE $@