[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 0.6-7-ge108b3b
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 e108b3b497a8553db8af0003a17266183bd6fe15 (commit) via 07123c0f5beeae4761a23f1caedec3135afc3867 (commit) via 9cf4c218da66b3aa35743a2c4c842fd2c2c5bb9c (commit) via 7699be26477ba73ca470658ccec05a55499f7af0 (commit) via 1d49567af0acaca79fe9047703a0d94ebaf31064 (commit) via a24839b747f152dbc7ddf8f21ebfa7aae474d13e (commit) via 002fd276527a9d14b01555f95107993ede465765 (commit) from 9db8145b411366eea5654547c24a52c68bbc1c06 (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 e108b3b497a8553db8af0003a17266183bd6fe15 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Tue Mar 19 15:32:07 2013 +0100 0.7 release updates commit 07123c0f5beeae4761a23f1caedec3135afc3867 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Tue Mar 19 15:29:25 2013 +0100 Fix termination of wpa_actiond wpa_supplicant would not immediately terminate with an attached ctrl monitor. commit 9cf4c218da66b3aa35743a2c4c842fd2c2c5bb9c Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Mon Mar 18 22:16:55 2013 +0100 Documentation updates commit 7699be26477ba73ca470658ccec05a55499f7af0 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Mon Mar 18 21:59:04 2013 +0100 Unhardcode paths Remove distribution-specific paths (and allow overrides). commit 1d49567af0acaca79fe9047703a0d94ebaf31064 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Mon Mar 18 09:13:26 2013 +0100 Proper systemd escaping This fixes the use of all sorts of characters in profile names/interface names. commit a24839b747f152dbc7ddf8f21ebfa7aae474d13e Author: Florian Pritz <bluewind@xinu.at> Date: Mon Mar 11 19:40:35 2013 +0100 connections/vlan: fix BindsToInterfaces length calculation ${#array[@]} requires "[@]" to count the array members. Otherwise it will return the length of the first element which will hardly ever be 1. Signed-off-by: Florian Pritz <bluewind@xinu.at> commit 002fd276527a9d14b01555f95107993ede465765 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Sun Mar 10 10:15:41 2013 +0100 Uniform translation of profiles to unit names The unit corresponding to a profile named $p is netctl@$p.service. We should not drop the suffix, since $p could contain a valid unit suffix (although .service is not allowed). We take care of this uniformly by wrapping around systemctl. Additionally, `systemctl list-units` does not accept an '--active' parameter, so we fix it to be consistent with `netctl list`. ----------------------------------------------------------------------- Summary of changes: Makefile | 2 +- NEWS | 4 +++ contrib/PKGBUILD | 1 + docs/netctl.profile.5.txt | 4 +++ docs/netctl.special.7.txt | 6 +++-- services/netctl-auto@.service | 4 +-- services/netctl-ifplugd@.service | 2 +- services/netctl@.service | 6 ++--- src/lib/8021x | 2 +- src/lib/auto.action | 5 +--- src/lib/connections/bond | 2 +- src/lib/connections/bridge | 2 +- src/lib/connections/pppoe | 6 +++-- src/lib/connections/vlan | 2 +- src/netctl | 57 +++++++++++++++++++++++++++------------- src/netctl-auto | 24 +++++++---------- 16 files changed, 78 insertions(+), 51 deletions(-) hooks/post-receive -- Network control utility based on systemd
participants (1)
-
joukeï¼ archlinux.org