#!/bin/sh
#RC:RUNINRC
#RC:AFTER daemons
#RC:BEFORE architecture

if [ "X${inetd_enable}" != X"NO" ]; then
	echo -n ' inetd';	inetd ${inetd_flags}
fi
