source: patches/inetutils-1.6-no_server_man_pages-1.patch @ 2803d79

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 2803d79 was 1bef42e, checked in by Jim Gifford <clfs@…>, 15 years ago

New Inetutils Man Pages Patch

  • Property mode set to 100644
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  
    2323EXTRA_DIST = README-alpha paths ChangeLog.0
    2424
    2525SUBDIRS = 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
    2933
    3034DISTCLEANFILES = pathdefs.make paths.defs
    3135
  • inetutils-1.6

    diff -Naur inetutils-1.6.orig/Makefile.in inetutils-1.6/Makefile.in
    old new  
    648648ACLOCAL_AMFLAGS = -I m4
    649649EXTRA_DIST = README-alpha paths ChangeLog.0
    650650SUBDIRS = 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
    654658
    655659DISTCLEANFILES = pathdefs.make paths.defs
    656660all: config.h
Note: See TracBrowser for help on using the repository browser.