source:
clfs-sysroot/patches/inetutils-1.6-no_server_man_pages-1.patch@
667fd39
Last change on this file since 667fd39 was 86dae52, checked in by , 16 years ago | |
---|---|
|
|
File size: 2.2 KB |
-
inetutils-1.6
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
old new 23 23 EXTRA_DIST = README-alpha paths ChangeLog.0 24 24 25 25 SUBDIRS = lib headers libinetutils libtelnet \ 26 hostname inetd telnetd libls ftpd rshd rlogind uucpd rexecd syslogd \ 27 tftpd talkd telnet ftp rsh rcp rlogin tftp logger gwhois talk \ 28 libicmp ping doc ifconfig traceroute tests 26 hostname $(inetd_BUILD) $(telnetd_BUILD) \ 27 libls $(ftpd_BUILD) $(rshd_BUILD) $(rlogin_BUILD) \ 28 $(uucpd_BUILD) $(rexecd_BUILD) $(syslogd_BUILD) \ 29 $(tftpd_BUILD) $(talkd_BUILD) $(telnet_BUILD) \ 30 $(ftp_BUILD) $(rsh_BUILD) $(rcp_BUILD) $(rlogin_BUILD) \ 31 $(tftp_BUILD) $(logger_BUILD) $(gwhois_BUILD) $(talk_BUILD) \ 32 libicmp $(ping_BUILD) doc $(ifconfig_BUILD) $(traceroute_BUILD) tests 29 33 30 34 DISTCLEANFILES = pathdefs.make paths.defs 31 35 -
inetutils-1.6
diff -Naur inetutils-1.6.orig/Makefile.in inetutils-1.6/Makefile.in
old new 648 648 ACLOCAL_AMFLAGS = -I m4 649 649 EXTRA_DIST = README-alpha paths ChangeLog.0 650 650 SUBDIRS = lib headers libinetutils libtelnet \ 651 hostname inetd telnetd libls ftpd rshd rlogind uucpd rexecd syslogd \ 652 tftpd talkd telnet ftp rsh rcp rlogin tftp logger gwhois talk \ 653 libicmp ping doc ifconfig traceroute tests 651 hostname $(inetd_BUILD) $(telnetd_BUILD) \ 652 libls $(ftpd_BUILD) $(rshd_BUILD) $(rlogin_BUILD) \ 653 $(uucpd_BUILD) $(rexecd_BUILD) $(syslogd_BUILD) \ 654 $(tftpd_BUILD) $(talkd_BUILD) $(telnet_BUILD) \ 655 $(ftp_BUILD) $(rsh_BUILD) $(rcp_BUILD) $(rlogin_BUILD) \ 656 $(tftp_BUILD) $(logger_BUILD) $(gwhois_BUILD) $(talk_BUILD) \ 657 libicmp $(ping_BUILD) doc $(ifconfig_BUILD) $(traceroute_BUILD) tests 654 658 655 659 DISTCLEANFILES = pathdefs.make paths.defs 656 660 all: config.h
Note:
See TracBrowser
for help on using the repository browser.