9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
25 #
26
27 set name=pkg.fmri value=pkg:/compatibility/ucb@$(PKGVERS)
28 set name=pkg.description \
29 value="utilities for user interface and source build compatibility with SunOS 4.x"
30 set name=pkg.summary value="Source Compatibility"
31 set name=info.classification value=org.opensolaris.category.2008:System/Core
32 set name=variant.arch value=$(ARCH)
33 dir path=etc group=sys
34 dir path=etc/mail group=mail
35 dir path=usr group=sys
36 dir path=usr/bin
37 dir path=usr/lib
38 dir path=usr/share/man
39 dir path=usr/share/man/man1b
40 dir path=usr/ucb
41 $(i386_ONLY)dir path=usr/ucb/$(ARCH32)
42 dir path=usr/ucb/$(ARCH64)
43 dir path=usr/ucblib
44 dir path=usr/ucblib/$(ARCH64)
45 file path=etc/mail/Mail.rc original_name=SUNWscp:etc/mail/Mail.rc \
46 preserve=true
47 file path=usr/share/man/man1b/basename.1b
48 file path=usr/share/man/man1b/biff.1b
49 file path=usr/share/man/man1b/chown.1b
50 file path=usr/share/man/man1b/df.1b
|
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2013 Nexenta Systems, Inc. All rights reserved.
25 #
26
27 set name=pkg.fmri value=pkg:/compatibility/ucb@$(PKGVERS)
28 set name=pkg.description \
29 value="utilities for user interface compatibility with SunOS 4.x"
30 set name=pkg.summary value="SunOS 4.x Compatibility"
31 set name=info.classification value=org.opensolaris.category.2008:System/Core
32 set name=variant.arch value=$(ARCH)
33 dir path=etc group=sys
34 dir path=etc/mail group=mail
35 dir path=usr group=sys
36 dir path=usr/bin
37 dir path=usr/lib
38 dir path=usr/share/man
39 dir path=usr/share/man/man1b
40 dir path=usr/ucb
41 $(i386_ONLY)dir path=usr/ucb/$(ARCH32)
42 dir path=usr/ucb/$(ARCH64)
43 dir path=usr/ucblib
44 dir path=usr/ucblib/$(ARCH64)
45 file path=etc/mail/Mail.rc original_name=SUNWscp:etc/mail/Mail.rc \
46 preserve=true
47 file path=usr/share/man/man1b/basename.1b
48 file path=usr/share/man/man1b/biff.1b
49 file path=usr/share/man/man1b/chown.1b
50 file path=usr/share/man/man1b/df.1b
|