[86dae52] | 1 | Submitted By: Matthew Burgess <matthew at linuxfromscratch dot org>
|
---|
| 2 | Resubmitted By: Joe Ciccone <jciccone at linuxfromscratch dot org>
|
---|
| 3 | Redone By: Jim Gifford <jim at cross-lfs dot org>
|
---|
| 4 | Date: 2008-12-29
|
---|
| 5 | Initial Package Version: 1.6
|
---|
| 6 | Origin: Greg Schafer
|
---|
| 7 | Description: Prevent installation of unwanted server man pages.
|
---|
| 8 |
|
---|
| 9 | diff -Naur inetutils-1.6.orig/Makefile.am inetutils-1.6/Makefile.am
|
---|
| 10 | --- inetutils-1.6.orig/Makefile.am 2008-09-27 01:16:31.000000000 -0700
|
---|
| 11 | +++ inetutils-1.6/Makefile.am 2008-12-29 13:05:03.000000000 -0800
|
---|
| 12 | @@ -23,9 +23,13 @@
|
---|
| 13 | EXTRA_DIST = README-alpha paths ChangeLog.0
|
---|
| 14 |
|
---|
| 15 | SUBDIRS = lib headers libinetutils libtelnet \
|
---|
| 16 | - hostname inetd telnetd libls ftpd rshd rlogind uucpd rexecd syslogd \
|
---|
| 17 | - tftpd talkd telnet ftp rsh rcp rlogin tftp logger gwhois talk \
|
---|
| 18 | - libicmp ping doc ifconfig traceroute tests
|
---|
| 19 | + hostname $(inetd_BUILD) $(telnetd_BUILD) \
|
---|
| 20 | + libls $(ftpd_BUILD) $(rshd_BUILD) $(rlogin_BUILD) \
|
---|
| 21 | + $(uucpd_BUILD) $(rexecd_BUILD) $(syslogd_BUILD) \
|
---|
| 22 | + $(tftpd_BUILD) $(talkd_BUILD) $(telnet_BUILD) \
|
---|
| 23 | + $(ftp_BUILD) $(rsh_BUILD) $(rcp_BUILD) $(rlogin_BUILD) \
|
---|
| 24 | + $(tftp_BUILD) $(logger_BUILD) $(gwhois_BUILD) $(talk_BUILD) \
|
---|
| 25 | + libicmp $(ping_BUILD) doc $(ifconfig_BUILD) $(traceroute_BUILD) tests
|
---|
| 26 |
|
---|
| 27 | DISTCLEANFILES = pathdefs.make paths.defs
|
---|
| 28 |
|
---|
| 29 | diff -Naur inetutils-1.6.orig/Makefile.in inetutils-1.6/Makefile.in
|
---|
| 30 | --- inetutils-1.6.orig/Makefile.in 2008-12-27 12:52:31.000000000 -0800
|
---|
| 31 | +++ inetutils-1.6/Makefile.in 2008-12-29 13:07:32.000000000 -0800
|
---|
| 32 | @@ -648,9 +648,13 @@
|
---|
| 33 | ACLOCAL_AMFLAGS = -I m4
|
---|
| 34 | EXTRA_DIST = README-alpha paths ChangeLog.0
|
---|
| 35 | SUBDIRS = lib headers libinetutils libtelnet \
|
---|
| 36 | - hostname inetd telnetd libls ftpd rshd rlogind uucpd rexecd syslogd \
|
---|
| 37 | - tftpd talkd telnet ftp rsh rcp rlogin tftp logger gwhois talk \
|
---|
| 38 | - libicmp ping doc ifconfig traceroute tests
|
---|
| 39 | + hostname $(inetd_BUILD) $(telnetd_BUILD) \
|
---|
| 40 | + libls $(ftpd_BUILD) $(rshd_BUILD) $(rlogin_BUILD) \
|
---|
| 41 | + $(uucpd_BUILD) $(rexecd_BUILD) $(syslogd_BUILD) \
|
---|
| 42 | + $(tftpd_BUILD) $(talkd_BUILD) $(telnet_BUILD) \
|
---|
| 43 | + $(ftp_BUILD) $(rsh_BUILD) $(rcp_BUILD) $(rlogin_BUILD) \
|
---|
| 44 | + $(tftp_BUILD) $(logger_BUILD) $(gwhois_BUILD) $(talk_BUILD) \
|
---|
| 45 | + libicmp $(ping_BUILD) doc $(ifconfig_BUILD) $(traceroute_BUILD) tests
|
---|
| 46 |
|
---|
| 47 | DISTCLEANFILES = pathdefs.make paths.defs
|
---|
| 48 | all: config.h
|
---|