components/coreutils/patches/install.1.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Wed, 29 Aug 2012 11:05:56 -0700
changeset 957 255465c5756f
parent 545 2ace9bdbc05e
child 2050 7c6a1559c620
child 5249 8a7aa7f8367e
permissions -rw-r--r--
Close of build 04.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
545
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
*** coreutils-8.5/man/install.1.orig	Wed Oct 12 11:00:13 2011
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
--- coreutils-8.5/man/install.1	Wed Oct 12 11:00:55 2011
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
***************
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
*** 19,26 ****
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
  .PP
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
  This install program copies files (often just compiled) into destination
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
  locations you choose.  If you want to download and install a ready\-to\-use
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
! package on a GNU/Linux system, you should instead be using a package manager
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
! like yum(1) or apt\-get(1).
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
  .PP
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
  In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) to
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
  the existing DIRECTORY, while setting permission modes and owner/group.
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
--- 19,26 ----
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
  .PP
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
  This install program copies files (often just compiled) into destination
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
  locations you choose.  If you want to download and install a ready\-to\-use
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
! package on a Solaris system, you should instead be using a package manager
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
! like pkg(1) or packagemanager(1).
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
  .PP
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
  In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) to
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
  the existing DIRECTORY, while setting permission modes and owner/group.