# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/net-tools/no_yp.patch-disabled # Copyright (C) 2004 - 2026 The T2 SDE Project # Copyright (C) 1998 - 2003 ROCK Linux Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- This disables the installation of ypdomainname, nisdomainname and domainname. They are in the yp* packages. - Sebastian Jaenicke diff -Nur net-tools-1.60.orig/Makefile net-tools-1.60/Makefile --- net-tools-1.60.orig/Makefile 2001-04-15 16:34:31.000000000 +0200 +++ net-tools-1.60/Makefile 2003-09-02 01:34:49.000000000 +0200 @@ -240,9 +240,6 @@ 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