system-network-ppp.mf revision 12616:17a31b0faaa4
1248693Sgleb#
2248693Sgleb# CDDL HEADER START
3248693Sgleb#
4248693Sgleb# The contents of this file are subject to the terms of the
5248693Sgleb# Common Development and Distribution License (the "License").
6248693Sgleb# You may not use this file except in compliance with the License.
7248693Sgleb#
8248693Sgleb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9248693Sgleb# or http://www.opensolaris.org/os/licensing.
10248693Sgleb# See the License for the specific language governing permissions
11248693Sgleb# and limitations under the License.
12248693Sgleb#
13248693Sgleb# When distributing Covered Code, include this CDDL HEADER in each
14248693Sgleb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15248693Sgleb# If applicable, add the following below this CDDL HEADER, with the
16248693Sgleb# fields enclosed by brackets "[]" replaced with your own identifying
17248693Sgleb# information: Portions Copyright [yyyy] [name of copyright owner]
18248693Sgleb#
19248693Sgleb# CDDL HEADER END
20248693Sgleb#
21248693Sgleb
22248693Sgleb#
23248693Sgleb# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24248693Sgleb#
25248693Sgleb
26248693Sglebset name=pkg.fmri value=pkg:/system/network/ppp@$(PKGVERS)
27248693Sglebset name=pkg.description \
28248693Sgleb    value="Device drivers implementing point-to-point protocol (PPP)"
29291041Srodrigcset name=pkg.summary value="Solaris PPP Device Drivers"
30248693Sglebset name=info.classification \
31248693Sgleb    value=org.opensolaris.category.2008:Drivers/Networking
32248693Sglebset name=variant.arch value=$(ARCH)
33248693Sglebdir path=etc group=sys
34248693Sglebdir path=etc/init.d group=sys
35248693Sglebdir path=etc/ppp group=sys
36248693Sglebdir path=etc/ppp/peers group=sys
37248693Sglebdir path=etc/ppp/plugins group=sys
38248693Sglebdir path=etc/rc0.d group=sys
39248693Sglebdir path=etc/rc1.d group=sys
40248693Sglebdir path=etc/rc2.d group=sys
41248693Sglebdir path=etc/rcS.d group=sys
42248693Sglebdir path=usr group=sys
43248693Sglebdir path=usr/bin
44248693Sglebdir path=usr/kernel group=sys
45248693Sglebdir path=usr/kernel/drv group=sys
46248693Sglebdir path=usr/kernel/drv/$(ARCH64) group=sys
47248693Sglebdir path=usr/kernel/strmod group=sys
48248693Sglebdir path=usr/kernel/strmod/$(ARCH64) group=sys
49248693Sglebdir path=usr/sbin
50248693Sglebdriver name=sppp
51248693Sglebdriver name=sppptun
52248693Sglebfile path=etc/init.d/pppd group=sys mode=0744 \
53248693Sgleb    original_name=SUNWpppd:etc/init.d/pppd preserve=true
54248693Sglebfile path=etc/ppp/chap-secrets group=sys mode=0600 \
55248693Sgleb    original_name=SUNWpppd:etc/ppp/chap-secrets preserve=true
56248693Sglebfile path=etc/ppp/myisp-chat.tmpl group=sys
57248693Sglebfile path=etc/ppp/options.tmpl group=sys
58248693Sglebfile path=etc/ppp/options.ttya.tmpl group=sys
59248693Sglebfile path=etc/ppp/pap-secrets group=sys mode=0600 \
60248693Sgleb    original_name=SUNWpppd:etc/ppp/pap-secrets preserve=true
61248693Sglebfile path=etc/ppp/peers/myisp.tmpl group=sys
62248693Sglebfile path=usr/bin/chat mode=0555
63248693Sglebfile path=usr/bin/pppd mode=4555
64275354Sglebfile path=usr/bin/pppstats mode=0555
65275354Sglebfile path=usr/kernel/drv/$(ARCH64)/sppp group=sys
66275354Sglebfile path=usr/kernel/drv/$(ARCH64)/sppptun group=sys
67275354Sgleb$(i386_ONLY)file path=usr/kernel/drv/sppp group=sys
68275354Sglebfile path=usr/kernel/drv/sppp.conf group=sys
69275354Sgleb$(i386_ONLY)file path=usr/kernel/drv/sppptun group=sys
70275354Sglebfile path=usr/kernel/drv/sppptun.conf group=sys
71275354Sglebfile path=usr/kernel/strmod/$(ARCH64)/spppasyn group=sys mode=0755
72248693Sglebfile path=usr/kernel/strmod/$(ARCH64)/spppcomp group=sys mode=0755
73248693Sgleb$(i386_ONLY)file path=usr/kernel/strmod/spppasyn group=sys mode=0755
74248693Sgleb$(i386_ONLY)file path=usr/kernel/strmod/spppcomp group=sys mode=0755
75248693Sglebfile path=usr/sbin/asppp2pppd mode=0550
76248693Sglebhardlink path=etc/rc0.d/K50pppd target=../../etc/init.d/pppd
77248693Sglebhardlink path=etc/rc1.d/K50pppd target=../../etc/init.d/pppd
78248693Sglebhardlink path=etc/rc2.d/S47pppd target=../../etc/init.d/pppd
79248693Sglebhardlink path=etc/rcS.d/K50pppd target=../../etc/init.d/pppd
80248693Sglebhardlink path=usr/kernel/strmod/$(ARCH64)/sppptun \
81248693Sgleb    target=../../drv/$(ARCH64)/sppptun
82291041Srodrigc$(i386_ONLY)hardlink path=usr/kernel/strmod/sppptun target=../drv/sppptun
83248693Sgleblegacy pkg=SUNWpppd arch=$(ARCH) category=system \
84248693Sgleb    desc="Device drivers implementing point-to-point protocol (PPP)" \
85248693Sgleb    hotline="Please contact your local service provider" \
86248693Sgleb    name="Solaris PPP Device Drivers" vendor="Sun Microsystems, Inc." \
87248693Sgleb    version=11.11,REV=2009.11.11
88248693Sgleblegacy pkg=SUNWpppdr arch=$(ARCH) category=system \
89248693Sgleb    desc="Configuration files for Solaris Point-to-Point Protocol (PPP)" \
90248693Sgleb    hotline="Please contact your local service provider" \
91248693Sgleb    name="Solaris PPP configuration files" vendor="Sun Microsystems, Inc." \
92248693Sgleb    version=11.11,REV=2009.11.11
93248693Sgleblegacy pkg=SUNWpppdu arch=$(ARCH) category=system \
94248693Sgleb    desc="Daemon and utilities for Point-to-Point Protocol (PPP)" \
95248693Sgleb    hotline="Please contact your local service provider" \
96248693Sgleb    name="Solaris PPP daemon and utilities" vendor="Sun Microsystems, Inc." \
97248693Sgleb    version=11.11,REV=2009.11.11
98248693Sgleblicense cmd/cmd-inet/usr.bin/pppd/THIRDPARTYLICENSE \
99248693Sgleb    license=cmd/cmd-inet/usr.bin/pppd/THIRDPARTYLICENSE
100248693Sgleblicense cr_Sun license=cr_Sun
101248693Sgleblicense lic_CDDL license=lic_CDDL
102248693Sgleblicense uts/common/io/ppp/THIRDPARTYLICENSE \
103248693Sgleb    license=uts/common/io/ppp/THIRDPARTYLICENSE
104248693Sgleb