Browse Source

use the "official" pexp, from antoine@

OPENBSD_5_0
robert 13 years ago
parent
commit
54f8efd937
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/rc.d/sendmail

+ 2
- 2
src/etc/rc.d/sendmail View File

@ -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


Loading…
Cancel
Save