	#!/bin/sh
	grep -i privoxy ${IPKG_INSTROOT}/etc/services >/dev/null 2>&1 || echo -e "privoxy\t8118" >> ${IPKG_INSTROOT}/etc/services
