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 "netcfg network scripts repository". The branch, master has been updated via 2401ca411949a882c23f01942379e37dd1daa36c (commit) via 154cbc6c9bc764cc9754a86bcf5e39044d86352e (commit) via f50cf9943caf8355f2534da950227dffed6019a7 (commit) via 6d4f054ccc25d8a539bc6b4c09c3dbc6afb36875 (commit) via 9feac3562c132207be58ec7939c9503cf41803de (commit) via e40cdd3514857d7b9d644f1ae63e44a1daadd726 (commit) from 250aa4794191a6bd8805555a5fd76d1fc6e3b5ea (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 2401ca411949a882c23f01942379e37dd1daa36c Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Mon Apr 30 01:23:06 2012 +0200 Move the website to a website Give users a way to stumble upon this marvelous piece of literature that had completely been forgotten (it was introduced in the repository around netcfg 2.6, but never installed). commit 154cbc6c9bc764cc9754a86bcf5e39044d86352e Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Mon Apr 30 01:17:56 2012 +0200 Fix handling of profilenames with spaces (FS#28522) This was the result of commit b6964 which said to fix FS#17406 by reverting to the subshell-less for-loop that is once again removed in this commit. The real fix to FS#17406 was commit c3276 to the initscripts repository. commit f50cf9943caf8355f2534da950227dffed6019a7 Author: Phillip Smith <phillip.smith@naturesorganics.com.au> Date: Wed Apr 18 09:57:01 2012 +1000 add undocumented IP=no option to net-profiles man page There is support for IP='no' option in profiles to have the interface be brought up but assign no addresses. This patch adds documentation of that option to the man page. commit 6d4f054ccc25d8a539bc6b4c09c3dbc6afb36875 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Apr 18 17:26:52 2012 +0200 Prevent ownership conflict with pm-utils 50 is a better number for netcfg anyway. commit 9feac3562c132207be58ec7939c9503cf41803de Author: Tom Gundersen <teg@jklm.no> Date: Tue Apr 17 18:36:43 2012 +0200 systemd: wait for network to come up We need to make sure no the systemd services are only considered started when the network is actually up. Otherwise, things relying on the network don't know when they can start. This means that we need to use Type=forking or Type=oneshot, and in the case of ifplugd we must daemonize and wait for the daemon to be ready before we continue. Also do some minor cleanup: - don't include env files that are not used - don't ignore return values Signed-off-by: Tom Gundersen <teg@jklm.no> commit e40cdd3514857d7b9d644f1ae63e44a1daadd726 Author: Tom Gundersen <teg@jklm.no> Date: Tue Apr 17 18:36:42 2012 +0200 systemd: pull in network.target It is not enough to order ourselves Before network target, we must also make sure it is pulled in. This means that anything that needs the network to be up before they start can order themselves After=network.target. Reported-by: Tobias Powalowski <tpowa@archlinux.org> Signed-off-by: Tom Gundersen <teg@jklm.no> ----------------------------------------------------------------------- Summary of changes: Makefile | 3 +-- contrib/PKGBUILD | 2 +- docs/Makefile | 13 ++++++++----- docs/index.txt | 2 +- docs/netcfg-profiles.5.txt | 5 +++-- scripts/netcfg-daemon | 2 +- src/network | 3 ++- systemd/net-auto-wired.service | 8 ++++---- systemd/net-auto-wireless.service | 1 + systemd/netcfg.service | 2 +- systemd/netcfg@.service | 1 + 11 files changed, 24 insertions(+), 18 deletions(-) hooks/post-receive -- netcfg network scripts repository