components/coreutils/patches/install.1.patch
author Rich Burridge <rich.burridge@oracle.com>
Mon, 19 Dec 2016 15:41:53 -0800
branchs11u3-sru
changeset 7509 5f98694fa5a6
parent 5249 8a7aa7f8367e
permissions -rw-r--r--
25216284 problem in UTILITY/TCSH

Adjust the text used in the install man page to mention the Solaris
specific packaging tool.

This patch has not been passed upstream yet. It needs to be reworked into
a format that would be acceptable.

*** 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.