#!/bin/sh

PATH=/bin:/sbin:/usr/bin:/usr/sbin

echo "Starting inetd: "
/bin/inetd &
