From edb96847a5595d78deaef6a2780cc5e0c8746620 Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 3 Jan 2014 14:58:54 +0000 Subject: [PATCH] explicitly tells pkg_add we're fw_update, will have some nice side-effects later. okay deraadt@ --- usr.sbin/fw_update/fw_update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/fw_update/fw_update.sh b/usr.sbin/fw_update/fw_update.sh index 727ae17c30f..d9236460a95 100644 --- a/usr.sbin/fw_update/fw_update.sh +++ b/usr.sbin/fw_update/fw_update.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $OpenBSD: fw_update.sh,v 1.17 2013/10/18 23:25:02 halex Exp $ +# $OpenBSD: fw_update.sh,v 1.18 2014/01/03 14:58:54 espie Exp $ # Copyright (c) 2011 Alexander Hall # # Permission to use, copy, modify, and distribute this software for any @@ -19,7 +19,7 @@ DRIVERS="acx athn bwi ipw iwi iwn malo otus pgt radeondrm rsu uath upgt urtwn uvideo wpi" -PKG_ADD="pkg_add -I -D repair" +PKG_ADD="pkg_add -I -D repair -DFW_UPDATE" usage() { echo "usage: ${0##*/} [-anv] [driver ...]" >&2 -- 2.20.1