Submitted By: Matthew Burgess <matthew at linuxfromscratch dot org>
Resubmitted By: Joe Ciccone <jciccone at linuxfromscratch dot org>
Redone By: Jim Gifford <jim at cross-lfs dot org>
Date: 2008-12-29
Initial Package Version: 1.6
Origin: Greg Schafer
Description: Prevent installation of unwanted server man pages.

diff -Naur inetutils-1.6.orig/Makefile.am inetutils-1.6/Makefile.am
--- inetutils-1.6.orig/Makefile.am	2008-09-27 01:16:31.000000000 -0700
+++ inetutils-1.6/Makefile.am	2008-12-29 13:05:03.000000000 -0800
@@ -23,9 +23,13 @@
 EXTRA_DIST = README-alpha paths ChangeLog.0
 
 SUBDIRS = lib headers libinetutils libtelnet \
-	hostname inetd telnetd libls ftpd rshd rlogind uucpd rexecd syslogd \
-	tftpd talkd telnet ftp rsh rcp rlogin tftp logger gwhois talk \
-	libicmp ping doc ifconfig traceroute tests
+	hostname $(inetd_BUILD) $(telnetd_BUILD) \
+        libls $(ftpd_BUILD) $(rshd_BUILD) $(rlogin_BUILD) \
+	$(uucpd_BUILD) $(rexecd_BUILD) $(syslogd_BUILD) \
+	$(tftpd_BUILD) $(talkd_BUILD) $(telnet_BUILD) \
+	$(ftp_BUILD) $(rsh_BUILD) $(rcp_BUILD) $(rlogin_BUILD) \
+	$(tftp_BUILD) $(logger_BUILD) $(gwhois_BUILD) $(talk_BUILD) \
+	libicmp $(ping_BUILD) doc $(ifconfig_BUILD) $(traceroute_BUILD) tests
 
 DISTCLEANFILES = pathdefs.make paths.defs
 
diff -Naur inetutils-1.6.orig/Makefile.in inetutils-1.6/Makefile.in
--- inetutils-1.6.orig/Makefile.in	2008-12-27 12:52:31.000000000 -0800
+++ inetutils-1.6/Makefile.in	2008-12-29 13:07:32.000000000 -0800
@@ -648,9 +648,13 @@
 ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST = README-alpha paths ChangeLog.0
 SUBDIRS = lib headers libinetutils libtelnet \
-	hostname inetd telnetd libls ftpd rshd rlogind uucpd rexecd syslogd \
-	tftpd talkd telnet ftp rsh rcp rlogin tftp logger gwhois talk \
-	libicmp ping doc ifconfig traceroute tests
+	hostname $(inetd_BUILD) $(telnetd_BUILD) \
+        libls $(ftpd_BUILD) $(rshd_BUILD) $(rlogin_BUILD) \
+	$(uucpd_BUILD) $(rexecd_BUILD) $(syslogd_BUILD) \
+	$(tftpd_BUILD) $(talkd_BUILD) $(telnet_BUILD) \
+	$(ftp_BUILD) $(rsh_BUILD) $(rcp_BUILD) $(rlogin_BUILD) \
+	$(tftp_BUILD) $(logger_BUILD) $(gwhois_BUILD) $(talk_BUILD) \
+	libicmp $(ping_BUILD) doc $(ifconfig_BUILD) $(traceroute_BUILD) tests
 
 DISTCLEANFILES = pathdefs.make paths.defs
 all: config.h
