This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
Fix pexp for sendmail; it can be "sendmail: rejecting" as well as accepting.
From danh@, ok aja@ giovanni@
OPENBSD_5_1
sthen
13 years ago
parent
12a4b62866
commit
7d90310832
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.
4 2011/07/12 05:40:55 robert
Exp $
# $OpenBSD: sendmail,v 1.
5 2012/01/20 22:27:30 sthen
Exp $
daemon="/usr/sbin/sendmail"
. /etc/rc.d/rc.subr
pexp="(sendmail: accepting.*|${daemon}* -(q[0-9]|bd)*)"
pexp="(sendmail:
(
accepting
|rejecting)
.*|${daemon}* -(q[0-9]|bd)*)"
rc_bg=YES
Write
Preview
Loading…
Cancel
Save