[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.13-6-gb1b03d8

Jouke Witteveen jouke at archlinux.org
Mon Jul 31 13:00:46 UTC 2017


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  b1b03d8e072072aae723e7481a817dd252fe93c7 (commit)
       via  1da7ed2939d806191f1e20c8e451417314165b69 (commit)
       via  17cbd88d67775f931aae5819a253d3b1d578972e (commit)
      from  d93ef2aab43ba4000a4596c5dc72546696322936 (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 b1b03d8e072072aae723e7481a817dd252fe93c7
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Mon Jul 31 14:56:50 2017 +0200

    Only touch the transient hostname
    
    According to hostnamectl(1), network configuration should only influence the
    transient hostname.
    
    Observed and reported by Stefan (steinwanderer).

commit 1da7ed2939d806191f1e20c8e451417314165b69
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Thu Jun 15 18:12:15 2017 +0200

    Improve handling of empty SSIDs in wifi-menu
    
    The sed alternative to the grep/substring combination would be
    
        sed -n 's/ssid=//p;T_;q0;:_;$q1'
    
    which is as beautiful as it is unreadable.

commit 17cbd88d67775f931aae5819a253d3b1d578972e
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date:   Mon May 29 21:42:24 2017 +0200

    Use if statements for non-problematic checks
    
    The shorthand && or || sets the return value to 1 when they fail, which
    can then become the return value of a function.
    
    Observed and reported by David Dorfman.

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

Summary of changes:
 src/lib/ip    |  3 ++-
 src/netctl.in | 10 ++++++----
 src/wifi-menu |  7 +++++--
 3 files changed, 13 insertions(+), 7 deletions(-)


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


More information about the arch-projects mailing list