diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2014-01-03 14:58:55 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2014-01-03 14:58:55 +0000 |
commit | 10c208cc1d3545223e63da6a1277234738ac5e4d (patch) | |
tree | 2243bef3a15a7fb9d02549f25a75ca4388af5d05 | |
parent | 93314acd0b62b049d759d9bf8a7cbd8e449a0397 (diff) |
explicitly tells pkg_add we're fw_update, will have some nice side-effects
later.
okay deraadt@
-rw-r--r-- | usr.sbin/fw_update/fw_update.sh | 4 |
1 files 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 <alexander@beard.se> # # 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 |