From dda2d603b7a8f5a018909f43933a906a47bbdd8e Mon Sep 17 00:00:00 2001 From: ajacoutot <> Date: Fri, 8 Jul 2011 05:16:08 +0000 Subject: [PATCH] We unconditionnally add -l to the daemon_flags, so fix our pexp accordingly. ok robert@ --- src/etc/rc.d/aucat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/etc/rc.d/aucat b/src/etc/rc.d/aucat index e4eca014..36538155 100644 --- a/src/etc/rc.d/aucat +++ b/src/etc/rc.d/aucat @@ -1,11 +1,12 @@ #!/bin/sh # -# $OpenBSD: aucat,v 1.1 2011/07/07 23:29:45 robert Exp $ +# $OpenBSD: aucat,v 1.2 2011/07/08 05:16:08 ajacoutot Exp $ daemon="/usr/bin/aucat" . /etc/rc.d/rc.subr +pexp="${daemon} -l${daemon_flags:+ ${daemon_flags}}" rc_reload=NO rc_pre() {