From f0ab8d12dece8eea00561832b719650431b56a2f Mon Sep 17 00:00:00 2001 From: ajacoutot <> Date: Fri, 26 Oct 2012 06:51:59 +0000 Subject: [PATCH] sort to be consistent with the other rc scripts: rc_** actions come after the pexp. --- src/etc/rc.d/smtpd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/rc.d/smtpd b/src/etc/rc.d/smtpd index 23f3b28f..9b9bec1c 100644 --- a/src/etc/rc.d/smtpd +++ b/src/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