#!/bin/bash

. /etc/sysconfig/rpcbind

PROGRAM="/usr/sbin/rpcbind"
ARGS="$RPCBIND_ARGS"
RUNLEVEL=3
PROVIDES="portmap"

. /etc/init.d/smgl_init
