#!/bin/sh
grep rssh ${IPKG_INSTROOT}/etc/shells || echo "/usr/bin/rssh" >> ${IPKG_INSTROOT}/etc/shells
