xref: /titanic_50/usr/src/tools/depcheck/examples.txt (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gate
2*7c478bd9Sstevel@tonic-gateCDDL HEADER START
3*7c478bd9Sstevel@tonic-gate
4*7c478bd9Sstevel@tonic-gateThe contents of this file are subject to the terms of the
5*7c478bd9Sstevel@tonic-gateCommon Development and Distribution License, Version 1.0 only
6*7c478bd9Sstevel@tonic-gate(the "License").  You may not use this file except in compliance
7*7c478bd9Sstevel@tonic-gatewith the License.
8*7c478bd9Sstevel@tonic-gate
9*7c478bd9Sstevel@tonic-gateYou can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*7c478bd9Sstevel@tonic-gateor http://www.opensolaris.org/os/licensing.
11*7c478bd9Sstevel@tonic-gateSee the License for the specific language governing permissions
12*7c478bd9Sstevel@tonic-gateand limitations under the License.
13*7c478bd9Sstevel@tonic-gate
14*7c478bd9Sstevel@tonic-gateWhen distributing Covered Code, include this CDDL HEADER in each
15*7c478bd9Sstevel@tonic-gatefile and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*7c478bd9Sstevel@tonic-gateIf applicable, add the following below this CDDL HEADER, with the
17*7c478bd9Sstevel@tonic-gatefields enclosed by brackets "[]" replaced with your own identifying
18*7c478bd9Sstevel@tonic-gateinformation: Portions Copyright [yyyy] [name of copyright owner]
19*7c478bd9Sstevel@tonic-gate
20*7c478bd9Sstevel@tonic-gateCDDL HEADER END
21*7c478bd9Sstevel@tonic-gate
22*7c478bd9Sstevel@tonic-gateCopyright 2000 Sun Microsystems, Inc.  All rights reserved.
23*7c478bd9Sstevel@tonic-gateUse is subject to license terms.
24*7c478bd9Sstevel@tonic-gate
25*7c478bd9Sstevel@tonic-gateident	"%Z%%M%	%I%	%E% SMI"
26*7c478bd9Sstevel@tonic-gate
27*7c478bd9Sstevel@tonic-gateThe first step in doing any kind of dependency checking - setting up the
28*7c478bd9Sstevel@tonic-gatedatabase.
29*7c478bd9Sstevel@tonic-gate
30*7c478bd9Sstevel@tonic-gateIn this example, I use my SampleLinks file to help resolve some defficiencies
31*7c478bd9Sstevel@tonic-gatein the pkg database.  The "OVERRIDDEN" line refer to information that was
32*7c478bd9Sstevel@tonic-gateprovided by the SampleLinks file.  The "CANNOT FIND" file refers to files
33*7c478bd9Sstevel@tonic-gatewhich are links but cannot be resolved to an executable.  The "README" file
34*7c478bd9Sstevel@tonic-gatehas a more in-depth explanation.
35*7c478bd9Sstevel@tonic-gate======================================================================
36*7c478bd9Sstevel@tonic-gate
37*7c478bd9Sstevel@tonic-gate
38*7c478bd9Sstevel@tonic-gateeuphoria>./make_pkg_db -dbdir DBM -ifiles SampleLinks
39*7c478bd9Sstevel@tonic-gate...initializing the databases
40*7c478bd9Sstevel@tonic-gateCreating directory DBM
41*7c478bd9Sstevel@tonic-gate...making the FTYPE MODE and PKGS databases
42*7c478bd9Sstevel@tonic-gate...opening SampleLinks
43*7c478bd9Sstevel@tonic-gate...opening /var/sadm/install/contents
44*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/appletviewer=../java/bin/appletviewer s none SUNWj2dev.2
45*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/extcheck=../java/bin/extcheck s none SUNWj2dev.2
46*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/jar=../java/bin/jar s none SUNWj2dev.2
47*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/jarsigner=../java/bin/jarsigner s none SUNWj2dev.2
48*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/java=../java/bin/java s none SUNWj2rt.2
49*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/javac=../java/bin/javac s none SUNWj2dev.2
50*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/javadoc=../java/bin/javadoc s none SUNWj2dev.2
51*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/javah=../java/bin/javah s none SUNWj2dev.2
52*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/javald=../java/bin/javald s none SUNWj2dev.2
53*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/javap=../java/bin/javap s none SUNWj2dev.2
54*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/jdb=../java/bin/jdb s none SUNWj2dev.2
55*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/keytool=../java/bin/keytool s none SUNWj2rt.2
56*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/native2ascii=../java/bin/native2ascii s none SUNWj2dev.2
57*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/oldjava=../java/bin/oldjava s none SUNWj2dev.2
58*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/policytool=../java/bin/policytool s none SUNWj2rt.2
59*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/rmic=../java/bin/rmic s none SUNWj2dev.2
60*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/rmid=../java/bin/rmid s none SUNWj2rt.2
61*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/rmiregistry=../java/bin/rmiregistry s none SUNWj2rt.2
62*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/serialver=../java/bin/serialver s none SUNWj2dev.2
63*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/bin/tnameserv=../java/bin/tnameserv s none SUNWj2rt.2
64*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/include/Mrm=../dt/include/Mrm s none SUNWxwhl
65*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/include/X11=../openwin/include/X11 s none SUNWxwhl
66*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/include/Xm=../dt/include/Xm s none SUNWxwhl
67*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/include/kcms=../openwin/include/kcms s none SUNWxwhl
68*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/include/uil=../dt/include/uil s none SUNWxwhl
69*7c478bd9Sstevel@tonic-gate...OVERRIDDEN: /usr/include/xil=../openwin/include/xil s none SUNWxwhl
70*7c478bd9Sstevel@tonic-gate...making the ABSLINK database
71*7c478bd9Sstevel@tonic-gate***CANNOT FIND ABSOLUTE PATH /usr/dt/config/C/bookmarks FOR ENTRY: /usr/dt/config/C/wsmenu/Links/Personal_Bookmarks=../../bookmarks
72*7c478bd9Sstevel@tonic-gate***CANNOT FIND ABSOLUTE PATH /usr/dt/config/en_US.UTF-8/bookmarks FOR ENTRY: /usr/dt/config/en_US.UTF-8/wsmenu/Links/Personal_Bookmarks=../../bookmarks
73*7c478bd9Sstevel@tonic-gate***CANNOT FIND ABSOLUTE PATH /usr/lib/locale/fr/LC_MESSAGES FOR ENTRY: /usr/lib/locale/fr_CA.ISO8859-1/LC_MESSAGES=../fr/LC_MESSAGES
74*7c478bd9Sstevel@tonic-gate...DONE
75*7c478bd9Sstevel@tonic-gate
76*7c478bd9Sstevel@tonic-gateThe default dependency check on /usr/bin/sh.  This analysis uses
77*7c478bd9Sstevel@tonic-gate"/usr/bin/stings" and "/usr/bin/ldd" to glean information about
78*7c478bd9Sstevel@tonic-gatefile being analysed.
79*7c478bd9Sstevel@tonic-gate
80*7c478bd9Sstevel@tonic-gateThe default format of a dependency is "filename:pkgname".
81*7c478bd9Sstevel@tonic-gate=======================================================================
82*7c478bd9Sstevel@tonic-gate
83*7c478bd9Sstevel@tonic-gateeuphoria>./get_depend_info -dbdir DBM /usr/bin/sh
84*7c478bd9Sstevel@tonic-gate
85*7c478bd9Sstevel@tonic-gate
86*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/sh:
87*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
88*7c478bd9Sstevel@tonic-gate/usr/lib/libsecdb.so.1:SUNWcsl
89*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
90*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
91*7c478bd9Sstevel@tonic-gate/usr/lib/libcmd.so.1:SUNWcsl
92*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
93*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
94*7c478bd9Sstevel@tonic-gate/bin:SUNWcsr
95*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
96*7c478bd9Sstevel@tonic-gate/etc/profile:SUNWcsr
97*7c478bd9Sstevel@tonic-gate/usr/5bin:SUNWscpu
98*7c478bd9Sstevel@tonic-gate/usr/bin/pfexec:SUNWcsu
99*7c478bd9Sstevel@tonic-gate
100*7c478bd9Sstevel@tonic-gateA conservative analysis of the executable which only yields guaranteed
101*7c478bd9Sstevel@tonic-gatedependencies..  This analysis does not use "/usr/bin/strings" and only
102*7c478bd9Sstevel@tonic-gateuses "/usr/bin/ldd".
103*7c478bd9Sstevel@tonic-gate===================================================================
104*7c478bd9Sstevel@tonic-gate
105*7c478bd9Sstevel@tonic-gateeuphoria>get_depend_info -dbdir DBM -cons /usr/bin/sh
106*7c478bd9Sstevel@tonic-gate
107*7c478bd9Sstevel@tonic-gate
108*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/sh:
109*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
110*7c478bd9Sstevel@tonic-gate/usr/lib/libsecdb.so.1:SUNWcsl
111*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
112*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
113*7c478bd9Sstevel@tonic-gate/usr/lib/libcmd.so.1:SUNWcsl
114*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
115*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
116*7c478bd9Sstevel@tonic-gate
117*7c478bd9Sstevel@tonic-gateA pkg level anaysis on the executable.  In this format, only pkg dependencies
118*7c478bd9Sstevel@tonic-gateare listed and file dependencies are dropped from the output.
119*7c478bd9Sstevel@tonic-gate
120*7c478bd9Sstevel@tonic-gate======================================================================
121*7c478bd9Sstevel@tonic-gateeuphoria>get_depend_info -dbdir DBM -p /usr/bin/ls
122*7c478bd9Sstevel@tonic-gate
123*7c478bd9Sstevel@tonic-gate
124*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/ls:
125*7c478bd9Sstevel@tonic-gateP SUNWcsl       Core Solaris, (Shared Libs)
126*7c478bd9Sstevel@tonic-gateThe default dependency check on /usr/bin/sh.  This analysis uses
127*7c478bd9Sstevel@tonic-gate"/usr/bin/stings" and "/usr/bin/ldd" to glean information about
128*7c478bd9Sstevel@tonic-gatefile being analysed.
129*7c478bd9Sstevel@tonic-gate
130*7c478bd9Sstevel@tonic-gateThe default format of a dependency is "filename:pkgname".
131*7c478bd9Sstevel@tonic-gate=======================================================================
132*7c478bd9Sstevel@tonic-gate
133*7c478bd9Sstevel@tonic-gateeuphoria>./get_depend_info -dbdir DBM /usr/bin/sh
134*7c478bd9Sstevel@tonic-gate
135*7c478bd9Sstevel@tonic-gate
136*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/sh:
137*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
138*7c478bd9Sstevel@tonic-gate/usr/lib/libsecdb.so.1:SUNWcsl
139*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
140*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
141*7c478bd9Sstevel@tonic-gate/usr/lib/libcmd.so.1:SUNWcsl
142*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
143*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
144*7c478bd9Sstevel@tonic-gate/bin:SUNWcsr
145*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
146*7c478bd9Sstevel@tonic-gate/etc/profile:SUNWcsr
147*7c478bd9Sstevel@tonic-gate/usr/5bin:SUNWscpu
148*7c478bd9Sstevel@tonic-gate/usr/bin/pfexec:SUNWcsu
149*7c478bd9Sstevel@tonic-gate
150*7c478bd9Sstevel@tonic-gateThis is a dependency check on a pkg.  All the files within the pkg are analysed
151*7c478bd9Sstevel@tonic-gateand a report is generated.  Note at the end of the listing is a summarized
152*7c478bd9Sstevel@tonic-gatelisting of pkg dependencies.
153*7c478bd9Sstevel@tonic-gate
154*7c478bd9Sstevel@tonic-gate=============================================================================
155*7c478bd9Sstevel@tonic-gateeuphoria>get_depend_info -dbdir DBM -pkg SUNWnisu
156*7c478bd9Sstevel@tonic-gate
157*7c478bd9Sstevel@tonic-gate
158*7c478bd9Sstevel@tonic-gateAnalyzing /usr:
159*7c478bd9Sstevel@tonic-gateInput file is a directory
160*7c478bd9Sstevel@tonic-gate
161*7c478bd9Sstevel@tonic-gate
162*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin:
163*7c478bd9Sstevel@tonic-gateInput file is a directory
164*7c478bd9Sstevel@tonic-gate
165*7c478bd9Sstevel@tonic-gate
166*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/aliasadm:
167*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
168*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
169*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
170*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
171*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
172*7c478bd9Sstevel@tonic-gate/usr/bin/vi:SUNWcsu
173*7c478bd9Sstevel@tonic-gate
174*7c478bd9Sstevel@tonic-gate
175*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/chkey:
176*7c478bd9Sstevel@tonic-gate/usr/lib/librpcsvc.so.1:SUNWcsl
177*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
178*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
179*7c478bd9Sstevel@tonic-gate/usr/lib/libsldap.so.1:SUNWcsl
180*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
181*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
182*7c478bd9Sstevel@tonic-gate/usr/lib/libldap.so.4:SUNWcsl
183*7c478bd9Sstevel@tonic-gate/usr/lib/libdoor.so.1:SUNWcsl
184*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
185*7c478bd9Sstevel@tonic-gate/usr/lib/libresolv.so.2:SUNWcsl
186*7c478bd9Sstevel@tonic-gate/etc/nsswitch.conf:SUNWcsr
187*7c478bd9Sstevel@tonic-gate/etc/publickey:SUNWnisr
188*7c478bd9Sstevel@tonic-gate/usr/ccs/bin/make:SUNWsprot
189*7c478bd9Sstevel@tonic-gate
190*7c478bd9Sstevel@tonic-gate
191*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/getent:
192*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
193*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
194*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
195*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
196*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
197*7c478bd9Sstevel@tonic-gate
198*7c478bd9Sstevel@tonic-gate
199*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/ldaplist:
200*7c478bd9Sstevel@tonic-gate/usr/lib/libldap.so.4:SUNWcsl
201*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
202*7c478bd9Sstevel@tonic-gate/usr/lib/libsldap.so.1:SUNWcsl
203*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
204*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
205*7c478bd9Sstevel@tonic-gate/usr/lib/libresolv.so.2:SUNWcsl
206*7c478bd9Sstevel@tonic-gate/usr/lib/libdoor.so.1:SUNWcsl
207*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
208*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
209*7c478bd9Sstevel@tonic-gate
210*7c478bd9Sstevel@tonic-gate
211*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/newaliases:
212*7c478bd9Sstevel@tonic-gate/usr/lib/libresolv.so.2:SUNWcsl
213*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
214*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
215*7c478bd9Sstevel@tonic-gate/usr/lib/libldap.so.4:SUNWcsl
216*7c478bd9Sstevel@tonic-gate/usr/lib/libsldap.so.1:SUNWcsl
217*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
218*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
219*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
220*7c478bd9Sstevel@tonic-gate/usr/lib/libdoor.so.1:SUNWcsl
221*7c478bd9Sstevel@tonic-gate/dev/ksyms:SUNWcsd
222*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
223*7c478bd9Sstevel@tonic-gate/etc/hosts:SUNWcsr
224*7c478bd9Sstevel@tonic-gate/etc/mail/sendmail.cf:SUNWsndmr
225*7c478bd9Sstevel@tonic-gate/etc/mnttab:SUNWcsr
226*7c478bd9Sstevel@tonic-gate/usr/tmp:SUNWcsu
227*7c478bd9Sstevel@tonic-gate
228*7c478bd9Sstevel@tonic-gate
229*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nisaddcred:
230*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
231*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
232*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
233*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
234*7c478bd9Sstevel@tonic-gate/etc/nsswitch.conf:SUNWcsr
235*7c478bd9Sstevel@tonic-gate
236*7c478bd9Sstevel@tonic-gate
237*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/niscat:
238*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
239*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
240*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
241*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
242*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
243*7c478bd9Sstevel@tonic-gate
244*7c478bd9Sstevel@tonic-gate
245*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nischgrp:
246*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
247*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
248*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
249*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
250*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
251*7c478bd9Sstevel@tonic-gate
252*7c478bd9Sstevel@tonic-gate
253*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nischmod:
254*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
255*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
256*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
257*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
258*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
259*7c478bd9Sstevel@tonic-gate
260*7c478bd9Sstevel@tonic-gate
261*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nischown:
262*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
263*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
264*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
265*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
266*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
267*7c478bd9Sstevel@tonic-gate
268*7c478bd9Sstevel@tonic-gate
269*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nischttl:
270*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
271*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
272*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
273*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
274*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
275*7c478bd9Sstevel@tonic-gate
276*7c478bd9Sstevel@tonic-gate
277*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nisdefaults:
278*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
279*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
280*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
281*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
282*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
283*7c478bd9Sstevel@tonic-gate
284*7c478bd9Sstevel@tonic-gate
285*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/niserror:
286*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
287*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
288*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
289*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
290*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
291*7c478bd9Sstevel@tonic-gate
292*7c478bd9Sstevel@tonic-gate
293*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nisgrep:
294*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
295*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
296*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
297*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
298*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
299*7c478bd9Sstevel@tonic-gate
300*7c478bd9Sstevel@tonic-gate
301*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nisgrpadm:
302*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
303*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
304*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
305*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
306*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
307*7c478bd9Sstevel@tonic-gate
308*7c478bd9Sstevel@tonic-gate
309*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nisln:
310*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
311*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
312*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
313*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
314*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
315*7c478bd9Sstevel@tonic-gate
316*7c478bd9Sstevel@tonic-gate
317*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nisls:
318*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
319*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
320*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
321*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
322*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
323*7c478bd9Sstevel@tonic-gate
324*7c478bd9Sstevel@tonic-gate
325*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nismatch:
326*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
327*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
328*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
329*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
330*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
331*7c478bd9Sstevel@tonic-gate
332*7c478bd9Sstevel@tonic-gate
333*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nismkdir:
334*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
335*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
336*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
337*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
338*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
339*7c478bd9Sstevel@tonic-gate
340*7c478bd9Sstevel@tonic-gate
341*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nispasswd:
342*7c478bd9Sstevel@tonic-gate/usr/lib/libcmd.so.1:SUNWcsl
343*7c478bd9Sstevel@tonic-gate/usr/lib/libcrypt_i.so.1:SUNWcsl
344*7c478bd9Sstevel@tonic-gate/usr/lib/libbsm.so.1:SUNWcsl
345*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
346*7c478bd9Sstevel@tonic-gate/usr/lib/libpam.so.1:SUNWcsl
347*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
348*7c478bd9Sstevel@tonic-gate/usr/lib/libsldap.so.1:SUNWcsl
349*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
350*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
351*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
352*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
353*7c478bd9Sstevel@tonic-gate/usr/lib/libldap.so.4:SUNWcsl
354*7c478bd9Sstevel@tonic-gate/usr/lib/libdoor.so.1:SUNWcsl
355*7c478bd9Sstevel@tonic-gate/usr/lib/libresolv.so.2:SUNWcsl
356*7c478bd9Sstevel@tonic-gate/etc/default/passwd:SUNWcsr
357*7c478bd9Sstevel@tonic-gate/etc/passwd:SUNWcsr
358*7c478bd9Sstevel@tonic-gate/etc/shadow:SUNWcsr
359*7c478bd9Sstevel@tonic-gate
360*7c478bd9Sstevel@tonic-gate
361*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nispath:
362*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
363*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
364*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
365*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
366*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
367*7c478bd9Sstevel@tonic-gate
368*7c478bd9Sstevel@tonic-gate
369*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nisprefadm:
370*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
371*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
372*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
373*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
374*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
375*7c478bd9Sstevel@tonic-gate
376*7c478bd9Sstevel@tonic-gate
377*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nisrm:
378*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
379*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
380*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
381*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
382*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
383*7c478bd9Sstevel@tonic-gate
384*7c478bd9Sstevel@tonic-gate
385*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nisrmdir:
386*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
387*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
388*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
389*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
390*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
391*7c478bd9Sstevel@tonic-gate
392*7c478bd9Sstevel@tonic-gate
393*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nistbladm:
394*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
395*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
396*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
397*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
398*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
399*7c478bd9Sstevel@tonic-gate
400*7c478bd9Sstevel@tonic-gate
401*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/nistest:
402*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
403*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
404*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
405*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
406*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
407*7c478bd9Sstevel@tonic-gate
408*7c478bd9Sstevel@tonic-gate
409*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/ypcat:
410*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
411*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
412*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
413*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
414*7c478bd9Sstevel@tonic-gate/var/yp/nicknames:SUNWnisr
415*7c478bd9Sstevel@tonic-gate
416*7c478bd9Sstevel@tonic-gate
417*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/ypmatch:
418*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
419*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
420*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
421*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
422*7c478bd9Sstevel@tonic-gate/var/yp/nicknames:SUNWnisr
423*7c478bd9Sstevel@tonic-gate
424*7c478bd9Sstevel@tonic-gate
425*7c478bd9Sstevel@tonic-gateAnalyzing /usr/bin/ypwhich:
426*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
427*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
428*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
429*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
430*7c478bd9Sstevel@tonic-gate/var/yp/nicknames:SUNWnisr
431*7c478bd9Sstevel@tonic-gate
432*7c478bd9Sstevel@tonic-gate
433*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib:
434*7c478bd9Sstevel@tonic-gateInput file is a directory
435*7c478bd9Sstevel@tonic-gate
436*7c478bd9Sstevel@tonic-gate
437*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/ldap:
438*7c478bd9Sstevel@tonic-gateInput file is a directory
439*7c478bd9Sstevel@tonic-gate
440*7c478bd9Sstevel@tonic-gate
441*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/ldap/ldap_cachemgr:
442*7c478bd9Sstevel@tonic-gate/usr/lib/libdoor.so.1:SUNWcsl
443*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
444*7c478bd9Sstevel@tonic-gate/usr/lib/libsldap.so.1:SUNWcsl
445*7c478bd9Sstevel@tonic-gate/usr/lib/libthread.so.1:SUNWcsl
446*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
447*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
448*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
449*7c478bd9Sstevel@tonic-gate/usr/lib/libldap.so.4:SUNWcsl
450*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
451*7c478bd9Sstevel@tonic-gate/usr/lib/libresolv.so.2:SUNWcsl
452*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
453*7c478bd9Sstevel@tonic-gate
454*7c478bd9Sstevel@tonic-gate
455*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/libnisdb.so:
456*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
457*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
458*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
459*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
460*7c478bd9Sstevel@tonic-gate
461*7c478bd9Sstevel@tonic-gate
462*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/libnisdb.so.2:
463*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
464*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
465*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
466*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
467*7c478bd9Sstevel@tonic-gate
468*7c478bd9Sstevel@tonic-gate
469*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/netsvc:
470*7c478bd9Sstevel@tonic-gateInput file is a directory
471*7c478bd9Sstevel@tonic-gate
472*7c478bd9Sstevel@tonic-gate
473*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/netsvc/nis:
474*7c478bd9Sstevel@tonic-gateInput file is a directory
475*7c478bd9Sstevel@tonic-gate
476*7c478bd9Sstevel@tonic-gate
477*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/netsvc/yp:
478*7c478bd9Sstevel@tonic-gateInput file is a directory
479*7c478bd9Sstevel@tonic-gate
480*7c478bd9Sstevel@tonic-gate
481*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/netsvc/yp/ypbind:
482*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
483*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
484*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
485*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
486*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
487*7c478bd9Sstevel@tonic-gate/etc/hosts:SUNWcsr
488*7c478bd9Sstevel@tonic-gate/etc/inet/ipnodes:SUNWcsr
489*7c478bd9Sstevel@tonic-gate
490*7c478bd9Sstevel@tonic-gate
491*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/netsvc/yp/ypstart:
492*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
493*7c478bd9Sstevel@tonic-gate/usr/bin/ps:SUNWcsu
494*7c478bd9Sstevel@tonic-gate/usr/sbin/fnsypd:SUNWfns
495*7c478bd9Sstevel@tonic-gate/usr/sbin/makedbm:SUNWcsu
496*7c478bd9Sstevel@tonic-gate/var/yp/Makefile:SUNWypr
497*7c478bd9Sstevel@tonic-gate/var/yp/updaters:SUNWypr
498*7c478bd9Sstevel@tonic-gate
499*7c478bd9Sstevel@tonic-gate
500*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/netsvc/yp/ypstop:
501*7c478bd9Sstevel@tonic-gate/usr/bin/ps:SUNWcsu
502*7c478bd9Sstevel@tonic-gate
503*7c478bd9Sstevel@tonic-gate
504*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/netsvc/yp/ypxfr:
505*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
506*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
507*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
508*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
509*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
510*7c478bd9Sstevel@tonic-gate
511*7c478bd9Sstevel@tonic-gate
512*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/nis:
513*7c478bd9Sstevel@tonic-gateInput file is a directory
514*7c478bd9Sstevel@tonic-gate
515*7c478bd9Sstevel@tonic-gate
516*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/nis/nisaddent:
517*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
518*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
519*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
520*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
521*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
522*7c478bd9Sstevel@tonic-gate
523*7c478bd9Sstevel@tonic-gate
524*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/nis/nisauthconf:
525*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
526*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
527*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
528*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
529*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
530*7c478bd9Sstevel@tonic-gate
531*7c478bd9Sstevel@tonic-gate
532*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/nis/nisclient:
533*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
534*7c478bd9Sstevel@tonic-gate/etc/hosts:SUNWcsr
535*7c478bd9Sstevel@tonic-gate/etc/inet/hosts:SUNWcsr
536*7c478bd9Sstevel@tonic-gate/etc/init.d/nscd:SUNWcsr
537*7c478bd9Sstevel@tonic-gate/etc/nsswitch.conf:SUNWcsr
538*7c478bd9Sstevel@tonic-gate/etc/nsswitch.nisplus:SUNWcsr
539*7c478bd9Sstevel@tonic-gate
540*7c478bd9Sstevel@tonic-gate
541*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/nis/nisctl:
542*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
543*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
544*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
545*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
546*7c478bd9Sstevel@tonic-gate
547*7c478bd9Sstevel@tonic-gate
548*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/nis/nisopaccess:
549*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
550*7c478bd9Sstevel@tonic-gate
551*7c478bd9Sstevel@tonic-gate
552*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/nis/nisping:
553*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
554*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
555*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
556*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
557*7c478bd9Sstevel@tonic-gate
558*7c478bd9Sstevel@tonic-gate
559*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/nis/nispopulate:
560*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
561*7c478bd9Sstevel@tonic-gate/etc/hosts:SUNWcsr
562*7c478bd9Sstevel@tonic-gate/etc/inet/hosts:SUNWcsr
563*7c478bd9Sstevel@tonic-gate
564*7c478bd9Sstevel@tonic-gate
565*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/nis/nisserver:
566*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
567*7c478bd9Sstevel@tonic-gate/dev/tty:SUNWcsd
568*7c478bd9Sstevel@tonic-gate/etc/init.d/nscd:SUNWcsr
569*7c478bd9Sstevel@tonic-gate/etc/init.d/rpc:SUNWcsr
570*7c478bd9Sstevel@tonic-gate/etc/nsswitch.conf:SUNWcsr
571*7c478bd9Sstevel@tonic-gate/etc/nsswitch.nisplus:SUNWcsr
572*7c478bd9Sstevel@tonic-gate/usr/bin/nisgrpadm:SUNWnisu
573*7c478bd9Sstevel@tonic-gate/usr/lib/nis/nisaddent:SUNWnisu
574*7c478bd9Sstevel@tonic-gate/usr/lib/nis/nisupdkeys:SUNWnisu
575*7c478bd9Sstevel@tonic-gate
576*7c478bd9Sstevel@tonic-gate
577*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/nis/nissetup:
578*7c478bd9Sstevel@tonic-gate
579*7c478bd9Sstevel@tonic-gate
580*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/nis/nisshowcache:
581*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
582*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
583*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
584*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
585*7c478bd9Sstevel@tonic-gate
586*7c478bd9Sstevel@tonic-gate
587*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/nis/nisstat:
588*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
589*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
590*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
591*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
592*7c478bd9Sstevel@tonic-gate
593*7c478bd9Sstevel@tonic-gate
594*7c478bd9Sstevel@tonic-gateAnalyzing /usr/lib/nis/nisupdkeys:
595*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
596*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
597*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
598*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
599*7c478bd9Sstevel@tonic-gate
600*7c478bd9Sstevel@tonic-gate
601*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin:
602*7c478bd9Sstevel@tonic-gateInput file is a directory
603*7c478bd9Sstevel@tonic-gate
604*7c478bd9Sstevel@tonic-gate
605*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/gettable:
606*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
607*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
608*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
609*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
610*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
611*7c478bd9Sstevel@tonic-gate
612*7c478bd9Sstevel@tonic-gate
613*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/htable:
614*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
615*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
616*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
617*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
618*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
619*7c478bd9Sstevel@tonic-gate
620*7c478bd9Sstevel@tonic-gate
621*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/ldap_gen_profile:
622*7c478bd9Sstevel@tonic-gate/usr/lib/libldap.so.4:SUNWcsl
623*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
624*7c478bd9Sstevel@tonic-gate/usr/lib/libsldap.so.1:SUNWcsl
625*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
626*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
627*7c478bd9Sstevel@tonic-gate/usr/lib/libresolv.so.2:SUNWcsl
628*7c478bd9Sstevel@tonic-gate/usr/lib/libdoor.so.1:SUNWcsl
629*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
630*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
631*7c478bd9Sstevel@tonic-gate/etc/nsswitch.conf:SUNWcsr
632*7c478bd9Sstevel@tonic-gate/etc/nsswitch.ldap:SUNWcsr
633*7c478bd9Sstevel@tonic-gate
634*7c478bd9Sstevel@tonic-gate
635*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/ldapclient:
636*7c478bd9Sstevel@tonic-gate/usr/lib/libldap.so.4:SUNWcsl
637*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
638*7c478bd9Sstevel@tonic-gate/usr/lib/libsldap.so.1:SUNWcsl
639*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
640*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
641*7c478bd9Sstevel@tonic-gate/usr/lib/libresolv.so.2:SUNWcsl
642*7c478bd9Sstevel@tonic-gate/usr/lib/libdoor.so.1:SUNWcsl
643*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
644*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
645*7c478bd9Sstevel@tonic-gate/etc/nsswitch.conf:SUNWcsr
646*7c478bd9Sstevel@tonic-gate/etc/nsswitch.ldap:SUNWcsr
647*7c478bd9Sstevel@tonic-gate
648*7c478bd9Sstevel@tonic-gate
649*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/newkey:
650*7c478bd9Sstevel@tonic-gate/usr/lib/librpcsvc.so.1:SUNWcsl
651*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
652*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
653*7c478bd9Sstevel@tonic-gate/usr/lib/libsldap.so.1:SUNWcsl
654*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
655*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
656*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
657*7c478bd9Sstevel@tonic-gate/usr/lib/libldap.so.4:SUNWcsl
658*7c478bd9Sstevel@tonic-gate/usr/lib/libdoor.so.1:SUNWcsl
659*7c478bd9Sstevel@tonic-gate/usr/lib/libresolv.so.2:SUNWcsl
660*7c478bd9Sstevel@tonic-gate/etc/nsswitch.conf:SUNWcsr
661*7c478bd9Sstevel@tonic-gate/etc/publickey:SUNWnisr
662*7c478bd9Sstevel@tonic-gate/usr/ccs/bin/make:SUNWsprot
663*7c478bd9Sstevel@tonic-gate
664*7c478bd9Sstevel@tonic-gate
665*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/nis_cachemgr:
666*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
667*7c478bd9Sstevel@tonic-gate/usr/lib/libthread.so.1:SUNWcsl
668*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
669*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
670*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
671*7c478bd9Sstevel@tonic-gate/dev/console:SUNWcsd
672*7c478bd9Sstevel@tonic-gate
673*7c478bd9Sstevel@tonic-gate
674*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/nisbackup:
675*7c478bd9Sstevel@tonic-gate/usr/lib/libC.so.5:SUNWlibC
676*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
677*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
678*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
679*7c478bd9Sstevel@tonic-gate/usr/lib/libnisdb.so.2:SUNWnisu
680*7c478bd9Sstevel@tonic-gate/usr/lib/libw.so.1:SUNWcsl
681*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
682*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
683*7c478bd9Sstevel@tonic-gate
684*7c478bd9Sstevel@tonic-gate
685*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/nisinit:
686*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
687*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
688*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
689*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
690*7c478bd9Sstevel@tonic-gate/etc/nsswitch.conf:SUNWcsr
691*7c478bd9Sstevel@tonic-gate
692*7c478bd9Sstevel@tonic-gate
693*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/nislog:
694*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
695*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
696*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
697*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
698*7c478bd9Sstevel@tonic-gate
699*7c478bd9Sstevel@tonic-gate
700*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/nisrestore:
701*7c478bd9Sstevel@tonic-gate/usr/lib/libC.so.5:SUNWlibC
702*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
703*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
704*7c478bd9Sstevel@tonic-gate/usr/lib/libgen.so.1:SUNWcsl
705*7c478bd9Sstevel@tonic-gate/usr/lib/libnisdb.so.2:SUNWnisu
706*7c478bd9Sstevel@tonic-gate/usr/lib/libw.so.1:SUNWcsl
707*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
708*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
709*7c478bd9Sstevel@tonic-gate
710*7c478bd9Sstevel@tonic-gate
711*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/rpc.nisd:
712*7c478bd9Sstevel@tonic-gate/usr/lib/libm.so.1:SUNWlibms
713*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
714*7c478bd9Sstevel@tonic-gate/usr/lib/libnisdb.so.2:SUNWnisu
715*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
716*7c478bd9Sstevel@tonic-gate/usr/lib/libC.so.5:SUNWlibC
717*7c478bd9Sstevel@tonic-gate/usr/lib/libthread.so.1:SUNWcsl
718*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
719*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
720*7c478bd9Sstevel@tonic-gate/usr/lib/libw.so.1:SUNWcsl
721*7c478bd9Sstevel@tonic-gate/dev/console:SUNWcsd
722*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
723*7c478bd9Sstevel@tonic-gate/usr/sbin/rpc.nisd_resolv:SUNWnisu
724*7c478bd9Sstevel@tonic-gate
725*7c478bd9Sstevel@tonic-gate
726*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/rpc.nisd_resolv:
727*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
728*7c478bd9Sstevel@tonic-gate/usr/lib/libresolv.so.2:SUNWcsl
729*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
730*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
731*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
732*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
733*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
734*7c478bd9Sstevel@tonic-gate
735*7c478bd9Sstevel@tonic-gate
736*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/rpc.nispasswdd:
737*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
738*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
739*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
740*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
741*7c478bd9Sstevel@tonic-gate/dev/console:SUNWcsd
742*7c478bd9Sstevel@tonic-gate
743*7c478bd9Sstevel@tonic-gate
744*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/rpc.rexd:
745*7c478bd9Sstevel@tonic-gate/usr/lib/libsocket.so.1:SUNWcsl
746*7c478bd9Sstevel@tonic-gate/usr/lib/librpcsvc.so.1:SUNWcsl
747*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
748*7c478bd9Sstevel@tonic-gate/usr/lib/libbsm.so.1:SUNWcsl
749*7c478bd9Sstevel@tonic-gate/usr/lib/libpam.so.1:SUNWcsl
750*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
751*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
752*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
753*7c478bd9Sstevel@tonic-gate/dev/console:SUNWcsd
754*7c478bd9Sstevel@tonic-gate/etc/mnttab:SUNWcsr
755*7c478bd9Sstevel@tonic-gate/var/adm/wtmpx:SUNWcsr
756*7c478bd9Sstevel@tonic-gate
757*7c478bd9Sstevel@tonic-gate
758*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/ypalias:
759*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
760*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
761*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
762*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
763*7c478bd9Sstevel@tonic-gate
764*7c478bd9Sstevel@tonic-gate
765*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/ypinit:
766*7c478bd9Sstevel@tonic-gate/dev/null:SUNWcsd
767*7c478bd9Sstevel@tonic-gate/etc/hosts:SUNWcsr
768*7c478bd9Sstevel@tonic-gate/etc/inet/ipnodes:SUNWcsr
769*7c478bd9Sstevel@tonic-gate/usr/lib/netsvc/yp/ypxfr:SUNWnisu
770*7c478bd9Sstevel@tonic-gate
771*7c478bd9Sstevel@tonic-gate
772*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/yppoll:
773*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
774*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
775*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
776*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
777*7c478bd9Sstevel@tonic-gate
778*7c478bd9Sstevel@tonic-gate
779*7c478bd9Sstevel@tonic-gateAnalyzing /usr/sbin/ypset:
780*7c478bd9Sstevel@tonic-gate/usr/lib/libnsl.so.1:SUNWcsl
781*7c478bd9Sstevel@tonic-gate/usr/lib/libdl.so.1:SUNWcsl
782*7c478bd9Sstevel@tonic-gate/usr/lib/libc.so.1:SUNWcsl
783*7c478bd9Sstevel@tonic-gate/usr/lib/libmp.so.2:SUNWcsl
784*7c478bd9Sstevel@tonic-gate
785*7c478bd9Sstevel@tonic-gate
786*7c478bd9Sstevel@tonic-gatePackage dependencies for SUNWnisu:
787*7c478bd9Sstevel@tonic-gateP SUNWcsd       Core Solaris Devices
788*7c478bd9Sstevel@tonic-gateP SUNWcsl       Core Solaris, (Shared Libs)
789*7c478bd9Sstevel@tonic-gateP SUNWcsr       Core Solaris, (Root)
790*7c478bd9Sstevel@tonic-gateP SUNWcsu       Core Solaris, (Usr)
791*7c478bd9Sstevel@tonic-gateP SUNWfns       Federated Naming System
792*7c478bd9Sstevel@tonic-gateP SUNWlibC      Sun Workshop Compilers Bundled libC
793*7c478bd9Sstevel@tonic-gateP SUNWlibms     Sun WorkShop Bundled shared libm
794*7c478bd9Sstevel@tonic-gateP SUNWnisr      Network Information System, (Root)
795*7c478bd9Sstevel@tonic-gateP SUNWnisu      Network Information System, (Usr)
796*7c478bd9Sstevel@tonic-gateP SUNWsndmr     Sendmail root
797*7c478bd9Sstevel@tonic-gateP SUNWsprot     Solaris Bundled tools
798*7c478bd9Sstevel@tonic-gateP SUNWypr       NIS Server for Solaris (root)
799*7c478bd9Sstevel@tonic-gate
800