#!/bin/bash if any_installed "bitlbee" ; then echo "Adding bitlbee to /etc/inetd.conf" grep -q bitlbee /etc/inetd.conf || cat >>/etc/inetd.conf<${tmp} cat ${tmp} > /etc/inetd.conf rm -f ${tmp} fi