diff options
-rw-r--r-- | etc/rc.d/bgpd | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/rc.d/bgpd b/etc/rc.d/bgpd index cb78ce58550..dd0c956caaf 100644 --- a/etc/rc.d/bgpd +++ b/etc/rc.d/bgpd @@ -1,13 +1,11 @@ #!/bin/sh # -# $OpenBSD: bgpd,v 1.2 2015/12/19 13:45:12 ajacoutot Exp $ +# $OpenBSD: bgpd,v 1.3 2016/02/07 20:56:48 sthen Exp $ daemon="/usr/sbin/bgpd" . /etc/rc.d/rc.subr -pexp="bgpd: parent.*" - # child will not return a config parsing error to the parent rc_pre() { ${daemon} -n ${daemon_flags} |