#! /bin/sh
if [ ! -f /etc/rc0.d/K10telnetd ]; then
		ln -s ../init.d/telnetd /etc/rc0.d/K10telnetd
fi
if [ ! -f /etc/rc1.d/K10telnetd ]; then
		ln -s ../init.d/telnetd /etc/rc1.d/K10telnetd
fi
if [ ! -f /etc/rc5.d/S10telnetd ]; then
		ln -s ../init.d/telnetd /etc/rc5.d/S10telnetd
fi
if [ ! -f /etc/rc6.d/K10telnetd ]; then
		ln -s ../init.d/telnetd /etc/rc6.d/K10telnetd
fi
