diff options
Diffstat (limited to 'network/connman/README')
-rw-r--r-- | network/connman/README | 25 |
1 files changed, 10 insertions, 15 deletions
diff --git a/network/connman/README b/network/connman/README index 31cba91d83..e4107dde59 100644 --- a/network/connman/README +++ b/network/connman/README @@ -1,22 +1,17 @@ connman (Connection management daemon) -Connman provides a daemon for managing Internet connections. The -Connection Manager is designed to be slim and to use as few resources -as possible. It is fully modular system that can be extended through -plug-ins. The plug-in approach allows for easy adaption and -modification for various use cases. Connman implements DNS resolving -and caching, DHCP clients for both IPv4 and IPv6, link-local IPv4 -address handling and tethering (IP connection sharing) to clients via +Connman provides a daemon for managing Internet connections. The +Connection Manager is designed to be slim and to use as few resources +as possible. It is fully modular system that can be extended through +plug-ins. The plug-in approach allows for easy adaption and +modification for various use cases. Connman implements DNS resolving +and caching, DHCP clients for both IPv4 and IPv6, link-local IPv4 +address handling and tethering (IP connection sharing) to clients via USB, ethernet, WiFi, cellular and Bluetooth. -To run connman on startup, run (as root): - chmod +x /etc/rc.d/rc.connmand -then add this to your /etc/rc.d/rc.local: - if [ -x /etc/rc.d/rc.connmand ]; then - /etc/rc.d/rc.connmand start - fi -Make sure other networking services like NetworkManager or WPA -Supplicant are not also configured to run on startup. +Included with this SlackBuild is a README.SBo file which includes +some details on how to setup connman. This file is also installed +into the package's documentation directory. By default, this SlackBuild will build connman with support for iwd, polkit, and nmcompat (NetworkManager compatibility interfaces). If |