Browse Source

We unconditionnally add -l to the daemon_flags, so fix our pexp

accordingly.
ok robert@
OPENBSD_5_0
ajacoutot 13 years ago
parent
commit
dda2d603b7
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/etc/rc.d/aucat

+ 2
- 1
src/etc/rc.d/aucat View File

@ -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() {


Loading…
Cancel
Save