Browse Source
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20217 10447126-35f2-4685-b0cf-6dd780d3921fearly
Christian Wiese
18 years ago
3 changed files with 80 additions and 0 deletions
@ -0,0 +1,17 @@
|
||||
|
||||
[TIMESTAMP] 1171153000 Sun Feb 11 01:16:40 2007 |
||||
[BUILDTIME] 0 (5) |
||||
[SIZE] 0.21 MB, 116 files |
||||
|
||||
[DEP] 00-dirtree |
||||
[DEP] bash |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] diffutils |
||||
[DEP] findutils |
||||
[DEP] gcc |
||||
[DEP] glibc |
||||
[DEP] grep |
||||
[DEP] sed |
||||
[DEP] sysfiles |
||||
[DEP] tar |
@ -0,0 +1,23 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../etcnet/etcnet.conf |
||||
# Copyright (C) 2007 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
makeopt='' |
||||
makeinstopt='' |
||||
|
||||
etcnet_install() { |
||||
cp -av etc/* $root$sysconfdir/ |
||||
} |
||||
|
||||
hook_add postmake 5 "etcnet_install" |
||||
|
@ -0,0 +1,40 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../etcnet/etcnet.desc |
||||
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[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; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A Linux network configuration system |
||||
|
||||
[T] /etc/net represents a new approach to Linux network configuration |
||||
[T] tasks. Inspired by the limitations of traditional configuration |
||||
[T] subsystems, /etc/net provides builtin support for configuration profiles, |
||||
[T] interface name management, removable device support, full iproute2 command |
||||
[T] set support, interface dependency resolution, and a QoS configuration |
||||
[T] framework. /etc/net provides support for the following interface types: |
||||
[T] Ethernet, WiFi (WEP), IPv6/IPv6 tunnels, PSK IPSec tunnels, VLAN, PLIP, |
||||
[T] Ethernet bonding and bridging, traffic equalizer, Pent@NET, usbnet, and |
||||
[T] PPP. Due to its modular design, support for new interface types can be |
||||
[T] added without overall design changes. |
||||
|
||||
[U] http://etcnet.org/ |
||||
|
||||
[A] Pilot <web@pilot.org.ua> |
||||
[M] Christian Wiese <morfoh@opensde.org> |
||||
|
||||
[C] extra/network |
||||
|
||||
[L] GPL |
||||
[S] Stable |
||||
[V] 0.8.5 |
||||
[P] X -----5---9 203.000 |
||||
|
||||
[D] 4065768240 etcnet-0.8.5.tar.bz2 http://etcnet.org/files/ |
Loading…
Reference in new issue