diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2015-12-26 09:55:16 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2015-12-26 09:55:16 +0000 |
commit | 9e0c1a6cd858ffb73c75dd8aeb6e89e6b8c3ff12 (patch) | |
tree | 62681ee7d58b5ed0ace6e1e4b89352b9566a677f /etc/rc.d | |
parent | 37eb6fed7dcb7d2612d1f5cea29f02a1deebf0fd (diff) |
Remove blank line for consistency with other rc.d scripts; no change in
behavior.
Diffstat (limited to 'etc/rc.d')
-rw-r--r-- | etc/rc.d/mountd | 3 | ||||
-rw-r--r-- | etc/rc.d/smtpd | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/etc/rc.d/mountd b/etc/rc.d/mountd index 9033c197f4e..6a864c4e2d3 100644 --- a/etc/rc.d/mountd +++ b/etc/rc.d/mountd @@ -1,13 +1,12 @@ #!/bin/sh # -# $OpenBSD: mountd,v 1.5 2015/12/26 02:52:53 krw Exp $ +# $OpenBSD: mountd,v 1.6 2015/12/26 09:55:15 ajacoutot Exp $ daemon="/sbin/mountd" . /etc/rc.d/rc.subr pexp="mountd: \[priv\]" - rc_stop=NO rc_pre() { diff --git a/etc/rc.d/smtpd b/etc/rc.d/smtpd index 9b9bec1c83b..2696455e87e 100644 --- a/etc/rc.d/smtpd +++ b/etc/rc.d/smtpd @@ -1,13 +1,12 @@ #!/bin/sh # -# $OpenBSD: smtpd,v 1.4 2012/10/26 06:51:59 ajacoutot Exp $ +# $OpenBSD: smtpd,v 1.5 2015/12/26 09:55:15 ajacoutot Exp $ daemon="/usr/sbin/smtpd" . /etc/rc.d/rc.subr pexp="smtpd: \[priv\]" - rc_reload=NO rc_cmd $1 |