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