This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Network control utility based on systemd".
The branch, master has been updated
via 1e08e03a37c7276593ebf2aeb8794128b6628c4f (commit)
via 833c18ae8cbf012bf147e577e99a762f4aad523f (commit)
via 65c5f5514dbad36ff978d0f05ba7a9937b923201 (commit)
from b34f51a16da086723b693431e727d4e1270a5328 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1e08e03a37c7276593ebf2aeb8794128b6628c4f
Author: Jouke Witteveen <j.witteveen(a)gmail.com>
Date: Fri Oct 9 13:18:50 2020 +0200
Add man page for wifi-menu(1)
Written mostly by GitHub user tetrakist.
commit 833c18ae8cbf012bf147e577e99a762f4aad523f
Author: Jouke Witteveen <j.witteveen(a)gmail.com>
Date: Fri Oct 9 12:37:50 2020 +0200
Don't delay deconfiguring in netctl-ifplugd (FS#67382)
When netctl-ifplugd starts a profile that uses dhcpcd and the interface
disappears (for example because of a re-enumeration after a resume from
suspend), dhcpcd immediately exits, but ifplugd notices that the interface
reappears within a timeout and does not bother reconfiguring it.
This commit disables the ifplugd timeout. If it turns out to be needed for
buggy interfaces, we should implement the desired functionality in the
ifplugd.action script.
commit 65c5f5514dbad36ff978d0f05ba7a9937b923201
Author: Jouke Witteveen <j.witteveen(a)gmail.com>
Date: Fri Oct 9 12:27:38 2020 +0200
Stop netctl-ifplugd more correctly
-----------------------------------------------------------------------
Summary of changes:
docs/Makefile | 2 +-
docs/wifi-menu.1.txt | 90 ++++++++++++++++++++++++++++++++++++++++
services/netctl-ifplugd@.service | 3 +-
3 files changed, 93 insertions(+), 2 deletions(-)
create mode 100644 docs/wifi-menu.1.txt
hooks/post-receive
--
Network control utility based on systemd