aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipw-firmware/files/ipw.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipw-firmware/files/ipw.sh.in')
-rw-r--r--net/ipw-firmware/files/ipw.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipw-firmware/files/ipw.sh.in b/net/ipw-firmware/files/ipw.sh.in
index f92d01d6b42..59b735034e1 100644
--- a/net/ipw-firmware/files/ipw.sh.in
+++ b/net/ipw-firmware/files/ipw.sh.in
@@ -4,8 +4,8 @@
#
# PROVIDE: %%DRIVERNAME%%
-# REQUIRE: LOGIN abi
-# BEFORE: securelevel
+# REQUIRE: mountcritlocal
+# BEFORE: ipfilter
# KEYWORD: FreeBSD shutdown
# Add the following line to /etc/rc.conf to enable `%%DRIVERNAME%%':
@@ -50,7 +50,7 @@ command="/usr/local/sbin/%%DRIVERNAME%%control"
eval _file=\$_%%DRIVERNAME%%_file_${i}
echo -n " [${i}:${_mode:=bss}]"
- ${command} -i ${i} -f %%DATADIR%%/${_file}
+ ${command} -i ${i} -f %%FWDIR%%/${_file}
ifconfig ${i} up
done
echo "."