1 # arg 1: the new package version
5 ==> In order to use this daemon you have to agree to Intel's license located
6 ==> in /usr/share/licenses/custom/ipw3945d/LICENSE.ipw3945d
7 ==> else please remove this package.
9 ==> To use this daemon, add 'ipw3945d' to your DAEMONS=() entry in /etc/rc.conf
13 # arg 1: the new package version
14 # arg 2: the old package version
18 ==> In order to use this daemon you have to agree to Intel's license located
19 ==> in /usr/share/licenses/custom/ipw3945d/LICENSE.ipw3945d
20 ==> else please remove this package.
22 AUTOMATIC DAEMON LOADING VIA MODPROBE
23 ==> To do this, you typically place the following two lines into your
24 ==> /etc/modprobe.conf:
25 ==> echo install ipw3945 /sbin/modprobe --ignore-install ipw3945 ; \
26 ==> sleep 0.5 ; /sbin/ipw3945d --quiet >> /etc/modprobe.conf
28 ==> echo remove ipw3945 /sbin/ipw3945d --kill ; \
29 ==> /sbin/modprobe -r --ignore-remove ipw3945 >> /etc/modprobe.conf