1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
|
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright (c) 1990, 2010, Oracle and/or its affiliates. All rights reserved.
# Copyright 2010 Nexenta Systems, Inc. All rights reserved.
#
ETCFILES= ioctl.syscon passwd shadow motd
SMBFILES= smbpasswd
include ../../Makefile.cmd
ROOTETCFILES= $(ETCFILES:%=$(ROOTETC)/%)
ROOTVARSMBFILES= $(SMBFILES:%=$(ROOTVARSMB)/%)
FILEMODE= 0644
$(ROOTETC)/shadow : FILEMODE = 400
$(ROOTVARSMB)/smbpasswd : FILEMODE = 0400
.KEEP_STATE:
all: $(ETCFILES) $(SMBFILES)
install: all $(ROOTETCFILES) $(ROOTVARSMBFILES)
clean:
lint:
clobber:
motd: FRC
@-$(ECHO) "rebuilding motd"
@$(RELEASE_BUILD)-$(ECHO) "The illumos Project\t$(VERSION)\t$(RELEASE_DATE)" > motd
@$(NOT_RELEASE_BUILD)-$(ECHO) "The illumos Project\t$(VERSION)\t`date +'%h. %d, %Y'`" > motd
@$(NOT_RELEASE_BUILD)-$(ECHO) $(DEV_CM) | sed -e "s/@(#)//" >> motd
@-$(CAT) release_info >> motd
smbpasswd:
$(TOUCH) smbpasswd
clean:
lint:
clobber:
$(RM) motd smbpasswd
FRC:
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License, Version 1.0 only
# (the "License"). You may not use this file except in compliance
# with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
Elimination of /usr/kvm
=======================
Copyright (c) 1995-2000 by Sun Microsystems, Inc.
All rights reserved.
As of Solaris 2.5, the /usr/kvm directory is no longer needed by the
operating environment. The mount point continues to be provided for
backward compatibility although all of the contents have been removed.
In earlier releases, /usr/kvm contained the platform specific implementations
of programs and libraries. The interface to these platform specific
implementations was generally advertized to be in a platform independent
directory and a symbolic link was used to bind the advertized platform
independent interface to the platform specific implementation in /usr/kvm.
Implementation Interface(s)
/usr/kvm/adb /usr/bin/adb
/usr/kvm/arch /usr/ucb/arch
Note: Source Compatibility Package Component
/usr/kvm/crash /usr/bin/mdb
Note: Solaris Modular Debugger Guide describes how to
transition from crash(8) to mdb(1).
/usr/kvm/eeprom /usr/sbin/eeprom
/usr/kvm/i286,i386,i486,i860,i86pc,iAPX286,m68k,mc68000,mc68010,mc68020,
mc68030,mc68040,sparc,sun,sun2,sun3,sun3x,sun4,sun4c,sun4d,sun4e,
sun4m,u370,u3b,u3b15,u3b2,u3b5,vax
/usr/bin/i286,i386,i486,i860,i86pc,iAPX286,m68k,
mc68000,mc68010,mc68020,mc68030,mc68040,sparc,sun,
sun2,sun3,sun3x,sun4,sun4c,sun4d,sun4e,sun4m,u370,
u3b,u3b15,u3b2,u3b5,vax
Note: These are documented on the machid(1) manual
page. These are fully deprecated interfaces.
/usr/kvm/libkvm.a /usr/lib/libkvm.a
Note: /usr/lib/libkvm.a is no longer a component
of SunOS.
/usr/kvm/libkvm.so.1 /usr/lib/libkvm.so.1
/usr/kvm/libkvm.so /usr/lib/libkvm.so
The following platform specific objects were also delivered in previous
releases of SunOS. They are only of use with specific platforms and
it was always documented that the path to these objects was uncommitted.
2.4 (and earlier) 2.5
/usr/kvm/cg14config /usr/platform/sun4m/sbin/cg14config sun4m only
/usr/kvm/sxconfig /usr/platform/sun4m/sbin/sxconfig sun4m only
/usr/kvm/prtdiag /usr/platform/sun4d/sbin/prtdiag sun4d only
#
# List of users denied access to the FTP server, see ftpusers(5).
#
root
daemon
bin
sys
adm
lp
uucp
nuucp
dladm
netadm
netcfg
listen
gdm
xvm
mysql
openldap
webservd
nobody
noaccess
nobody4
2502:1805:bd:8a3b:0:3:1c:7f:15:4:0:0:0:11:13:1a:19:12:f:17:16:14:8
root:x:0:0:Super-User:/root:/usr/bin/bash
daemon:x:1:1::/:
bin:x:2:2::/usr/bin:
sys:x:3:3::/:
adm:x:4:4:Admin:/var/adm:
lp:x:71:8:Line Printer Admin:/usr/spool/lp:
uucp:x:5:5:uucp Admin:/usr/lib/uucp:
nuucp:x:9:9:uucp Admin:/var/spool/uucppublic:/usr/lib/uucp/uucico
dladm:x:15:65:Datalink Admin:/:
netadm:x:16:65:Network Admin:/:
netcfg:x:17:65:Network Configuration Admin:/:
listen:x:37:4:Network Admin:/usr/net/nls:
gdm:x:50:50:GDM Reserved UID:/var/lib/gdm:
zfssnap:x:51:12:ZFS Automatic Snapshots Reserved UID:/:/usr/bin/pfsh
upnp:x:52:52:UPnP Server Reserved UID:/var/coherence:/bin/ksh
xvm:x:60:60:xVM User:/:
mysql:x:70:70:MySQL Reserved UID:/:
openldap:x:75:75:OpenLDAP User:/:
webservd:x:80:80:WebServer Reserved UID:/:
svctag:x:95:12:Service Tag UID:/:
unknown:x:96:96:Unknown Remote UID:/:
nobody:x:60001:60001:NFS Anonymous Access User:/:
noaccess:x:60002:60002:No Access User:/:
nobody4:x:65534:65534:SunOS 4.x NFS Anonymous Access User:/:
root::6445::::::
daemon:NP:6445::::::
bin:NP:6445::::::
sys:NP:6445::::::
adm:NP:6445::::::
lp:NP:6445::::::
uucp:NP:6445::::::
nuucp:NP:6445::::::
dladm:*LK*:::::::
netadm:*LK*:::::::
netcfg:*LK*:::::::
listen:*LK*:::::::
gdm:*LK*:::::::
zfssnap:NP:::::::
upnp:NP:::::::
xvm:*LK*:6445::::::
mysql:NP:::::::
openldap:*LK*:::::::
webservd:*LK*:::::::
svctag:*LK*:6445::::::
unknown:*LK*:::::::
nobody:*LK*:6445::::::
noaccess:*LK*:6445::::::
nobody4:*LK*:6445::::::
|