author | Mike Sullivan <Mike.Sullivan@Oracle.COM> |
Mon, 11 Mar 2013 10:38:09 -0700 | |
branch | s11-update |
changeset 2520 | ceec631e74d1 |
parent 2399 | 20c46127e17a |
child 1066 | 23c7e5d8bebf |
child 2551 | 0391c5c3b137 |
permissions | -rw-r--r-- |
100
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
1 |
# |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
2 |
# CDDL HEADER START |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
3 |
# |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
4 |
# The contents of this file are subject to the terms of the |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
5 |
# Common Development and Distribution License (the "License"). |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
6 |
# You may not use this file except in compliance with the License. |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
7 |
# |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
8 |
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
9 |
# or http://www.opensolaris.org/os/licensing. |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
10 |
# See the License for the specific language governing permissions |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
11 |
# and limitations under the License. |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
12 |
# |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
13 |
# When distributing Covered Code, include this CDDL HEADER in each |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
14 |
# file and include the License file at usr/src/OPENSOLARIS.LICENSE. |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
15 |
# If applicable, add the following below this CDDL HEADER, with the |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
16 |
# fields enclosed by brackets "[]" replaced with your own identifying |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
17 |
# information: Portions Copyright [yyyy] [name of copyright owner] |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
18 |
# |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
19 |
# CDDL HEADER END |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
20 |
# |
2399
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
21 |
# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. |
100
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
22 |
# |
181
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
23 |
|
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
24 |
<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted> |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
25 |
set name=pkg.fmri \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
26 |
value=pkg:/file/gnu-coreutils@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
27 |
set name=pkg.description \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
28 |
value="GNU Core Utilities are the basic file, shell and text manipulation utilities" |
100
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
29 |
set name=pkg.summary value="GNU Core Utilities" |
181
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
30 |
set name=info.classification \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
31 |
value="org.opensolaris.category.2008:Applications/System Utilities" |
464
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
332
diff
changeset
|
32 |
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) |
609
775168282b2f
7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents:
587
diff
changeset
|
33 |
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) |
464
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
332
diff
changeset
|
34 |
set name=org.opensolaris.arc-caseid \ |
08f94c414553
7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
332
diff
changeset
|
35 |
value=PSARC/2010/170 |
100
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
36 |
set name=org.opensolaris.consolidation value=$(CONSOLIDATION) |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
37 |
dir path=usr |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
38 |
dir path=usr/bin |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
39 |
dir path=usr/gnu |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
40 |
dir path=usr/gnu/bin |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
41 |
dir path=usr/gnu/share |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
42 |
dir path=usr/gnu/share/locale |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
43 |
dir path=usr/gnu/share/locale/af |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
44 |
dir path=usr/gnu/share/locale/af/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
45 |
dir path=usr/gnu/share/locale/af/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
46 |
dir path=usr/gnu/share/locale/be |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
47 |
dir path=usr/gnu/share/locale/be/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
48 |
dir path=usr/gnu/share/locale/be/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
49 |
dir path=usr/gnu/share/locale/bg |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
50 |
dir path=usr/gnu/share/locale/bg/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
51 |
dir path=usr/gnu/share/locale/bg/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
52 |
dir path=usr/gnu/share/locale/ca |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
53 |
dir path=usr/gnu/share/locale/ca/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
54 |
dir path=usr/gnu/share/locale/ca/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
55 |
dir path=usr/gnu/share/locale/cs |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
56 |
dir path=usr/gnu/share/locale/cs/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
57 |
dir path=usr/gnu/share/locale/cs/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
58 |
dir path=usr/gnu/share/locale/da |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
59 |
dir path=usr/gnu/share/locale/da/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
60 |
dir path=usr/gnu/share/locale/da/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
61 |
dir path=usr/gnu/share/locale/de |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
62 |
dir path=usr/gnu/share/locale/de/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
63 |
dir path=usr/gnu/share/locale/de/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
64 |
dir path=usr/gnu/share/locale/el |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
65 |
dir path=usr/gnu/share/locale/el/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
66 |
dir path=usr/gnu/share/locale/el/LC_TIME |
2399
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
67 |
dir path=usr/gnu/share/locale/eo |
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
68 |
dir path=usr/gnu/share/locale/eo/LC_MESSAGES |
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
69 |
dir path=usr/gnu/share/locale/eo/LC_TIME |
100
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
70 |
dir path=usr/gnu/share/locale/es |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
71 |
dir path=usr/gnu/share/locale/es/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
72 |
dir path=usr/gnu/share/locale/es/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
73 |
dir path=usr/gnu/share/locale/et |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
74 |
dir path=usr/gnu/share/locale/et/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
75 |
dir path=usr/gnu/share/locale/et/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
76 |
dir path=usr/gnu/share/locale/eu |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
77 |
dir path=usr/gnu/share/locale/eu/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
78 |
dir path=usr/gnu/share/locale/eu/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
79 |
dir path=usr/gnu/share/locale/fi |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
80 |
dir path=usr/gnu/share/locale/fi/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
81 |
dir path=usr/gnu/share/locale/fi/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
82 |
dir path=usr/gnu/share/locale/fr |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
83 |
dir path=usr/gnu/share/locale/fr/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
84 |
dir path=usr/gnu/share/locale/fr/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
85 |
dir path=usr/gnu/share/locale/ga |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
86 |
dir path=usr/gnu/share/locale/ga/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
87 |
dir path=usr/gnu/share/locale/ga/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
88 |
dir path=usr/gnu/share/locale/gl |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
89 |
dir path=usr/gnu/share/locale/gl/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
90 |
dir path=usr/gnu/share/locale/gl/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
91 |
dir path=usr/gnu/share/locale/hu |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
92 |
dir path=usr/gnu/share/locale/hu/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
93 |
dir path=usr/gnu/share/locale/hu/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
94 |
dir path=usr/gnu/share/locale/id |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
95 |
dir path=usr/gnu/share/locale/id/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
96 |
dir path=usr/gnu/share/locale/id/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
97 |
dir path=usr/gnu/share/locale/it |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
98 |
dir path=usr/gnu/share/locale/it/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
99 |
dir path=usr/gnu/share/locale/it/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
100 |
dir path=usr/gnu/share/locale/ja |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
101 |
dir path=usr/gnu/share/locale/ja/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
102 |
dir path=usr/gnu/share/locale/ja/LC_TIME |
2399
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
103 |
dir path=usr/gnu/share/locale/kk |
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
104 |
dir path=usr/gnu/share/locale/kk/LC_MESSAGES |
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
105 |
dir path=usr/gnu/share/locale/kk/LC_TIME |
100
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
106 |
dir path=usr/gnu/share/locale/ko |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
107 |
dir path=usr/gnu/share/locale/ko/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
108 |
dir path=usr/gnu/share/locale/ko/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
109 |
dir path=usr/gnu/share/locale/lg |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
110 |
dir path=usr/gnu/share/locale/lg/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
111 |
dir path=usr/gnu/share/locale/lg/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
112 |
dir path=usr/gnu/share/locale/lt |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
113 |
dir path=usr/gnu/share/locale/lt/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
114 |
dir path=usr/gnu/share/locale/lt/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
115 |
dir path=usr/gnu/share/locale/ms |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
116 |
dir path=usr/gnu/share/locale/ms/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
117 |
dir path=usr/gnu/share/locale/ms/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
118 |
dir path=usr/gnu/share/locale/nb |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
119 |
dir path=usr/gnu/share/locale/nb/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
120 |
dir path=usr/gnu/share/locale/nb/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
121 |
dir path=usr/gnu/share/locale/nl |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
122 |
dir path=usr/gnu/share/locale/nl/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
123 |
dir path=usr/gnu/share/locale/nl/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
124 |
dir path=usr/gnu/share/locale/pl |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
125 |
dir path=usr/gnu/share/locale/pl/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
126 |
dir path=usr/gnu/share/locale/pl/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
127 |
dir path=usr/gnu/share/locale/pt |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
128 |
dir path=usr/gnu/share/locale/pt/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
129 |
dir path=usr/gnu/share/locale/pt/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
130 |
dir path=usr/gnu/share/locale/pt_BR |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
131 |
dir path=usr/gnu/share/locale/pt_BR/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
132 |
dir path=usr/gnu/share/locale/pt_BR/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
133 |
dir path=usr/gnu/share/locale/ro |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
134 |
dir path=usr/gnu/share/locale/ro/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
135 |
dir path=usr/gnu/share/locale/ro/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
136 |
dir path=usr/gnu/share/locale/ru |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
137 |
dir path=usr/gnu/share/locale/ru/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
138 |
dir path=usr/gnu/share/locale/ru/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
139 |
dir path=usr/gnu/share/locale/sk |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
140 |
dir path=usr/gnu/share/locale/sk/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
141 |
dir path=usr/gnu/share/locale/sk/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
142 |
dir path=usr/gnu/share/locale/sl |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
143 |
dir path=usr/gnu/share/locale/sl/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
144 |
dir path=usr/gnu/share/locale/sl/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
145 |
dir path=usr/gnu/share/locale/sv |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
146 |
dir path=usr/gnu/share/locale/sv/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
147 |
dir path=usr/gnu/share/locale/sv/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
148 |
dir path=usr/gnu/share/locale/tr |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
149 |
dir path=usr/gnu/share/locale/tr/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
150 |
dir path=usr/gnu/share/locale/tr/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
151 |
dir path=usr/gnu/share/locale/uk |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
152 |
dir path=usr/gnu/share/locale/uk/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
153 |
dir path=usr/gnu/share/locale/uk/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
154 |
dir path=usr/gnu/share/locale/vi |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
155 |
dir path=usr/gnu/share/locale/vi/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
156 |
dir path=usr/gnu/share/locale/vi/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
157 |
dir path=usr/gnu/share/locale/zh_CN |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
158 |
dir path=usr/gnu/share/locale/zh_CN/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
159 |
dir path=usr/gnu/share/locale/zh_CN/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
160 |
dir path=usr/gnu/share/locale/zh_TW |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
161 |
dir path=usr/gnu/share/locale/zh_TW/LC_MESSAGES |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
162 |
dir path=usr/gnu/share/locale/zh_TW/LC_TIME |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
163 |
dir path=usr/gnu/share/man |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
164 |
dir path=usr/gnu/share/man/man1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
165 |
dir path=usr/lib |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
166 |
dir path=usr/share |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
167 |
dir path=usr/share/info |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
168 |
dir path=usr/share/man |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
169 |
dir path=usr/share/man/man1 |
181
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
170 |
file usr/gnu/bin/base64 path=usr/bin/base64 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
171 |
file usr/gnu/bin/dir path=usr/bin/dir |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
172 |
file usr/gnu/bin/dircolors path=usr/bin/dircolors |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
173 |
file usr/gnu/bin/md5sum path=usr/bin/md5sum |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
174 |
file usr/gnu/bin/nproc path=usr/bin/nproc |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
175 |
file usr/gnu/bin/pinky path=usr/bin/pinky |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
176 |
file usr/gnu/bin/printenv path=usr/bin/printenv |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
177 |
file usr/gnu/bin/ptx path=usr/bin/ptx |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
178 |
file usr/gnu/bin/readlink path=usr/bin/readlink |
2399
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
179 |
file usr/gnu/bin/realpath path=usr/bin/realpath |
181
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
180 |
file usr/gnu/bin/seq path=usr/bin/seq |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
181 |
file usr/gnu/bin/sha1sum path=usr/bin/sha1sum |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
182 |
file usr/gnu/bin/sha224sum path=usr/bin/sha224sum |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
183 |
file usr/gnu/bin/sha256sum path=usr/bin/sha256sum |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
184 |
file usr/gnu/bin/sha384sum path=usr/bin/sha384sum |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
185 |
file usr/gnu/bin/sha512sum path=usr/bin/sha512sum |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
186 |
file usr/gnu/bin/shred path=usr/bin/shred |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
187 |
file usr/gnu/bin/shuf path=usr/bin/shuf |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
188 |
file usr/gnu/bin/stat path=usr/bin/stat |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
189 |
file usr/gnu/bin/stdbuf path=usr/bin/stdbuf |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
190 |
file usr/gnu/bin/tac path=usr/bin/tac |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
191 |
file usr/gnu/bin/timeout path=usr/bin/timeout |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
192 |
file usr/gnu/bin/truncate path=usr/bin/truncate |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
193 |
file usr/gnu/bin/users path=usr/bin/users |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
194 |
file usr/gnu/bin/vdir path=usr/bin/vdir |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
195 |
file usr/gnu/bin/whoami path=usr/bin/whoami |
332
2440361ca695
7048837 Move /usr/bin/[ to /usr/gnu/bin/[
Rich Burridge <rich.burridge@oracle.com>
parents:
330
diff
changeset
|
196 |
file path=usr/gnu/bin/[ |
100
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
197 |
file path=usr/gnu/bin/basename |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
198 |
file path=usr/gnu/bin/cat |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
199 |
file path=usr/gnu/bin/chgrp |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
200 |
file path=usr/gnu/bin/chmod |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
201 |
file path=usr/gnu/bin/chown |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
202 |
file path=usr/gnu/bin/chroot |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
203 |
file path=usr/gnu/bin/cksum |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
204 |
file path=usr/gnu/bin/comm |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
205 |
file path=usr/gnu/bin/cp |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
206 |
file path=usr/gnu/bin/csplit |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
207 |
file path=usr/gnu/bin/cut |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
208 |
file path=usr/gnu/bin/date |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
209 |
file path=usr/gnu/bin/dd |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
210 |
file path=usr/gnu/bin/df |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
211 |
file path=usr/gnu/bin/dirname |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
212 |
file path=usr/gnu/bin/du |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
213 |
file path=usr/gnu/bin/echo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
214 |
file path=usr/gnu/bin/env |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
215 |
file path=usr/gnu/bin/expand |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
216 |
file path=usr/gnu/bin/expr |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
217 |
file path=usr/gnu/bin/factor |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
218 |
file path=usr/gnu/bin/false |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
219 |
file path=usr/gnu/bin/fmt |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
220 |
file path=usr/gnu/bin/fold |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
221 |
file path=usr/gnu/bin/groups |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
222 |
file path=usr/gnu/bin/head |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
223 |
file path=usr/gnu/bin/hostid |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
224 |
file path=usr/gnu/bin/id |
330
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
225 |
file path=usr/gnu/bin/install |
100
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
226 |
file path=usr/gnu/bin/join |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
227 |
file path=usr/gnu/bin/kill |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
228 |
file path=usr/gnu/bin/link |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
229 |
file path=usr/gnu/bin/ln |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
230 |
file path=usr/gnu/bin/logname |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
231 |
file path=usr/gnu/bin/ls |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
232 |
file path=usr/gnu/bin/mkdir |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
233 |
file path=usr/gnu/bin/mkfifo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
234 |
file path=usr/gnu/bin/mknod |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
235 |
file path=usr/gnu/bin/mktemp |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
236 |
file path=usr/gnu/bin/mv |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
237 |
file path=usr/gnu/bin/nice |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
238 |
file path=usr/gnu/bin/nl |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
239 |
file path=usr/gnu/bin/nohup |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
240 |
file path=usr/gnu/bin/od |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
241 |
file path=usr/gnu/bin/paste |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
242 |
file path=usr/gnu/bin/pathchk |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
243 |
file path=usr/gnu/bin/pr |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
244 |
file path=usr/gnu/bin/printf |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
245 |
file path=usr/gnu/bin/pwd |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
246 |
file path=usr/gnu/bin/rm |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
247 |
file path=usr/gnu/bin/rmdir |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
248 |
file path=usr/gnu/bin/sleep |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
249 |
file path=usr/gnu/bin/sort |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
250 |
file path=usr/gnu/bin/split |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
251 |
file path=usr/gnu/bin/stty |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
252 |
file path=usr/gnu/bin/sum |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
253 |
file path=usr/gnu/bin/sync |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
254 |
file path=usr/gnu/bin/tail |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
255 |
file path=usr/gnu/bin/tee |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
256 |
file path=usr/gnu/bin/test |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
257 |
file path=usr/gnu/bin/touch |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
258 |
file path=usr/gnu/bin/tr |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
259 |
file path=usr/gnu/bin/true |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
260 |
file path=usr/gnu/bin/tsort |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
261 |
file path=usr/gnu/bin/tty |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
262 |
file path=usr/gnu/bin/uname |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
263 |
file path=usr/gnu/bin/unexpand |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
264 |
file path=usr/gnu/bin/uniq |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
265 |
file path=usr/gnu/bin/unlink |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
266 |
file path=usr/gnu/bin/uptime |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
267 |
file path=usr/gnu/bin/wc |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
268 |
file path=usr/gnu/bin/who |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
269 |
file path=usr/gnu/bin/yes |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
270 |
file path=usr/gnu/share/locale/af/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
271 |
file path=usr/gnu/share/locale/be/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
272 |
file path=usr/gnu/share/locale/bg/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
273 |
file path=usr/gnu/share/locale/ca/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
274 |
file path=usr/gnu/share/locale/cs/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
275 |
file path=usr/gnu/share/locale/da/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
276 |
file path=usr/gnu/share/locale/de/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
277 |
file path=usr/gnu/share/locale/el/LC_MESSAGES/coreutils.mo |
2399
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
278 |
file path=usr/gnu/share/locale/eo/LC_MESSAGES/coreutils.mo |
100
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
279 |
file path=usr/gnu/share/locale/es/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
280 |
file path=usr/gnu/share/locale/et/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
281 |
file path=usr/gnu/share/locale/eu/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
282 |
file path=usr/gnu/share/locale/fi/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
283 |
file path=usr/gnu/share/locale/fr/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
284 |
file path=usr/gnu/share/locale/ga/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
285 |
file path=usr/gnu/share/locale/gl/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
286 |
file path=usr/gnu/share/locale/hu/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
287 |
file path=usr/gnu/share/locale/id/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
288 |
file path=usr/gnu/share/locale/it/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
289 |
file path=usr/gnu/share/locale/ja/LC_MESSAGES/coreutils.mo |
2399
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
290 |
file path=usr/gnu/share/locale/kk/LC_MESSAGES/coreutils.mo |
100
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
291 |
file path=usr/gnu/share/locale/ko/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
292 |
file path=usr/gnu/share/locale/lg/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
293 |
file path=usr/gnu/share/locale/lt/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
294 |
file path=usr/gnu/share/locale/ms/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
295 |
file path=usr/gnu/share/locale/nb/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
296 |
file path=usr/gnu/share/locale/nl/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
297 |
file path=usr/gnu/share/locale/pl/LC_MESSAGES/coreutils.mo |
181
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
298 |
file path=usr/gnu/share/locale/pt/LC_MESSAGES/coreutils.mo |
100
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
299 |
file path=usr/gnu/share/locale/pt_BR/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
300 |
file path=usr/gnu/share/locale/ro/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
301 |
file path=usr/gnu/share/locale/ru/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
302 |
file path=usr/gnu/share/locale/sk/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
303 |
file path=usr/gnu/share/locale/sl/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
304 |
file path=usr/gnu/share/locale/sv/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
305 |
file path=usr/gnu/share/locale/tr/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
306 |
file path=usr/gnu/share/locale/uk/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
307 |
file path=usr/gnu/share/locale/vi/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
308 |
file path=usr/gnu/share/locale/zh_CN/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
309 |
file path=usr/gnu/share/locale/zh_TW/LC_MESSAGES/coreutils.mo |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
310 |
file path=usr/gnu/share/man/man1/basename.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
311 |
file path=usr/gnu/share/man/man1/cat.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
312 |
file path=usr/gnu/share/man/man1/chgrp.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
313 |
file path=usr/gnu/share/man/man1/chmod.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
314 |
file path=usr/gnu/share/man/man1/chown.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
315 |
file path=usr/gnu/share/man/man1/chroot.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
316 |
file path=usr/gnu/share/man/man1/cksum.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
317 |
file path=usr/gnu/share/man/man1/comm.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
318 |
file path=usr/gnu/share/man/man1/cp.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
319 |
file path=usr/gnu/share/man/man1/csplit.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
320 |
file path=usr/gnu/share/man/man1/cut.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
321 |
file path=usr/gnu/share/man/man1/date.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
322 |
file path=usr/gnu/share/man/man1/dd.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
323 |
file path=usr/gnu/share/man/man1/df.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
324 |
file path=usr/gnu/share/man/man1/dirname.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
325 |
file path=usr/gnu/share/man/man1/du.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
326 |
file path=usr/gnu/share/man/man1/echo.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
327 |
file path=usr/gnu/share/man/man1/env.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
328 |
file path=usr/gnu/share/man/man1/expand.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
329 |
file path=usr/gnu/share/man/man1/expr.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
330 |
file path=usr/gnu/share/man/man1/factor.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
331 |
file path=usr/gnu/share/man/man1/false.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
332 |
file path=usr/gnu/share/man/man1/fmt.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
333 |
file path=usr/gnu/share/man/man1/fold.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
334 |
file path=usr/gnu/share/man/man1/groups.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
335 |
file path=usr/gnu/share/man/man1/head.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
336 |
file path=usr/gnu/share/man/man1/hostid.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
337 |
file path=usr/gnu/share/man/man1/id.1 |
330
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
338 |
file path=usr/gnu/share/man/man1/install.1 |
100
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
339 |
file path=usr/gnu/share/man/man1/join.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
340 |
file path=usr/gnu/share/man/man1/kill.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
341 |
file path=usr/gnu/share/man/man1/link.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
342 |
file path=usr/gnu/share/man/man1/ln.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
343 |
file path=usr/gnu/share/man/man1/logname.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
344 |
file path=usr/gnu/share/man/man1/ls.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
345 |
file path=usr/gnu/share/man/man1/mkdir.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
346 |
file path=usr/gnu/share/man/man1/mkfifo.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
347 |
file path=usr/gnu/share/man/man1/mknod.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
348 |
file path=usr/gnu/share/man/man1/mktemp.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
349 |
file path=usr/gnu/share/man/man1/mv.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
350 |
file path=usr/gnu/share/man/man1/nice.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
351 |
file path=usr/gnu/share/man/man1/nl.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
352 |
file path=usr/gnu/share/man/man1/nohup.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
353 |
file path=usr/gnu/share/man/man1/od.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
354 |
file path=usr/gnu/share/man/man1/paste.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
355 |
file path=usr/gnu/share/man/man1/pathchk.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
356 |
file path=usr/gnu/share/man/man1/pr.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
357 |
file path=usr/gnu/share/man/man1/printf.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
358 |
file path=usr/gnu/share/man/man1/pwd.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
359 |
file path=usr/gnu/share/man/man1/rm.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
360 |
file path=usr/gnu/share/man/man1/rmdir.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
361 |
file path=usr/gnu/share/man/man1/sleep.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
362 |
file path=usr/gnu/share/man/man1/sort.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
363 |
file path=usr/gnu/share/man/man1/split.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
364 |
file path=usr/gnu/share/man/man1/stty.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
365 |
file path=usr/gnu/share/man/man1/sum.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
366 |
file path=usr/gnu/share/man/man1/sync.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
367 |
file path=usr/gnu/share/man/man1/tail.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
368 |
file path=usr/gnu/share/man/man1/tee.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
369 |
file path=usr/gnu/share/man/man1/test.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
370 |
file path=usr/gnu/share/man/man1/touch.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
371 |
file path=usr/gnu/share/man/man1/tr.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
372 |
file path=usr/gnu/share/man/man1/true.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
373 |
file path=usr/gnu/share/man/man1/tsort.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
374 |
file path=usr/gnu/share/man/man1/tty.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
375 |
file path=usr/gnu/share/man/man1/uname.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
376 |
file path=usr/gnu/share/man/man1/unexpand.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
377 |
file path=usr/gnu/share/man/man1/uniq.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
378 |
file path=usr/gnu/share/man/man1/unlink.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
379 |
file path=usr/gnu/share/man/man1/uptime.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
380 |
file path=usr/gnu/share/man/man1/wc.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
381 |
file path=usr/gnu/share/man/man1/who.1 |
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
382 |
file path=usr/gnu/share/man/man1/yes.1 |
2399
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
383 |
file usr/gnu/libexec/coreutils/libstdbuf.so path=usr/lib/libstdbuf.so |
100
385905d9554d
7021215 migrate gnu-coreutils from sfw to userland gate
Craig Mohrman <Craig.Mohrman@oracle.com>
parents:
diff
changeset
|
384 |
file path=usr/share/info/coreutils.info |
181
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
385 |
file usr/gnu/share/man/man1/base64.1 path=usr/share/man/man1/base64.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
386 |
file usr/gnu/share/man/man1/dir.1 path=usr/share/man/man1/dir.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
387 |
file usr/gnu/share/man/man1/dircolors.1 path=usr/share/man/man1/dircolors.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
388 |
file usr/gnu/share/man/man1/md5sum.1 path=usr/share/man/man1/md5sum.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
389 |
file usr/gnu/share/man/man1/nproc.1 path=usr/share/man/man1/nproc.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
390 |
file usr/gnu/share/man/man1/pinky.1 path=usr/share/man/man1/pinky.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
391 |
file usr/gnu/share/man/man1/printenv.1 path=usr/share/man/man1/printenv.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
392 |
file usr/gnu/share/man/man1/ptx.1 path=usr/share/man/man1/ptx.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
393 |
file usr/gnu/share/man/man1/readlink.1 path=usr/share/man/man1/readlink.1 |
2399
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
394 |
file usr/gnu/share/man/man1/realpath.1 path=usr/share/man/man1/realpath.1 |
181
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
395 |
file usr/gnu/share/man/man1/seq.1 path=usr/share/man/man1/seq.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
396 |
file usr/gnu/share/man/man1/sha1sum.1 path=usr/share/man/man1/sha1sum.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
397 |
file usr/gnu/share/man/man1/sha224sum.1 path=usr/share/man/man1/sha224sum.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
398 |
file usr/gnu/share/man/man1/sha256sum.1 path=usr/share/man/man1/sha256sum.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
399 |
file usr/gnu/share/man/man1/sha384sum.1 path=usr/share/man/man1/sha384sum.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
400 |
file usr/gnu/share/man/man1/sha512sum.1 path=usr/share/man/man1/sha512sum.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
401 |
file usr/gnu/share/man/man1/shred.1 path=usr/share/man/man1/shred.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
402 |
file usr/gnu/share/man/man1/shuf.1 path=usr/share/man/man1/shuf.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
403 |
file usr/gnu/share/man/man1/stat.1 path=usr/share/man/man1/stat.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
404 |
file usr/gnu/share/man/man1/stdbuf.1 path=usr/share/man/man1/stdbuf.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
405 |
file usr/gnu/share/man/man1/tac.1 path=usr/share/man/man1/tac.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
406 |
file usr/gnu/share/man/man1/timeout.1 path=usr/share/man/man1/timeout.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
407 |
file usr/gnu/share/man/man1/truncate.1 path=usr/share/man/man1/truncate.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
408 |
file usr/gnu/share/man/man1/users.1 path=usr/share/man/man1/users.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
409 |
file usr/gnu/share/man/man1/vdir.1 path=usr/share/man/man1/vdir.1 |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
410 |
file usr/gnu/share/man/man1/whoami.1 path=usr/share/man/man1/whoami.1 |
620
224989d93a26
7007636 several copyright files need an update to include FDL
Rich Burridge <rich.burridge@oracle.com>
parents:
609
diff
changeset
|
411 |
license coreutils.license license="GPLv3, FDLv1.3" |
181
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
412 |
link path=usr/gnu/share/locale/af/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
413 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
414 |
link path=usr/gnu/share/locale/be/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
415 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
416 |
link path=usr/gnu/share/locale/bg/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
417 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
418 |
link path=usr/gnu/share/locale/ca/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
419 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
420 |
link path=usr/gnu/share/locale/cs/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
421 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
422 |
link path=usr/gnu/share/locale/da/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
423 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
424 |
link path=usr/gnu/share/locale/de/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
425 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
426 |
link path=usr/gnu/share/locale/el/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
427 |
target=../LC_MESSAGES/coreutils.mo |
2399
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
428 |
link path=usr/gnu/share/locale/eo/LC_TIME/coreutils.mo \ |
181
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
429 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
430 |
link path=usr/gnu/share/locale/es/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
431 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
432 |
link path=usr/gnu/share/locale/et/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
433 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
434 |
link path=usr/gnu/share/locale/eu/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
435 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
436 |
link path=usr/gnu/share/locale/fi/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
437 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
438 |
link path=usr/gnu/share/locale/fr/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
439 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
440 |
link path=usr/gnu/share/locale/ga/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
441 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
442 |
link path=usr/gnu/share/locale/gl/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
443 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
444 |
link path=usr/gnu/share/locale/hu/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
445 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
446 |
link path=usr/gnu/share/locale/id/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
447 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
448 |
link path=usr/gnu/share/locale/it/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
449 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
450 |
link path=usr/gnu/share/locale/ja/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
451 |
target=../LC_MESSAGES/coreutils.mo |
2399
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
452 |
link path=usr/gnu/share/locale/kk/LC_TIME/coreutils.mo \ |
20c46127e17a
PSARC 2012/170 GNU coreutils 8.16
Rich Burridge <rich.burridge@oracle.com>
parents:
629
diff
changeset
|
453 |
target=../LC_MESSAGES/coreutils.mo |
181
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
454 |
link path=usr/gnu/share/locale/ko/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
455 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
456 |
link path=usr/gnu/share/locale/lg/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
457 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
458 |
link path=usr/gnu/share/locale/lt/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
459 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
460 |
link path=usr/gnu/share/locale/ms/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
461 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
462 |
link path=usr/gnu/share/locale/nb/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
463 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
464 |
link path=usr/gnu/share/locale/nl/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
465 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
466 |
link path=usr/gnu/share/locale/pl/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
467 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
468 |
link path=usr/gnu/share/locale/pt/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
469 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
470 |
link path=usr/gnu/share/locale/pt_BR/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
471 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
472 |
link path=usr/gnu/share/locale/ro/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
473 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
474 |
link path=usr/gnu/share/locale/ru/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
475 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
476 |
link path=usr/gnu/share/locale/sk/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
477 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
478 |
link path=usr/gnu/share/locale/sl/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
479 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
480 |
link path=usr/gnu/share/locale/sv/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
481 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
482 |
link path=usr/gnu/share/locale/tr/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
483 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
484 |
link path=usr/gnu/share/locale/uk/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
485 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
486 |
link path=usr/gnu/share/locale/vi/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
487 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
488 |
link path=usr/gnu/share/locale/zh_CN/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
489 |
target=../LC_MESSAGES/coreutils.mo |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
490 |
link path=usr/gnu/share/locale/zh_TW/LC_TIME/coreutils.mo \ |
87e11e685b1f
7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents:
104
diff
changeset
|
491 |
target=../LC_MESSAGES/coreutils.mo |
330
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
492 |
|
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
493 |
link path=usr/bin/gbasename \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
494 |
target=../gnu/bin/basename facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
495 |
link path=usr/bin/gcat \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
496 |
target=../gnu/bin/cat facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
497 |
link path=usr/bin/gchgrp \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
498 |
target=../gnu/bin/chgrp facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
499 |
link path=usr/bin/gchmod \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
500 |
target=../gnu/bin/chmod facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
501 |
link path=usr/bin/gchown \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
502 |
target=../gnu/bin/chown facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
503 |
link path=usr/bin/gchroot \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
504 |
target=../gnu/bin/chroot facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
505 |
link path=usr/bin/gcksum \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
506 |
target=../gnu/bin/cksum facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
507 |
link path=usr/bin/gcomm \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
508 |
target=../gnu/bin/comm facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
509 |
link path=usr/bin/gcp \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
510 |
target=../gnu/bin/cp facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
511 |
link path=usr/bin/gcsplit \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
512 |
target=../gnu/bin/csplit facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
513 |
link path=usr/bin/gcut \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
514 |
target=../gnu/bin/cut facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
515 |
link path=usr/bin/gdate \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
516 |
target=../gnu/bin/date facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
517 |
link path=usr/bin/gdd \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
518 |
target=../gnu/bin/dd facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
519 |
link path=usr/bin/gdf \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
520 |
target=../gnu/bin/df facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
521 |
link path=usr/bin/gdirname \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
522 |
target=../gnu/bin/dirname facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
523 |
link path=usr/bin/gdu \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
524 |
target=../gnu/bin/du facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
525 |
link path=usr/bin/gecho \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
526 |
target=../gnu/bin/echo facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
527 |
link path=usr/bin/genv \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
528 |
target=../gnu/bin/env facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
529 |
link path=usr/bin/gexpand \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
530 |
target=../gnu/bin/expand facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
531 |
link path=usr/bin/gexpr \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
532 |
target=../gnu/bin/expr facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
533 |
link path=usr/bin/gfactor \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
534 |
target=../gnu/bin/factor facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
535 |
link path=usr/bin/gfalse \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
536 |
target=../gnu/bin/false facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
537 |
link path=usr/bin/gfmt \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
538 |
target=../gnu/bin/fmt facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
539 |
link path=usr/bin/gfold \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
540 |
target=../gnu/bin/fold facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
541 |
link path=usr/bin/ggroups \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
542 |
target=../gnu/bin/groups facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
543 |
link path=usr/bin/ghead \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
544 |
target=../gnu/bin/head facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
545 |
link path=usr/bin/ghostid \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
546 |
target=../gnu/bin/hostid facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
547 |
link path=usr/bin/gid \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
548 |
target=../gnu/bin/id facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
549 |
link path=usr/bin/ginstall \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
550 |
target=../gnu/bin/install facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
551 |
link path=usr/bin/gjoin \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
552 |
target=../gnu/bin/join facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
553 |
link path=usr/bin/gkill \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
554 |
target=../gnu/bin/kill facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
555 |
link path=usr/bin/glink \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
556 |
target=../gnu/bin/link facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
557 |
link path=usr/bin/gln \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
558 |
target=../gnu/bin/ln facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
559 |
link path=usr/bin/glogname \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
560 |
target=../gnu/bin/logname facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
561 |
link path=usr/bin/gls \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
562 |
target=../gnu/bin/ls facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
563 |
link path=usr/bin/gmkdir \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
564 |
target=../gnu/bin/mkdir facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
565 |
link path=usr/bin/gmkfifo \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
566 |
target=../gnu/bin/mkfifo facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
567 |
link path=usr/bin/gmknod \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
568 |
target=../gnu/bin/mknod facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
569 |
link path=usr/bin/gmktemp \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
570 |
target=../gnu/bin/mktemp facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
571 |
link path=usr/bin/gmv \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
572 |
target=../gnu/bin/mv facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
573 |
link path=usr/bin/gnice \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
574 |
target=../gnu/bin/nice facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
575 |
link path=usr/bin/gnl \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
576 |
target=../gnu/bin/nl facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
577 |
link path=usr/bin/gnohup \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
578 |
target=../gnu/bin/nohup facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
579 |
link path=usr/bin/god \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
580 |
target=../gnu/bin/od facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
581 |
link path=usr/bin/gpaste \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
582 |
target=../gnu/bin/paste facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
583 |
link path=usr/bin/gpathchk \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
584 |
target=../gnu/bin/pathchk facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
585 |
link path=usr/bin/gpr \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
586 |
target=../gnu/bin/pr facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
587 |
link path=usr/bin/gprintf \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
588 |
target=../gnu/bin/printf facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
589 |
link path=usr/bin/gpwd \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
590 |
target=../gnu/bin/pwd facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
591 |
link path=usr/bin/grm \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
592 |
target=../gnu/bin/rm facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
593 |
link path=usr/bin/grmdir \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
594 |
target=../gnu/bin/rmdir facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
595 |
link path=usr/bin/gsleep \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
596 |
target=../gnu/bin/sleep facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
597 |
link path=usr/bin/gsort \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
598 |
target=../gnu/bin/sort facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
599 |
link path=usr/bin/gsplit \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
600 |
target=../gnu/bin/split facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
601 |
link path=usr/bin/gstty \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
602 |
target=../gnu/bin/stty facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
603 |
link path=usr/bin/gsum \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
604 |
target=../gnu/bin/sum facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
605 |
link path=usr/bin/gsync \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
606 |
target=../gnu/bin/sync facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
607 |
link path=usr/bin/gtail \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
608 |
target=../gnu/bin/tail facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
609 |
link path=usr/bin/gtee \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
610 |
target=../gnu/bin/tee facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
611 |
link path=usr/bin/gtest \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
612 |
target=../gnu/bin/test facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
613 |
link path=usr/bin/gtouch \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
614 |
target=../gnu/bin/touch facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
615 |
link path=usr/bin/gtr \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
616 |
target=../gnu/bin/tr facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
617 |
link path=usr/bin/gtrue \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
618 |
target=../gnu/bin/true facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
619 |
link path=usr/bin/gtsort \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
620 |
target=../gnu/bin/tsort facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
621 |
link path=usr/bin/gtty \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
622 |
target=../gnu/bin/tty facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
623 |
link path=usr/bin/guname \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
624 |
target=../gnu/bin/uname facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
625 |
link path=usr/bin/gunexpand \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
626 |
target=../gnu/bin/unexpand facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
627 |
link path=usr/bin/guniq \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
628 |
target=../gnu/bin/uniq facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
629 |
link path=usr/bin/gunlink \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
630 |
target=../gnu/bin/unlink facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
631 |
link path=usr/bin/guptime \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
632 |
target=../gnu/bin/uptime facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
633 |
link path=usr/bin/gwc \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
634 |
target=../gnu/bin/wc facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
635 |
link path=usr/bin/gwho \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
636 |
target=../gnu/bin/who facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
637 |
link path=usr/bin/gyes \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
638 |
target=../gnu/bin/yes facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
639 |
|
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
640 |
link path=usr/share/man/man1/gbasename.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
641 |
target=../../../gnu/share/man/man1/basename.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
642 |
link path=usr/share/man/man1/gcat.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
643 |
target=../../../gnu/share/man/man1/cat.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
644 |
link path=usr/share/man/man1/gchgrp.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
645 |
target=../../../gnu/share/man/man1/chgrp.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
646 |
link path=usr/share/man/man1/gchmod.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
647 |
target=../../../gnu/share/man/man1/chmod.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
648 |
link path=usr/share/man/man1/gchown.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
649 |
target=../../../gnu/share/man/man1/chown.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
650 |
link path=usr/share/man/man1/gchroot.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
651 |
target=../../../gnu/share/man/man1/chroot.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
652 |
link path=usr/share/man/man1/gcksum.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
653 |
target=../../../gnu/share/man/man1/cksum.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
654 |
link path=usr/share/man/man1/gcomm.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
655 |
target=../../../gnu/share/man/man1/comm.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
656 |
link path=usr/share/man/man1/gcp.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
657 |
target=../../../gnu/share/man/man1/cp.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
658 |
link path=usr/share/man/man1/gcsplit.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
659 |
target=../../../gnu/share/man/man1/csplit.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
660 |
link path=usr/share/man/man1/gcut.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
661 |
target=../../../gnu/share/man/man1/cut.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
662 |
link path=usr/share/man/man1/gdate.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
663 |
target=../../../gnu/share/man/man1/date.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
664 |
link path=usr/share/man/man1/gdd.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
665 |
target=../../../gnu/share/man/man1/dd.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
666 |
link path=usr/share/man/man1/gdf.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
667 |
target=../../../gnu/share/man/man1/df.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
668 |
link path=usr/share/man/man1/gdirname.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
669 |
target=../../../gnu/share/man/man1/dirname.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
670 |
link path=usr/share/man/man1/gdu.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
671 |
target=../../../gnu/share/man/man1/du.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
672 |
link path=usr/share/man/man1/gecho.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
673 |
target=../../../gnu/share/man/man1/echo.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
674 |
link path=usr/share/man/man1/genv.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
675 |
target=../../../gnu/share/man/man1/env.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
676 |
link path=usr/share/man/man1/gexpand.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
677 |
target=../../../gnu/share/man/man1/expand.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
678 |
link path=usr/share/man/man1/gexpr.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
679 |
target=../../../gnu/share/man/man1/expr.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
680 |
link path=usr/share/man/man1/gfactor.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
681 |
target=../../../gnu/share/man/man1/factor.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
682 |
link path=usr/share/man/man1/gfalse.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
683 |
target=../../../gnu/share/man/man1/false.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
684 |
link path=usr/share/man/man1/gfmt.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
685 |
target=../../../gnu/share/man/man1/fmt.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
686 |
link path=usr/share/man/man1/gfold.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
687 |
target=../../../gnu/share/man/man1/fold.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
688 |
link path=usr/share/man/man1/ggroups.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
689 |
target=../../../gnu/share/man/man1/groups.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
690 |
link path=usr/share/man/man1/ghead.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
691 |
target=../../../gnu/share/man/man1/head.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
692 |
link path=usr/share/man/man1/ghostid.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
693 |
target=../../../gnu/share/man/man1/hostid.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
694 |
link path=usr/share/man/man1/gid.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
695 |
target=../../../gnu/share/man/man1/id.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
696 |
link path=usr/share/man/man1/ginstall.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
697 |
target=../../../gnu/share/man/man1/install.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
698 |
link path=usr/share/man/man1/gjoin.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
699 |
target=../../../gnu/share/man/man1/join.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
700 |
link path=usr/share/man/man1/gkill.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
701 |
target=../../../gnu/share/man/man1/kill.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
702 |
link path=usr/share/man/man1/glink.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
703 |
target=../../../gnu/share/man/man1/link.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
704 |
link path=usr/share/man/man1/gln.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
705 |
target=../../../gnu/share/man/man1/ln.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
706 |
link path=usr/share/man/man1/glogname.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
707 |
target=../../../gnu/share/man/man1/logname.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
708 |
link path=usr/share/man/man1/gls.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
709 |
target=../../../gnu/share/man/man1/ls.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
710 |
link path=usr/share/man/man1/gmkdir.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
711 |
target=../../../gnu/share/man/man1/mkdir.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
712 |
link path=usr/share/man/man1/gmkfifo.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
713 |
target=../../../gnu/share/man/man1/mkfifo.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
714 |
link path=usr/share/man/man1/gmknod.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
715 |
target=../../../gnu/share/man/man1/mknod.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
716 |
link path=usr/share/man/man1/gmktemp.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
717 |
target=../../../gnu/share/man/man1/mktemp.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
718 |
link path=usr/share/man/man1/gmv.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
719 |
target=../../../gnu/share/man/man1/mv.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
720 |
link path=usr/share/man/man1/gnice.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
721 |
target=../../../gnu/share/man/man1/nice.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
722 |
link path=usr/share/man/man1/gnl.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
723 |
target=../../../gnu/share/man/man1/nl.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
724 |
link path=usr/share/man/man1/gnohup.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
725 |
target=../../../gnu/share/man/man1/nohup.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
726 |
link path=usr/share/man/man1/god.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
727 |
target=../../../gnu/share/man/man1/od.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
728 |
link path=usr/share/man/man1/gpaste.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
729 |
target=../../../gnu/share/man/man1/paste.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
730 |
link path=usr/share/man/man1/gpathchk.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
731 |
target=../../../gnu/share/man/man1/pathchk.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
732 |
link path=usr/share/man/man1/gpr.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
733 |
target=../../../gnu/share/man/man1/pr.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
734 |
link path=usr/share/man/man1/gprintf.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
735 |
target=../../../gnu/share/man/man1/printf.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
736 |
link path=usr/share/man/man1/gpwd.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
737 |
target=../../../gnu/share/man/man1/pwd.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
738 |
link path=usr/share/man/man1/grm.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
739 |
target=../../../gnu/share/man/man1/rm.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
740 |
link path=usr/share/man/man1/grmdir.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
741 |
target=../../../gnu/share/man/man1/rmdir.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
742 |
link path=usr/share/man/man1/gsleep.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
743 |
target=../../../gnu/share/man/man1/sleep.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
744 |
link path=usr/share/man/man1/gsort.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
745 |
target=../../../gnu/share/man/man1/sort.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
746 |
link path=usr/share/man/man1/gsplit.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
747 |
target=../../../gnu/share/man/man1/split.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
748 |
link path=usr/share/man/man1/gstty.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
749 |
target=../../../gnu/share/man/man1/stty.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
750 |
link path=usr/share/man/man1/gsum.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
751 |
target=../../../gnu/share/man/man1/sum.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
752 |
link path=usr/share/man/man1/gsync.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
753 |
target=../../../gnu/share/man/man1/sync.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
754 |
link path=usr/share/man/man1/gtail.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
755 |
target=../../../gnu/share/man/man1/tail.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
756 |
link path=usr/share/man/man1/gtee.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
757 |
target=../../../gnu/share/man/man1/tee.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
758 |
link path=usr/share/man/man1/gtest.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
759 |
target=../../../gnu/share/man/man1/test.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
760 |
link path=usr/share/man/man1/gtouch.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
761 |
target=../../../gnu/share/man/man1/touch.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
762 |
link path=usr/share/man/man1/gtr.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
763 |
target=../../../gnu/share/man/man1/tr.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
764 |
link path=usr/share/man/man1/gtrue.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
765 |
target=../../../gnu/share/man/man1/true.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
766 |
link path=usr/share/man/man1/gtsort.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
767 |
target=../../../gnu/share/man/man1/tsort.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
768 |
link path=usr/share/man/man1/gtty.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
769 |
target=../../../gnu/share/man/man1/tty.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
770 |
link path=usr/share/man/man1/guname.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
771 |
target=../../../gnu/share/man/man1/uname.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
772 |
link path=usr/share/man/man1/gunexpand.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
773 |
target=../../../gnu/share/man/man1/unexpand.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
774 |
link path=usr/share/man/man1/guniq.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
775 |
target=../../../gnu/share/man/man1/uniq.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
776 |
link path=usr/share/man/man1/gunlink.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
777 |
target=../../../gnu/share/man/man1/unlink.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
778 |
link path=usr/share/man/man1/guptime.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
779 |
target=../../../gnu/share/man/man1/uptime.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
780 |
link path=usr/share/man/man1/gwc.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
781 |
target=../../../gnu/share/man/man1/wc.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
782 |
link path=usr/share/man/man1/gwho.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
783 |
target=../../../gnu/share/man/man1/who.1 facet.compat.gnulinks=true |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
784 |
link path=usr/share/man/man1/gyes.1 \ |
1251baad27f0
7031687 Cleanup GNU binaries and their /usr/bin g-name for package: pkg:/file/gnu-coreutils
Rich Burridge <rich.burridge@oracle.com>
parents:
181
diff
changeset
|
785 |
target=../../../gnu/share/man/man1/yes.1 facet.compat.gnulinks=true |