components/coreutils/patches/install.1.patch
author Enrico Perla <enrico.perla@oracle.com>
Fri, 04 Nov 2016 05:32:50 -0700
changeset 7245 934578b959f0
parent 2050 7c6a1559c620
permissions -rw-r--r--
20029192 Userland should build with ld -z sx=nx* flags instead of map.noexstk 23118364 Enable ADIHEAP on security sensitive binaries 23118359 Build openssh as PIE
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2050
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     1
Adjust the text used in the install help message and man page to mention
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     2
the Solaris specific packaging tool. Mention of packagemanager(1) has been
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     3
removed as this is EOF in S12.
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     4
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     5
This patch has not been passed upstream yet. It needs to be reworked into
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     6
a format that would be acceptable.
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     7
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     8
--- src/install.c.orig	2014-07-30 06:38:25.530839453 -0700
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
     9
+++ src/install.c	2014-07-30 06:38:54.087493628 -0700
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
    10
@@ -610,7 +610,7 @@
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
    11
 This install program copies files (often just compiled) into destination\n\
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
    12
 locations you choose.  If you want to download and install a ready-to-use\n\
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
    13
 package on a GNU/Linux system, you should instead be using a package manager\n\
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
    14
-like yum(1) or apt-get(1).\n\
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
    15
+like pkg(1).\n\
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
    16
 \n\
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
    17
 In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) to\n\
7c6a1559c620 PSARC 2014/271 GNU coreutils 8.23
Rich Burridge <rich.burridge@oracle.com>
parents: 545
diff changeset
    18
 the existing DIRECTORY, while setting permission modes and owner/group.\n\