This commit adds quite a few patches from the upstream
NM_0_8 git branch. Most of them are bugfix-only patches,
but the two dealing with /etc/hosts policy are changes in
behavior. This *should* be an improvement for us, but if
you notice any ill effects, please advise.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
The sleep hook for pm-utils is currently shipped with Slackware's
pm-utils package, but that will change in the future. It won't
affect us during 13.1 at all, but this won't hurt either.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit includes:
1. addition of "sleep 2" between stop() and start() in the
restart() function of rc.networkmanager; it seems that
a restart doesn't often work otherwise (perhaps something
in NM is taking a bit longer to shutdown?)
2. use correct filename in /etc/NetworkManager/NetworkManager.conf
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit sets dhcpcd as the dhcp client for NM to use and adds
some comments to /etc/NetworkManager/nm-system-settings.conf so
that it's clearer where to look for more information...
Thanks to Dan Williams (NM Upstream Dev) for help with this.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>