Browse Source
Note: There wasn't a release net-tools for 11 years now, but development it seems that upstream development is going on at http://net-tools.sourceforge.net, thus we are going to use a recent git snapshot now, for people who still like to use ifconfig and the other historical commands included within the net-tools package! Please also note that this commit is removing the ether-wake command which was patched in before by using a patch provided by linuxfromscratch. http://www.linuxfromscratch.org/patches/downloads/net-tools/net-tools-1.60-ether_wake-1.patchuser/chris/wip/linux37
Christian Wiese
12 years ago
12 changed files with 1105 additions and 569 deletions
@ -1,86 +0,0 @@
|
||||
/*
|
||||
* |
||||
* --- T2-COPYRIGHT-NOTE-BEGIN --- |
||||
* This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
* |
||||
* T2 SDE: package/.../net-tools/config.h |
||||
* 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. |
||||
* --- T2-COPYRIGHT-NOTE-END --- |
||||
* |
||||
* config.h Automatically generated configuration includefile |
||||
* |
||||
* NET-TOOLS A collection of programs that form the base set of the |
||||
* NET-3 Networking Distribution for the LINUX operating |
||||
* system. |
||||
* |
||||
* DO NOT EDIT DIRECTLY |
||||
* |
||||
*/ |
||||
|
||||
/*
|
||||
* |
||||
* I18N |
||||
* |
||||
* (Internationalization) |
||||
* |
||||
* In this BETA Release the I18N (NLS) is enabled and now based |
||||
* on GNU gettext, only a brazilian portuguese and German catalog |
||||
* (translation) is present, but others are *highly* welcome! |
||||
* |
||||
* (answer 'n' if you have no system with GNU gettext support) |
||||
* |
||||
*/ |
||||
#define I18N 0 |
||||
|
||||
/*
|
||||
* |
||||
* Protocol Families. |
||||
* |
||||
*/ |
||||
#define HAVE_AFUNIX 1 |
||||
#define HAVE_AFINET 1 |
||||
#define HAVE_AFINET6 1 |
||||
#define HAVE_AFIPX 1 |
||||
#define HAVE_AFATALK 1 |
||||
#define HAVE_AFAX25 1 |
||||
#define HAVE_AFNETROM 1 |
||||
#define HAVE_AFROSE 1 |
||||
#define HAVE_AFECONET 1 |
||||
#define HAVE_AFDECnet 0 |
||||
|
||||
/*
|
||||
* |
||||
* Device Hardware types. |
||||
* |
||||
*/ |
||||
#define HAVE_HWETHER 1 |
||||
#define HAVE_HWARC 1 |
||||
#define HAVE_HWSLIP 1 |
||||
#define HAVE_HWPPP 1 |
||||
#define HAVE_HWTUNNEL 1 |
||||
#define HAVE_HWTR 1 |
||||
#define HAVE_HWAX25 1 |
||||
#define HAVE_HWROSE 1 |
||||
#define HAVE_HWNETROM 1 |
||||
#define HAVE_HWFR 1 |
||||
#define HAVE_HWSIT 1 |
||||
#define HAVE_HWFDDI 1 |
||||
#define HAVE_HWHIPPI 1 |
||||
#define HAVE_HWASH 1 |
||||
#define HAVE_HWHDLCLAPB 1 |
||||
|
||||
/*
|
||||
* |
||||
* Other Features. |
||||
* |
||||
*/ |
||||
#define HAVE_FW_MASQUERADE 1 |
||||
#define HAVE_IP_TOOLS 1 |
@ -1,93 +0,0 @@
|
||||
/* |
||||
* |
||||
* --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
* |
||||
* This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
* Please add additional copyright information _after_ the line containing |
||||
* the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
* the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
* |
||||
* ROCK Linux: rock-src/package/.../net-tools/config.h.diet |
||||
* Copyright (C) 1998 - 2003 Clifford Wolf |
||||
* |
||||
* 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; either version 2 of the License, or |
||||
* (at your option) any later version. A copy of the GNU General Public |
||||
* License can be found at Documentation/COPYING. |
||||
* |
||||
* Many people helped and are helping developing ROCK Linux. Please |
||||
* have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
* file for details. |
||||
* |
||||
* --- ROCK-COPYRIGHT-NOTE-END --- |
||||
* |
||||
* config.h Automatically generated configuration includefile |
||||
* |
||||
* NET-TOOLS A collection of programs that form the base set of the |
||||
* NET-3 Networking Distribution for the LINUX operating |
||||
* system. |
||||
* |
||||
* DO NOT EDIT DIRECTLY |
||||
* |
||||
*/ |
||||
|
||||
/* |
||||
* |
||||
* I18N |
||||
* |
||||
* (Internationalization) |
||||
* |
||||
* In this BETA Release the I18N (NLS) is enabled and now based |
||||
* on GNU gettext, only a brazilian portuguese and German catalog |
||||
* (translation) is present, but others are *highly* welcome! |
||||
* |
||||
* (answer 'n' if you have no system with GNU gettext support) |
||||
* |
||||
*/ |
||||
#define I18N 0 |
||||
|
||||
/* |
||||
* |
||||
* Protocol Families. |
||||
* |
||||
*/ |
||||
#define HAVE_AFUNIX 1 |
||||
#define HAVE_AFINET 1 |
||||
#define HAVE_AFINET6 0 |
||||
#define HAVE_AFIPX 1 |
||||
#define HAVE_AFATALK 1 |
||||
#define HAVE_AFAX25 1 |
||||
#define HAVE_AFNETROM 1 |
||||
#define HAVE_AFROSE 1 |
||||
#define HAVE_AFECONET 1 |
||||
#define HAVE_AFDECnet 0 |
||||
|
||||
/* |
||||
* |
||||
* Device Hardware types. |
||||
* |
||||
*/ |
||||
#define HAVE_HWETHER 1 |
||||
#define HAVE_HWARC 1 |
||||
#define HAVE_HWSLIP 1 |
||||
#define HAVE_HWPPP 1 |
||||
#define HAVE_HWTUNNEL 1 |
||||
#define HAVE_HWTR 1 |
||||
#define HAVE_HWAX25 1 |
||||
#define HAVE_HWROSE 1 |
||||
#define HAVE_HWNETROM 1 |
||||
#define HAVE_HWFR 1 |
||||
#define HAVE_HWSIT 1 |
||||
#define HAVE_HWFDDI 0 |
||||
#define HAVE_HWHIPPI 1 |
||||
#define HAVE_HWASH 1 |
||||
#define HAVE_HWHDLCLAPB 1 |
||||
|
||||
/* |
||||
* |
||||
* Other Features. |
||||
* |
||||
*/ |
||||
#define HAVE_FW_MASQUERADE 1 |
||||
#define HAVE_IP_TOOLS 1 |
@ -1,100 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../net-tools/config.status |
||||
# 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 --- |
||||
# |
||||
# config.in Configure.sh source for the net-tools. |
||||
# This file contains the definition of what the support |
||||
# library contains. Most of all, it defines which types |
||||
# of address families and hardware we know of. |
||||
# |
||||
# NET-TOOLS A collection of programs that form the base set of the |
||||
# NET-3 Networking Distribution for the LINUX operating |
||||
# system. |
||||
# |
||||
# Version: config.in 1.21 (98-06-30) |
||||
# |
||||
# Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> |
||||
# Copyright 1988-1993 MicroWalt Corporation |
||||
# |
||||
# Bernd 'eckes' Eckenfels <net-tools@lina.inka.de> |
||||
# Arnaldo Carvalho de Melo <acme@conectiva.com.br> |
||||
# GNU gettext - I18N |
||||
# |
||||
# 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; either version 2 of the License, or (at |
||||
# your option) any later version. |
||||
# |
||||
= /* |
||||
= * config.h Automatically generated configuration includefile |
||||
= * |
||||
= * NET-TOOLS A collection of programs that form the base set of the |
||||
= * NET-3 Networking Distribution for the LINUX operating |
||||
= * system. |
||||
= * |
||||
= * DO NOT EDIT DIRECTLY |
||||
= * |
||||
= */ |
||||
* |
||||
* |
||||
* I18N |
||||
* |
||||
* (Internationalization) |
||||
* |
||||
* In this BETA Release the I18N (NLS) is enabled and now based |
||||
* on GNU gettext, only a brazilian portuguese and German catalog |
||||
* (translation) is present, but others are *highly* welcome! |
||||
* |
||||
* (answer 'n' if you have no system with GNU gettext support) |
||||
* |
||||
bool 'Does your system support GNU gettext?' I18N n |
||||
* |
||||
* |
||||
* Protocol Families. |
||||
* |
||||
bool 'UNIX protocol family' HAVE_AFUNIX y |
||||
bool 'INET (TCP/IP) protocol family' HAVE_AFINET y |
||||
bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 y |
||||
bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y |
||||
bool 'Appletalk DDP protocol family' HAVE_AFATALK y |
||||
bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 y |
||||
bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM y |
||||
bool 'Rose (packet radio) protocol family' HAVE_AFROSE y |
||||
bool 'Econet protocol family' HAVE_AFECONET y |
||||
bool 'DECnet protocol family' HAVE_AFDECnet n |
||||
* |
||||
* |
||||
* Device Hardware types. |
||||
* |
||||
bool 'Ethernet (generic) support' HAVE_HWETHER y |
||||
bool 'ARCnet support' HAVE_HWARC y |
||||
bool 'SLIP (serial line) support' HAVE_HWSLIP y |
||||
bool 'PPP (serial line) support' HAVE_HWPPP y |
||||
bool 'IPIP Tunnel support' HAVE_HWTUNNEL y |
||||
bool 'Token ring (generic) support' HAVE_HWTR y |
||||
bool 'AX25 (packet radio) support' HAVE_HWAX25 y |
||||
bool 'Rose (packet radio) support' HAVE_HWROSE y |
||||
bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y |
||||
bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y |
||||
bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT y |
||||
bool 'FDDI (generic) support' HAVE_HWFDDI y |
||||
bool 'HIPPI (generic) support' HAVE_HWHIPPI y |
||||
bool 'Ash hardware support' HAVE_HWASH y |
||||
bool '(Cisco)-HDLC/LAPB support' HAVE_HWHDLCLAPB y |
||||
* |
||||
* |
||||
* Other Features. |
||||
* |
||||
bool 'IP Masquerading support' HAVE_FW_MASQUERADE y |
||||
bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS y |
@ -1,100 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../net-tools/config.status.diet |
||||
# 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 --- |
||||
# |
||||
# config.in Configure.sh source for the net-tools. |
||||
# This file contains the definition of what the support |
||||
# library contains. Most of all, it defines which types |
||||
# of address families and hardware we know of. |
||||
# |
||||
# NET-TOOLS A collection of programs that form the base set of the |
||||
# NET-3 Networking Distribution for the LINUX operating |
||||
# system. |
||||
# |
||||
# Version: config.in 1.21 (98-06-30) |
||||
# |
||||
# Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> |
||||
# Copyright 1988-1993 MicroWalt Corporation |
||||
# |
||||
# Bernd 'eckes' Eckenfels <net-tools@lina.inka.de> |
||||
# Arnaldo Carvalho de Melo <acme@conectiva.com.br> |
||||
# GNU gettext - I18N |
||||
# |
||||
# 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; either version 2 of the License, or (at |
||||
# your option) any later version. |
||||
# |
||||
= /* |
||||
= * config.h Automatically generated configuration includefile |
||||
= * |
||||
= * NET-TOOLS A collection of programs that form the base set of the |
||||
= * NET-3 Networking Distribution for the LINUX operating |
||||
= * system. |
||||
= * |
||||
= * DO NOT EDIT DIRECTLY |
||||
= * |
||||
= */ |
||||
* |
||||
* |
||||
* I18N |
||||
* |
||||
* (Internationalization) |
||||
* |
||||
* In this BETA Release the I18N (NLS) is enabled and now based |
||||
* on GNU gettext, only a brazilian portuguese and German catalog |
||||
* (translation) is present, but others are *highly* welcome! |
||||
* |
||||
* (answer 'n' if you have no system with GNU gettext support) |
||||
* |
||||
bool 'Does your system support GNU gettext?' I18N n |
||||
* |
||||
* |
||||
* Protocol Families. |
||||
* |
||||
bool 'UNIX protocol family' HAVE_AFUNIX y |
||||
bool 'INET (TCP/IP) protocol family' HAVE_AFINET y |
||||
bool 'INET6 (IPv6) protocol family' HAVE_AFINET6 n |
||||
bool 'Novell IPX/SPX protocol family' HAVE_AFIPX y |
||||
bool 'Appletalk DDP protocol family' HAVE_AFATALK y |
||||
bool 'AX25 (packet radio) protocol family' HAVE_AFAX25 y |
||||
bool 'NET/ROM (packet radio) protocol family' HAVE_AFNETROM y |
||||
bool 'Rose (packet radio) protocol family' HAVE_AFROSE y |
||||
bool 'Econet protocol family' HAVE_AFECONET y |
||||
bool 'DECnet protocol family' HAVE_AFDECnet n |
||||
* |
||||
* |
||||
* Device Hardware types. |
||||
* |
||||
bool 'Ethernet (generic) support' HAVE_HWETHER y |
||||
bool 'ARCnet support' HAVE_HWARC y |
||||
bool 'SLIP (serial line) support' HAVE_HWSLIP y |
||||
bool 'PPP (serial line) support' HAVE_HWPPP y |
||||
bool 'IPIP Tunnel support' HAVE_HWTUNNEL y |
||||
bool 'Token ring (generic) support' HAVE_HWTR y |
||||
bool 'AX25 (packet radio) support' HAVE_HWAX25 y |
||||
bool 'Rose (packet radio) support' HAVE_HWROSE y |
||||
bool 'NET/ROM (packet radio) support' HAVE_HWNETROM y |
||||
bool 'DLCI/FRAD (frame relay) support' HAVE_HWFR y |
||||
bool 'SIT (IPv6-in-IPv4) support' HAVE_HWSIT y |
||||
bool 'FDDI (generic) support' HAVE_HWFDDI n |
||||
bool 'HIPPI (generic) support' HAVE_HWHIPPI y |
||||
bool 'Ash hardware support' HAVE_HWASH y |
||||
bool '(Cisco)-HDLC/LAPB support' HAVE_HWHDLCLAPB y |
||||
* |
||||
* |
||||
* Other Features. |
||||
* |
||||
bool 'IP Masquerading support' HAVE_FW_MASQUERADE y |
||||
bool 'Build iptunnel and ipmaddr' HAVE_IP_TOOLS y |
@ -1,26 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../net-tools/fddi-hotfix-2.6.18.patch
|
||||
# Copyright (C) 2006 The OpenSDE Project
|
||||
#
|
||||
# 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/lib/fddi.c.orig 2000-03-05 12:26:02.000000000 +0100
|
||||
+++ net-tools-1.60/lib/fddi.c 2006-09-24 00:58:02.000000000 +0200
|
||||
@@ -17,6 +17,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include <features.h>
|
||||
+#include <asm/byteorder.h>
|
||||
|
||||
#if HAVE_HWFDDI
|
||||
#include <sys/types.h>
|
@ -1,56 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../net-tools/gcc34.patch
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
||||
#
|
||||
# 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 ---
|
||||
|
||||
The usual label at end of compound statement fixes for gcc-3.4.
|
||||
|
||||
- Rene Rebe <rene@exactcode.de>
|
||||
|
||||
--- ./lib/inet_sr.c.vanilla 2004-07-04 20:31:07.000000000 +0200
|
||||
+++ ./lib/inet_sr.c 2004-07-04 20:31:15.000000000 +0200
|
||||
@@ -104,7 +104,6 @@
|
||||
isnet = 1; break;
|
||||
case 2:
|
||||
isnet = 0; break;
|
||||
- default:
|
||||
}
|
||||
|
||||
/* Fill in the other fields. */
|
||||
--- ./hostname.c.vanilla 2004-07-04 20:31:45.000000000 +0200
|
||||
+++ ./hostname.c 2004-07-04 20:32:07.000000000 +0200
|
||||
@@ -97,7 +97,6 @@
|
||||
case EINVAL:
|
||||
fprintf(stderr, _("%s: name too long\n"), program_name);
|
||||
break;
|
||||
- default:
|
||||
}
|
||||
exit(1);
|
||||
};
|
||||
@@ -116,7 +115,6 @@
|
||||
case EINVAL:
|
||||
fprintf(stderr, _("%s: name too long\n"), program_name);
|
||||
break;
|
||||
- default:
|
||||
}
|
||||
exit(1);
|
||||
};
|
||||
@@ -173,7 +171,6 @@
|
||||
*p = '\0';
|
||||
printf("%s\n", hp->h_name);
|
||||
break;
|
||||
- default:
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,8 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../net-tools/nameif-linenum.patch |
||||
# 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 |
||||
# |
File diff suppressed because it is too large
Load Diff
@ -1,58 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../net-tools/no_hostname.patch
|
||||
# Copyright (C) 2006 The OpenSDE Project
|
||||
#
|
||||
# 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 ---
|
||||
|
||||
--- ./Makefile.orig 2006-11-28 12:15:12.000000000 -0300
|
||||
+++ ./Makefile 2006-11-28 12:16:01.000000000 -0300
|
||||
@@ -76,7 +76,7 @@
|
||||
NET_LIB_PATH = lib
|
||||
NET_LIB_NAME = net-tools
|
||||
|
||||
-PROGS := ifconfig hostname arp netstat route rarp slattach plipconfig nameif ether-wake
|
||||
+PROGS := ifconfig arp netstat route rarp slattach plipconfig nameif ether-wake
|
||||
|
||||
-include config.make
|
||||
ifeq ($(HAVE_IP_TOOLS),1)
|
||||
@@ -227,7 +227,6 @@
|
||||
install -m 0755 -d ${BASEDIR}/sbin
|
||||
install -m 0755 -d ${BASEDIR}/bin
|
||||
install -m 0755 arp ${BASEDIR}/sbin
|
||||
- install -m 0755 hostname ${BASEDIR}/bin
|
||||
install -m 0755 ifconfig ${BASEDIR}/sbin
|
||||
install -m 0755 nameif ${BASEDIR}/sbin
|
||||
install -m 0755 netstat ${BASEDIR}/bin
|
||||
@@ -243,21 +242,12 @@
|
||||
ifeq ($(HAVE_MII),1)
|
||||
install -m 0755 mii-tool $(BASEDIR)/sbin
|
||||
endif
|
||||
- ln -fs hostname $(BASEDIR)/bin/dnsdomainname
|
||||
- ln -fs hostname $(BASEDIR)/bin/ypdomainname
|
||||
- ln -fs hostname $(BASEDIR)/bin/nisdomainname
|
||||
- ln -fs hostname $(BASEDIR)/bin/domainname
|
||||
-ifeq ($(HAVE_AFDECnet),1)
|
||||
- ln -fs hostname $(BASEDIR)/bin/nodename
|
||||
-endif
|
||||
|
||||
savebin:
|
||||
@for i in ${BASEDIR}/sbin/arp ${BASEDIR}/sbin/ifconfig \
|
||||
${BASEDIR}/bin/netstat \
|
||||
${BASEDIR}/sbin/rarp ${BASEDIR}/sbin/route \
|
||||
- ${BASEDIR}/bin/hostname ${BASEDIR}/bin/ypdomainname \
|
||||
- ${BASEDIR}/bin/dnsdomainname ${BASEDIR}/bin/nisdomainname \
|
||||
- ${BASEDIR}/bin/domainname ; do \
|
||||
+ ; do \
|
||||
[ -f $$i ] && cp -f $$i $$i.old ; done ; echo Saved.
|
||||
|
||||
installdata:
|
@ -1,26 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../net-tools/typo-basedir.patch
|
||||
# Copyright (C) 2004 - 2006 The T2 SDE Project
|
||||
#
|
||||
# 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/Makefile~ 2004-06-29 14:03:00.252927896 +0200
|
||||
+++ net-tools-1.60/Makefile 2004-06-29 14:03:13.149967248 +0200
|
||||
@@ -235,7 +235,7 @@
|
||||
install -m 0755 rarp ${BASEDIR}/sbin
|
||||
install -m 0755 route ${BASEDIR}/sbin
|
||||
install -m 0755 slattach $(BASEDIR)/sbin
|
||||
- install -m 0755 ether-wake $(BASE_DIR)/sbin
|
||||
+ install -m 0755 ether-wake $(BASEDIR)/sbin
|
||||
ifeq ($(HAVE_IP_TOOLS),1)
|
||||
install -m 0755 ipmaddr $(BASEDIR)/sbin
|
||||
install -m 0755 iptunnel $(BASEDIR)/sbin
|
Loading…
Reference in new issue