diff options
author | 2011-07-08 05:16:08 +0000 | |
---|---|---|
committer | 2011-07-08 05:16:08 +0000 | |
commit | 099050fd25e95ca49219a81f40935071b45e67e1 (patch) | |
tree | 6d579c3d0baa28fa725747ad9b613db320950b2c | |
parent | Validate DISKUNIT(dev) in vndstrategy() like we do in other (diff) | |
download | wireguard-openbsd-099050fd25e95ca49219a81f40935071b45e67e1.tar.xz wireguard-openbsd-099050fd25e95ca49219a81f40935071b45e67e1.zip |
We unconditionnally add -l to the daemon_flags, so fix our pexp
accordingly.
ok robert@
-rw-r--r-- | etc/rc.d/aucat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.d/aucat b/etc/rc.d/aucat index e4eca01445e..36538155553 100644 --- a/etc/rc.d/aucat +++ b/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() { |