source: patches/inetutils-1.6-no_server_man_pages-1.patch@ 2c3ae35

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 2c3ae35 was 1bef42e, checked in by Jim Gifford <clfs@…>, 16 years ago

New Inetutils Man Pages Patch

  • Property mode set to 100644
File size: 2.2 KB
RevLine 
[1bef42e]1Submitted By: Matthew Burgess <matthew at linuxfromscratch dot org>
2Resubmitted By: Joe Ciccone <jciccone at linuxfromscratch dot org>
3Redone By: Jim Gifford <jim at cross-lfs dot org>
4Date: 2008-12-29
5Initial Package Version: 1.6
6Origin: Greg Schafer
7Description: Prevent installation of unwanted server man pages.
8
9diff -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
29diff -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
Note: See TracBrowser for help on using the repository browser.