if ! grep /usr/bin/rc /etc/shells; then
    echo "/usr/bin/rc" >> /etc/shells
fi
