[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.12-9-gd1c992b

Jouke Witteveen jouke at archlinux.org
Tue Dec 13 10:13:38 UTC 2016


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  d1c992b7c6e2c96bd48164a65b7a774801805906 (commit)
       via  e43a82219d3fba69a44b072ccc1176fa450d58d4 (commit)
       via  b8f194cdd85bba7612e2158c6ac28e4d3c773588 (commit)
       via  b150d86450a39e685f487a9c7f00f54a53af2ef1 (commit)
       via  f907353ad06a81a9e0ce23cbefeed9030ee39f3c (commit)
      from  02c30fd33528e01b016b2631cabed427d6bbd701 (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 d1c992b7c6e2c96bd48164a65b7a774801805906
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Wed Sep 28 11:36:15 2016 +0200

    Additional granularity in `netctl list`
    
    Distinguish between started profiles and online profiles in the output
    of the list subcommand of netctl.
    To be consistent in symbol usage, the wifi-menu flags have changed too.

commit e43a82219d3fba69a44b072ccc1176fa450d58d4
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Wed Sep 28 11:29:34 2016 +0200

    Distinguish between network{,-online}.target (FS#50476)
    
    The netctl@ service now yields before obtaining an IP address. This
    prevents holding up network.target unnecessarily. Waiting for profiles
    to obtain an IP address is possible through
    
    1) The netctl-wait-online service
    This service waits until all enabled profiles have obtained an address.
    It is ordered before network-online.target so that this target is now
    correctly implemented in netctl.
    
    2) The wait-online <PROFILE> subcommand to netctl
    This command waits for a started profile to obtain an address.

commit b8f194cdd85bba7612e2158c6ac28e4d3c773588
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Wed Sep 28 11:19:23 2016 +0200

    Don't duplicate functionality provided by systemd

commit b150d86450a39e685f487a9c7f00f54a53af2ef1
Author: Romain Aigron <aigron.romain at wanadoo.fr>
Date:   Fri Oct 28 00:22:09 2016 +0200

    Fix bash completion for profiles names.
    
    This patch fixes completion for the netctl and netctl_auto
    commands for profiles names, treating them as filenames.
    This allow proper completion for profiles with spaces or quotes in their
    name (as it happends for instance with wifi-menu's autogenerated profile
    names)
    
    Signed-off-by: Romain Aigron <aigron.romain at wanadoo.fr>

commit f907353ad06a81a9e0ce23cbefeed9030ee39f3c
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Wed Nov 2 14:10:44 2016 +0100

    Tune profile auto-completion
    
    Bring the exclusion pattern up to date with the currently used pattern.

-----------------------------------------------------------------------

Summary of changes:
 contrib/PKGBUILD.in                 |  2 +-
 contrib/bash-completion             | 10 ++--
 contrib/zsh-completion              |  5 +-
 docs/netctl.1.txt                   |  8 +++-
 docs/netctl.profile.5.txt           |  4 ++
 docs/netctl.special.7.txt           | 15 ++++--
 services/netctl-auto at .service       |  4 +-
 services/netctl-ifplugd at .service    |  1 +
 services/netctl-wait-online.service | 13 +++++
 services/netctl at .service            |  3 +-
 src/lib/connections/mobile_ppp      |  3 ++
 src/lib/connections/pppoe           |  1 +
 src/lib/globals                     | 15 ++++++
 src/lib/ip                          |  2 +
 src/lib/network                     | 43 ++++++++++++++---
 src/netctl.in                       | 95 ++++++++++++++++++-------------------
 src/wifi-menu                       | 15 +++---
 17 files changed, 161 insertions(+), 78 deletions(-)
 create mode 100644 services/netctl-wait-online.service


hooks/post-receive
-- 
Network control utility based on systemd


More information about the arch-projects mailing list