Browse Source

sort to be consistent with the other rc scripts: rc_** actions come after

the pexp.
OPENBSD_5_3
ajacoutot 11 years ago
parent
commit
f0ab8d12de
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/rc.d/smtpd

+ 3
- 3
src/etc/rc.d/smtpd View File

@ -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

Loading…
Cancel
Save