diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2012-10-26 06:52:00 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2012-10-26 06:52:00 +0000 |
commit | f0d86f04b3ce50d25732a9a3d6e925d671461311 (patch) | |
tree | 78acd8623bd10560a5eff39ace6f33880ddd0871 /etc/rc.d | |
parent | 6d151d3a048a2bf35178eda6d856cbb011bc99e0 (diff) |
sort to be consistent with the other rc scripts: rc_** actions come after
the pexp.
Diffstat (limited to 'etc/rc.d')
-rw-r--r-- | etc/rc.d/smtpd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.d/smtpd b/etc/rc.d/smtpd index 23f3b28f7b5..9b9bec1c83b 100644 --- a/etc/rc.d/smtpd +++ b/etc/rc.d/smtpd @@ -1,13 +1,13 @@ #!/bin/sh # -# $OpenBSD: smtpd,v 1.3 2012/10/26 00:00:30 halex Exp $ +# $OpenBSD: smtpd,v 1.4 2012/10/26 06:51:59 ajacoutot Exp $ daemon="/usr/sbin/smtpd" . /etc/rc.d/rc.subr -rc_reload=NO - pexp="smtpd: \[priv\]" +rc_reload=NO + rc_cmd $1 |