[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.17-4-ge9c5de2

Jouke Witteveen jouke at archlinux.org
Fri Aug 3 17:26:42 UTC 2018


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  e9c5de21c2d50c8fd8d1343feecb632bf836eec1 (commit)
       via  a49ffaf79fee536ded2465f2cb669b024f43274a (commit)
       via  1a35b9ffe7464e4fdffff02898a2a97e38c4236e (commit)
       via  04d39b2573bd34d4159837afdb4793a0990bd44a (commit)
      from  4be6904e2518b5b13675439d6b89592e6bb4a6e3 (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 e9c5de21c2d50c8fd8d1343feecb632bf836eec1
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Thu Aug 2 14:29:21 2018 +0200

    PKGBUILD: depend on resolvconf instead of on openresolv
    
    Depend on the interface, not on the implementation.
    Nevertheless, for netctl, openresolv is the preferred implementation.

commit a49ffaf79fee536ded2465f2cb669b024f43274a
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Sat Jul 28 23:09:29 2018 +0200

    Switch to single quotes in contexts where we may want to use '\'
    
    Inside double quotes, backslash is an escape character. Hence, it is
    cleaner to use single quotes where backslashes may occur. This includes
    pattern strings for print, grep, and sed.

commit 1a35b9ffe7464e4fdffff02898a2a97e38c4236e
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Sat Jul 28 14:31:43 2018 +0200

    Centralize profile exposing through the Profile variable
    
    This also allows hooks to alter the profile to be loaded.

commit 04d39b2573bd34d4159837afdb4793a0990bd44a
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Sat Jul 28 14:07:50 2018 +0200

    Use drop-in directories instead of .include statements
    
    The .include directive in systemd unit files has effectively been
    deprecated since systemd v210. Its functionality is subsumed by
    drop-in directories.

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

Summary of changes:
 contrib/PKGBUILD.in          |  2 +-
 contrib/bash-completion      |  2 +-
 contrib/zsh-completion       |  2 +-
 src/ifplugd.action           |  4 ++--
 src/lib/auto.action          |  4 +---
 src/lib/connections/wireless |  2 +-
 src/lib/globals              | 14 +++++++-----
 src/lib/ip                   |  2 +-
 src/lib/network              |  5 ++--
 src/lib/wpa                  | 14 ++++++------
 src/netctl-auto              |  4 ++--
 src/netctl.in                | 54 ++++++++++++++++++++++----------------------
 src/wifi-menu                | 16 ++++++-------
 13 files changed, 62 insertions(+), 63 deletions(-)


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


More information about the arch-projects mailing list