aports/community/networkmanager/networkmanager.pre-install
Taner Tas fc74201f2b community/networkmanager: Upgrade to 1.10.6
* Clarify license
* Patches are revised
* Enable dhclient utility support
* Enable system-wide network configuration support
* Enable polkit-agent
* disable_set_hostname.patch is no more appendable. Removed.
* Add wpa_supplicant as runtime dependency
* Add "provide net" rule to the service file
* Re-arrange configure options in alphabetical order
* Create plugdev group if missing on system
* Display a message during install & upgrade
2018-05-08 08:33:43 +00:00

10 lines
385 B
Bash

#!/bin/sh
addgroup -S plugdev 2>/dev/null
printf " *\n * To setup system connections, regular users must be member of 'plugdev' group.\n *\n"
printf " *\n * To control WiFi devices, enable wpa_supplicant service: 'rc-update add wpa_supplicant default'\n"
printf " * then reboot the system or restart 'wpa_supplicant' and 'networkmanager' services respectively.\n *\n"
exit 0