Browse Source

use a better regexp provided by guenther@

OPENBSD_5_0
robert 13 years ago
parent
commit
8f3a158529
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.3 2011/07/07 05:15:45 robert Exp $
# $OpenBSD: sendmail,v 1.4 2011/07/12 05:40:55 robert Exp $
daemon="/usr/sbin/sendmail"
. /etc/rc.d/rc.subr
pexp="(sendmail: accepting.*|${daemon}${daemon_flags:+ ${daemon_flags}})"
pexp="(sendmail: accepting.*|${daemon}* -(q[0-9]|bd)*)"
rc_bg=YES


Loading…
Cancel
Save