Browse Source

fix regexp in pexp

ok robert@
OPENBSD_5_2
halex 12 years ago
parent
commit
e4fee1be05
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.5 2012/01/20 22:27:30 sthen Exp $
# $OpenBSD: sendmail,v 1.6 2012/07/10 15:00:02 halex Exp $
daemon="/usr/sbin/sendmail"
. /etc/rc.d/rc.subr
pexp="(sendmail: (accepting|rejecting).*|${daemon}* -(q[0-9]|bd)*)"
pexp="(sendmail: (accepting|rejecting).*|${daemon}.* -(q[0-9]|bd)*)"
rc_bg=YES


Loading…
Cancel
Save