components/coreutils/patches/install.1.patch
changeset 2050 7c6a1559c620
parent 545 2ace9bdbc05e
equal deleted inserted replaced
2049:e2939e765e30 2050:7c6a1559c620
     1 *** coreutils-8.5/man/install.1.orig	Wed Oct 12 11:00:13 2011
     1 Adjust the text used in the install help message and man page to mention
     2 --- coreutils-8.5/man/install.1	Wed Oct 12 11:00:55 2011
     2 the Solaris specific packaging tool. Mention of packagemanager(1) has been
     3 ***************
     3 removed as this is EOF in S12.
     4 *** 19,26 ****
     4 
     5   .PP
     5 This patch has not been passed upstream yet. It needs to be reworked into
     6   This install program copies files (often just compiled) into destination
     6 a format that would be acceptable.
     7   locations you choose.  If you want to download and install a ready\-to\-use
     7 
     8 ! package on a GNU/Linux system, you should instead be using a package manager
     8 --- src/install.c.orig	2014-07-30 06:38:25.530839453 -0700
     9 ! like yum(1) or apt\-get(1).
     9 +++ src/install.c	2014-07-30 06:38:54.087493628 -0700
    10   .PP
    10 @@ -610,7 +610,7 @@
    11   In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) to
    11  This install program copies files (often just compiled) into destination\n\
    12   the existing DIRECTORY, while setting permission modes and owner/group.
    12  locations you choose.  If you want to download and install a ready-to-use\n\
    13 --- 19,26 ----
    13  package on a GNU/Linux system, you should instead be using a package manager\n\
    14   .PP
    14 -like yum(1) or apt-get(1).\n\
    15   This install program copies files (often just compiled) into destination
    15 +like pkg(1).\n\
    16   locations you choose.  If you want to download and install a ready\-to\-use
    16  \n\
    17 ! package on a Solaris system, you should instead be using a package manager
    17  In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) to\n\
    18 ! like pkg(1) or packagemanager(1).
    18  the existing DIRECTORY, while setting permission modes and owner/group.\n\
    19   .PP
       
    20   In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) to
       
    21   the existing DIRECTORY, while setting permission modes and owner/group.