Browse Source

Sebastian Jaenicke <tsa@jaenicke.org>:

Patch to net-tools attached.


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1293 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Sebastian Jaenicke 21 years ago
parent
commit
c6ee0ee6ce
2 changed files with 14 additions and 1 deletions
  1. +1
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +13
    -0
      package/base/net-tools/no_yp.patch

+ 1
- 1
Documentation/Developers/CHANGELOG-RENE

@ -11,7 +11,7 @@
- Sirkull: updates and additions to the sirkull repository, fixed bind to
install the init script and updated exim as well as
fixed it's init script
- Sebastian Jaenicke: added ypserv, yp-tools
- Sebastian Jaenicke: added ypserv, yp-tools and fixed net-tools
*) 2003-08-31 (2.0.0-rc1 - 2.0.0-rc2)

+ 13
- 0
package/base/net-tools/no_yp.patch

@ -0,0 +1,13 @@
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

Loading…
Cancel
Save