From: rpe Date: Thu, 11 Jan 2018 22:44:44 +0000 (+0000) Subject: Comments X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b6e6e3c2a58d23f2a5b89a537e7c12f547d3f1a9;p=openbsd Comments --- diff --git a/etc/rc.d/iked b/etc/rc.d/iked index 405f0adbe4a..6f1d8ff4e63 100644 --- a/etc/rc.d/iked +++ b/etc/rc.d/iked @@ -1,6 +1,6 @@ #!/bin/ksh # -# $OpenBSD: iked,v 1.5 2018/01/11 21:09:26 rpe Exp $ +# $OpenBSD: iked,v 1.6 2018/01/11 22:44:44 rpe Exp $ daemon="/sbin/iked" @@ -8,11 +8,11 @@ daemon="/sbin/iked" pexp="iked: parent.*" +# Child will not return a config parsing error to the parent. rc_pre() { [[ ${sasyncd_flags} != NO ]] && daemon_flags="-S ${daemon_flags}" - #return 0 - # child will not return a config parsing error to the parent + ${daemon} -n ${daemon_flags} } diff --git a/etc/rc.d/relayd b/etc/rc.d/relayd index 751484f8e3e..283a11dfe0f 100644 --- a/etc/rc.d/relayd +++ b/etc/rc.d/relayd @@ -1,12 +1,12 @@ #!/bin/ksh # -# $OpenBSD: relayd,v 1.4 2018/01/11 19:52:12 rpe Exp $ +# $OpenBSD: relayd,v 1.5 2018/01/11 22:44:44 rpe Exp $ daemon="/usr/sbin/relayd" . /etc/rc.d/rc.subr -# child will not return a config parsing error to the parent +# Child will not return a config parsing error to the parent. rc_pre() { ${daemon} -n ${daemon_flags} } diff --git a/etc/rc.d/switchd b/etc/rc.d/switchd index d5c60e26e49..2ed0bc2daa5 100644 --- a/etc/rc.d/switchd +++ b/etc/rc.d/switchd @@ -1,12 +1,12 @@ #!/bin/ksh # -# $OpenBSD: switchd,v 1.2 2018/01/11 19:52:12 rpe Exp $ +# $OpenBSD: switchd,v 1.3 2018/01/11 22:44:44 rpe Exp $ daemon="/usr/sbin/switchd" . /etc/rc.d/rc.subr -# child will not return a config loading error to the parent +# Child will not return a config loading error to the parent. rc_pre() { ${daemon} -n ${daemon_flags} } diff --git a/etc/rc.d/vmd b/etc/rc.d/vmd index af20c7f6385..43d043164e1 100644 --- a/etc/rc.d/vmd +++ b/etc/rc.d/vmd @@ -1,12 +1,12 @@ #!/bin/ksh # -# $OpenBSD: vmd,v 1.5 2018/01/11 19:52:12 rpe Exp $ +# $OpenBSD: vmd,v 1.6 2018/01/11 22:44:44 rpe Exp $ daemon="/usr/sbin/vmd" . /etc/rc.d/rc.subr -# child will not return a config parsing error to the parent +# Child will not return a config parsing error to the parent. rc_pre() { ${daemon} -n ${daemon_flags} }