Christian Wiese
11 years ago
5 changed files with 0 additions and 1215 deletions
@ -1,29 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
# |
|
||||||
# Filename: package/.../net-tools/nameif-linenum.patch.disabled |
|
||||||
# Copyright (C) 2012 The OpenSDE Project |
|
||||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||||
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
||||||
# |
|
||||||
# More information can be found in the files COPYING and README. |
|
||||||
# |
|
||||||
# This patch file is dual-licensed. It is available under the license the |
|
||||||
# patched project is licensed under, as long as it is an OpenSource license |
|
||||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
|
||||||
# of the GNU General Public License as published by the Free Software |
|
||||||
# Foundation; either version 2 of the License, or (at your option) any later |
|
||||||
# version. |
|
||||||
# --- SDE-COPYRIGHT-NOTE-END --- |
|
||||||
|
|
||||||
--- net-tools-1.60/nameif.c.orig 2003-08-16 12:16:30.000000000 +0200 |
|
||||||
+++ net-tools-1.60/nameif.c 2003-08-16 12:12:55.000000000 +0200 |
|
||||||
@@ -178,7 +178,7 @@ |
|
||||||
continue; |
|
||||||
n = strcspn(p, " \t"); |
|
||||||
if (n > IFNAMSIZ) |
|
||||||
- complain(_("interface name too long at line %d"), line); |
|
||||||
+ complain(_("interface name too long at line %d"), linenum); |
|
||||||
memcpy(ch->ifname, p, n); |
|
||||||
ch->ifname[n] = 0; |
|
||||||
p += n; |
|
File diff suppressed because it is too large
Load Diff
@ -1,22 +0,0 @@ |
|||||||
|
|
||||||
[TIMESTAMP] 1297109106 Mon Feb 7 21:05:06 2011 |
|
||||||
[BUILDTIME] 0 (5) |
|
||||||
[SIZE] 0.32 MB, 30 files |
|
||||||
|
|
||||||
[DEP] bash |
|
||||||
[DEP] binutils |
|
||||||
[DEP] bzip2 |
|
||||||
[DEP] coreutils |
|
||||||
[DEP] diffutils |
|
||||||
[DEP] fhs |
|
||||||
[DEP] findutils |
|
||||||
[DEP] gawk |
|
||||||
[DEP] gcc |
|
||||||
[DEP] glibc |
|
||||||
[DEP] grep |
|
||||||
[DEP] linux-header |
|
||||||
[DEP] make |
|
||||||
[DEP] patch |
|
||||||
[DEP] sed |
|
||||||
[DEP] sysfiles |
|
||||||
[DEP] tar |
|
@ -1,20 +0,0 @@ |
|||||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
# |
|
||||||
# Filename: package/.../net-tools/net-tools.conf |
|
||||||
# Copyright (C) 2006 - 2012 The OpenSDE Project |
|
||||||
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||||
# Copyright (C) 1998 - 2003 Clifford Wolf |
|
||||||
# |
|
||||||
# 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 --- |
|
||||||
|
|
||||||
# hack to deal with the weird interactive config |
|
||||||
hook_add premake 9 'yes "" | eval $MAKE $makeopt config.h' |
|
||||||
|
|
||||||
var_append makeinstopt ' ' "BASEDIR=$root" |
|
@ -1,49 +0,0 @@ |
|||||||
|
|
||||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
||||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
||||||
[COPY] |
|
||||||
[COPY] Filename: package/.../net-tools/net-tools.desc |
|
||||||
[COPY] Copyright (C) 2006 - 2012 The OpenSDE Project |
|
||||||
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project |
|
||||||
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf |
|
||||||
[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 collection of network configuration programs for Linux |
|
||||||
|
|
||||||
[T] The net-tools package contains a collection of programs that form the base |
|
||||||
[T] set of the NET-3 networking distribution for the Linux operating system. |
|
||||||
[T] It contains the important tools for controlling the network subsystem of the |
|
||||||
[T] Linux kernel including arp, ifconfig, netstat, rarp and route. |
|
||||||
[T] Additionally it provides utilities relating to particular network hardware |
|
||||||
[T] types (plipconfig, slattach), nameif for naming network interfaces based on |
|
||||||
[T] MAC addresses. |
|
||||||
[T] |
|
||||||
[T] Important: |
|
||||||
[T] For modern Linux systems most net-tools programs are obsolete now! |
|
||||||
[T] It is highly recommended to use the command set provided by the iproute2 |
|
||||||
[T] package and additional applications like ifrename and ethtool. |
|
||||||
|
|
||||||
[U] http://net-tools.berlios.de |
|
||||||
[U] http://linux-net.osdl.org/index.php/Net-tools |
|
||||||
[U] http://bernd.eckenfels.net/net-tools.php |
|
||||||
|
|
||||||
[A] Phil Blundell <philb@gnu.org> |
|
||||||
[A] Bernd Eckenfels <net-tools@lina.inka.de> |
|
||||||
[M] The OpenSDE Community <list@opensde.org> |
|
||||||
|
|
||||||
[C] base/system |
|
||||||
[F] DIETLIBC NOPARALLEL |
|
||||||
|
|
||||||
[L] GPL |
|
||||||
[S] Stable |
|
||||||
[V] 1.60.20121017-git8217b88b |
|
||||||
[P] X -?---5---9 184.500 |
|
||||||
|
|
||||||
[D] 3647155460 net-tools-1.60.20121017-git8217b88b.tar.bz2 http://www.tazenda.demon.co.uk/phil/net-tools/ |
|
Loading…
Reference in new issue