Package: exim4-base
Version: 4.61-1

/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.


openbsd-inetd  0.20050402-1


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to