summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2015-12-26 09:55:15 +0000
committerajacoutot <ajacoutot@openbsd.org>2015-12-26 09:55:15 +0000
commit2be0c29527fe7ca6c1375ca0e672245dac292fde (patch)
tree1bf01ba86359fca0386853ebc39cbfba0773b074
parentadjust pledge promises for ControlMaster: when using "ask" or "autoask", the process will use ssh-askpass for asking confirmation. (diff)
downloadwireguard-openbsd-2be0c29527fe7ca6c1375ca0e672245dac292fde.tar.xz
wireguard-openbsd-2be0c29527fe7ca6c1375ca0e672245dac292fde.zip
Remove blank line for consistency with other rc.d scripts; no change in
behavior.
-rw-r--r--etc/rc.d/mountd3
-rw-r--r--etc/rc.d/smtpd3
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