From 54f8efd937281f4661d47741acde9d01af17b4c9 Mon Sep 17 00:00:00 2001 From: robert <> Date: Thu, 7 Jul 2011 05:15:45 +0000 Subject: [PATCH] use the "official" pexp, from antoine@ --- src/etc/rc.d/sendmail | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.d/sendmail b/src/etc/rc.d/sendmail index 6959c4a1..a125d801 100644 --- a/src/etc/rc.d/sendmail +++ b/src/etc/rc.d/sendmail @@ -1,12 +1,12 @@ #!/bin/sh # -# $OpenBSD: sendmail,v 1.2 2011/07/07 05:00:19 robert Exp $ +# $OpenBSD: sendmail,v 1.3 2011/07/07 05:15:45 robert Exp $ daemon="/usr/sbin/sendmail" . /etc/rc.d/rc.subr -pexp="(sendmail: accepting.*|${daemon} ${daemon_flags})" +pexp="(sendmail: accepting.*|${daemon}${daemon_flags:+ ${daemon_flags}})" rc_bg=YES