From 9bf9311cdd20d4ffecf0f648396b649414293fd2 Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Wed, 27 Sep 2006 18:13:44 +0000 Subject: [PATCH] Denis Ovsienko : added /etc/net (Linux network configuration system) [2006092719223021860] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7925 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/pilot/etcnet/etcnet.conf | 9 ++++++ package/pilot/etcnet/etcnet.desc | 51 ++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 package/pilot/etcnet/etcnet.conf create mode 100644 package/pilot/etcnet/etcnet.desc diff --git a/package/pilot/etcnet/etcnet.conf b/package/pilot/etcnet/etcnet.conf new file mode 100644 index 000000000..d0659cd2e --- /dev/null +++ b/package/pilot/etcnet/etcnet.conf @@ -0,0 +1,9 @@ +prefix=$root +var_append makeopt " " "-f contrib/Makefile" +var_append makeinstopt " " "-f contrib/Makefile" + +etcnet_postmake() { + install -m 644 contrib/50-RockLinux-3 $root/etc/net/options.d/ +} + +hook_add postmake 5 etcnet_postmake diff --git a/package/pilot/etcnet/etcnet.desc b/package/pilot/etcnet/etcnet.desc new file mode 100644 index 000000000..7307f0d5f --- /dev/null +++ b/package/pilot/etcnet/etcnet.desc @@ -0,0 +1,51 @@ + +[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- +[COPY] +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] Please add additional copyright information _after_ the line containing +[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by +[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! +[COPY] +[COPY] ROCK Linux: rock-src/package/pilot/etcnet/etcnet.desc +[COPY] ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; either version 2 of the License, or +[COPY] (at your option) any later version. A copy of the GNU General Public +[COPY] License can be found at Documentation/COPYING. +[COPY] +[COPY] Many people helped and are helping developing ROCK Linux. Please +[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM +[COPY] file for details. +[COPY] +[COPY] --- ROCK-COPYRIGHT-NOTE-END --- + +[I] /etc/net Linux network configuration system + +[T] /etc/net represents a new approach to Linux network +[T] configuration tasks. Inspired by the limitations of +[T] traditional configuration subsystems, /etc/net +[T] provides builtin support for: +[T] +[T] * configuration profiles +[T] * interface name management +[T] * removable devices +[T] * full iproute2 command set +[T] * interface dependencies resolution +[T] * QoS configuration framework +[T] * firewall support + +[U] http://etcnet.org/ + +[A] Denis Ovsienko +[M] Denis Ovsienko + +[C] base/system + +[L] GPL +[S] Gamma +[V] 0.8.5 +[P] X -----5---9 800.000 + +[D] 0 etcnet-0.8.5.tar.bz2 http://etcnet.org/files/