[arch-projects] [netcfg] [GIT] netcfg network scripts repository branch master updated. 2.7.3-13-gd20dd39
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 d20dd39fa08da3ef262c95ece5548c952c257bf7 (commit) via e9a85e651191aa9152c46ad5b7b75c4b38e77394 (commit) via 5f708051ba156b5b6d407f02b77e32521b6d449a (commit) via 0340759269f84f071b5b7ec11ae4691a8722c21a (commit) via 7fab9eaf848004fd742e0513d620ced9ee7667a2 (commit) from fda34d4a6c03e919786b26876d6a9c051119db1d (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 d20dd39fa08da3ef262c95ece5548c952c257bf7 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Apr 11 19:42:13 2012 +0200 Remove obsolete references to /etc/rc.conf Configuration is done through /etc/conf.d/netcfg. Compatibility with configuration through /etc/rc.conf is dropped. commit e9a85e651191aa9152c46ad5b7b75c4b38e77394 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Apr 11 18:28:22 2012 +0200 Systemd service files The netcfg service provides support for the NETWORKS array in /etc/conf.d/netcfg through netcfg-daemon. The netcfg@ service allows individual profiles to be treated as services. These services wait until a connection is established (the other service has support for backgrounding)! commit 5f708051ba156b5b6d407f02b77e32521b6d449a Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Apr 11 18:04:43 2012 +0200 Fixes to the netcfg daemon commit 0340759269f84f071b5b7ec11ae4691a8722c21a Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Apr 11 13:40:19 2012 +0200 Add netcfg-daemon For reuse in a systemd service commit 7fab9eaf848004fd742e0513d620ced9ee7667a2 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Apr 11 02:07:20 2012 +0200 Rewrite output hook to not depend on initscripts /etc/rc.d/functions is owned by initscripts on which netcfg does not explicitly depend. The revised layout is inspired by systemd. ----------------------------------------------------------------------- Summary of changes: Makefile | 4 +- contrib/logging.hook | 13 ++---- contrib/pm-utils.handler | 11 ++--- rc.d/net-profiles | 57 +++++++------------------ rc.d/net-rename | 2 + scripts/netcfg-daemon | 72 +++++++++++++++++++++++++++++++ scripts/netcfg-wpa_actiond | 1 - src/globals | 6 +-- src/hooks/arch | 42 ------------------ src/hooks/fancy | 84 +++++++++++++++++++++++++++++++++++++ src/network | 7 +-- systemd/net-auto-wired.service | 1 - systemd/net-auto-wireless.service | 1 - systemd/netcfg.service | 13 ++++++ systemd/netcfg@.service | 12 +++++ 15 files changed, 213 insertions(+), 113 deletions(-) mode change 100644 => 100755 scripts/ifplugd.action create mode 100755 scripts/netcfg-daemon delete mode 100644 src/hooks/arch create mode 100755 src/hooks/fancy create mode 100644 systemd/netcfg.service create mode 100644 systemd/netcfg@.service hooks/post-receive -- netcfg network scripts repository
participants (1)
-
joukeï¼ archlinux.org