File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1+ ctrl_interface=/var/run/wpa_supplicant
2+ ctrl_interface_group=wheel
3+ update_config=1
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ PACKAGES=" \
3838 ibus \
3939 adwaita-icon-theme \
4040 arandr \
41+ wpa_gui \
4142 mozc-server mozc-tool ibus-mozc mozc-elisp \
4243 kterm mlterm \
4344 git-base \
@@ -55,6 +56,10 @@ cp ${FILEDIR}/etc.${MACHINE}/ttys /etc
5556# copy typical mk.conf file
5657cp ${FILEDIR} /etc/mk.conf /etc
5758
59+ echo " installing wpa_supplicant(8) settings..."
60+ install -o root -g wheel -m 600 ${FILEDIR} /etc/wpa_supplicant.conf /etc
61+ ln -s /usr/share/examples/dhcpcd/hooks/10-wpa_supplicant /libexec/dhcpcd-hooks
62+
5863echo " installing packages..."
5964PACKAGESDIR=${FILEDIR} /packages/${MACHINE_ARCH}
6065(cd ${PACKAGESDIR} ; PKG_RCD_SCRIPTS=YES pkg_add $PACKAGES )
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ if [ -r "$resources" ]; then
2727 xrdb -load " $resources "
2828fi
2929
30+ # WiFi status in the tray icon
31+ /usr/pkg/sbin/wpa_gui -t &
32+
3033# for webkit-gtk and adobe-flash-plugin
3134# export MOZ_PLUGIN_PATH=/usr/pkg/lib/netscape/plugins
3235
Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ if [ -r "$resources" ]; then
2727 xrdb -load " $resources "
2828fi
2929
30+ # WiFi status in the tray icon
31+ /usr/pkg/sbin/wpa_gui -t &
32+
3033# for webkit-gtk and adobe-flash-plugin
3134# export MOZ_PLUGIN_PATH=/usr/pkg/lib/netscape/plugins
3235
You can’t perform that action at this time.
0 commit comments