components/coreutils/patches/install.1.patch
author Jiri Sasek <Jiri.Sasek@Oracle.COM>
Thu, 07 Apr 2016 18:24:13 -0700
branchs11u3-sru
changeset 7067 776b367d2e46
parent 5249 8a7aa7f8367e
permissions -rw-r--r--
24354183 Samba: Update to 4.4.5 23071523 Access denied if the share path is "/" . 23088978 problem in UTILITY/SAMBA 23088910 problem in UTILITY/SAMBA 23088950 problem in UTILITY/SAMBA 23088868 problem in UTILITY/SAMBA 23088773 problem in UTILITY/SAMBA 23088523 problem in UTILITY/SAMBA 23074375 problem in UTILITY/SAMBA 24302327 problem in UTILITY/SAMBA
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5249
8a7aa7f8367e 16575074 stat could support birthtime/crtime on ZFS
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     1
Adjust the text used in the install man page to mention the Solaris
8a7aa7f8367e 16575074 stat could support birthtime/crtime on ZFS
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     2
specific packaging tool.
8a7aa7f8367e 16575074 stat could support birthtime/crtime on ZFS
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     3
8a7aa7f8367e 16575074 stat could support birthtime/crtime on ZFS
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     4
This patch has not been passed upstream yet. It needs to be reworked into
8a7aa7f8367e 16575074 stat could support birthtime/crtime on ZFS
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     5
a format that would be acceptable.
8a7aa7f8367e 16575074 stat could support birthtime/crtime on ZFS
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     6
545
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
*** 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
     8
--- 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
     9
***************
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
*** 19,26 ****
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
  .PP
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
  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
    13
  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
    14
! 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
    15
! 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
    16
  .PP
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
  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
    18
  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
    19
--- 19,26 ----
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
  .PP
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
  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
    22
  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
    23
! 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
    24
! like pkg(1) or packagemanager(1).
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
  .PP
2ace9bdbc05e 7010143 ginstall man page should not mention Linux
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
  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
    27
  the existing DIRECTORY, while setting permission modes and owner/group.