3 echo "==> Disable networkmanager,dhcdbd or other networking"
4 echo "==> utility and add 'wicd' to DAEMONS"
5 echo "==> in /etc/rc.conf"
6 echo "==> 'dbus' HAS to be before 'wicd' in rc.conf in the "
7 echo "==> DAEMONS array"
11 [ -f /var/run/daemons/wicd ] && cp /var/run/daemons/wicd /var/run/daemons/wicd.pid && /etc/rc.d/wicd stop
16 xdg-icon-resource forceupdate
18 echo "Wireless Interface Connection Daemon"
20 echo "==> To run: wicd-client"
26 [ -f /var/run/daemons/wicd.pid ] && rm /var/run/daemons/wicd.pid && /etc/rc.d/wicd start