package exim4-base tags #365928 confirmed pending thanks On Wed, May 03, 2006 at 12:23:45PM -0700, Mike wrote: > /etc/init.d/exim4 uses > > grep -E -q "^ *([0-9.]+:)?smtp" /etc/inetd.conf > > to find an inetd line. But openbsd-inetd also allows hostnames before > the service name, so something more like > > grep -E -q '^[[:space:]]*((\*|[[:alnum:].-]+):)?smtp' /etc/inetd.conf > > is required.
Fix committed to svn. Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don't trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

