xref: /titanic_54/usr/src/pkg/manifests/system-network-ppp.mf (revision ead1f93ee620d7580f7e53350fe5a884fc4f158a)
1*ead1f93eSLiane Praza#
2*ead1f93eSLiane Praza# CDDL HEADER START
3*ead1f93eSLiane Praza#
4*ead1f93eSLiane Praza# The contents of this file are subject to the terms of the
5*ead1f93eSLiane Praza# Common Development and Distribution License (the "License").
6*ead1f93eSLiane Praza# You may not use this file except in compliance with the License.
7*ead1f93eSLiane Praza#
8*ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing.
10*ead1f93eSLiane Praza# See the License for the specific language governing permissions
11*ead1f93eSLiane Praza# and limitations under the License.
12*ead1f93eSLiane Praza#
13*ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each
14*ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the
16*ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying
17*ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner]
18*ead1f93eSLiane Praza#
19*ead1f93eSLiane Praza# CDDL HEADER END
20*ead1f93eSLiane Praza#
21*ead1f93eSLiane Praza
22*ead1f93eSLiane Praza#
23*ead1f93eSLiane Praza# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
24*ead1f93eSLiane Praza# Use is subject to license terms.
25*ead1f93eSLiane Praza#
26*ead1f93eSLiane Praza
27*ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/system/network/ppp@$(PKGVERS)
28*ead1f93eSLiane Prazaset name=pkg.description \
29*ead1f93eSLiane Praza    value="Device drivers implementing point-to-point protocol (PPP)"
30*ead1f93eSLiane Prazaset name=pkg.summary value="Solaris PPP Device Drivers"
31*ead1f93eSLiane Prazaset name=info.classification \
32*ead1f93eSLiane Praza    value=org.opensolaris.category.2008:Drivers/Networking
33*ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH)
34*ead1f93eSLiane Prazaset name=variant.opensolaris.zone value=global value=nonglobal
35*ead1f93eSLiane Prazadir path=etc group=sys
36*ead1f93eSLiane Prazadir path=etc/init.d group=sys
37*ead1f93eSLiane Prazadir path=etc/ppp group=sys
38*ead1f93eSLiane Prazadir path=etc/ppp/peers group=sys
39*ead1f93eSLiane Prazadir path=etc/ppp/plugins group=sys
40*ead1f93eSLiane Prazadir path=etc/rc0.d group=sys
41*ead1f93eSLiane Prazadir path=etc/rc1.d group=sys
42*ead1f93eSLiane Prazadir path=etc/rc2.d group=sys
43*ead1f93eSLiane Prazadir path=etc/rcS.d group=sys
44*ead1f93eSLiane Prazadir path=usr group=sys
45*ead1f93eSLiane Prazadir path=usr/bin
46*ead1f93eSLiane Prazadir path=usr/kernel group=sys
47*ead1f93eSLiane Prazadir path=usr/kernel/drv group=sys
48*ead1f93eSLiane Prazadir path=usr/kernel/drv/$(ARCH64) group=sys
49*ead1f93eSLiane Prazadir path=usr/kernel/strmod group=sys
50*ead1f93eSLiane Prazadir path=usr/kernel/strmod/$(ARCH64) group=sys
51*ead1f93eSLiane Prazadir path=usr/sbin
52*ead1f93eSLiane Prazadriver name=sppp
53*ead1f93eSLiane Prazadriver name=sppptun
54*ead1f93eSLiane Prazafile path=etc/init.d/pppd group=sys mode=0744 \
55*ead1f93eSLiane Praza    original_name=SUNWpppd:etc/init.d/pppd preserve=true
56*ead1f93eSLiane Prazafile path=etc/ppp/chap-secrets group=sys mode=0600 \
57*ead1f93eSLiane Praza    original_name=SUNWpppd:etc/ppp/chap-secrets preserve=true
58*ead1f93eSLiane Prazafile path=etc/ppp/myisp-chat.tmpl group=sys
59*ead1f93eSLiane Prazafile path=etc/ppp/options.tmpl group=sys
60*ead1f93eSLiane Prazafile path=etc/ppp/options.ttya.tmpl group=sys
61*ead1f93eSLiane Prazafile path=etc/ppp/pap-secrets group=sys mode=0600 \
62*ead1f93eSLiane Praza    original_name=SUNWpppd:etc/ppp/pap-secrets preserve=true
63*ead1f93eSLiane Prazafile path=etc/ppp/peers/myisp.tmpl group=sys
64*ead1f93eSLiane Prazafile path=usr/bin/chat mode=0555
65*ead1f93eSLiane Prazafile path=usr/bin/pppd mode=4555
66*ead1f93eSLiane Prazafile path=usr/bin/pppstats mode=0555
67*ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/sppp group=sys
68*ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/sppptun group=sys
69*ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/drv/sppp group=sys
70*ead1f93eSLiane Prazafile path=usr/kernel/drv/sppp.conf group=sys
71*ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/drv/sppptun group=sys
72*ead1f93eSLiane Prazafile path=usr/kernel/drv/sppptun.conf group=sys
73*ead1f93eSLiane Prazafile path=usr/kernel/strmod/$(ARCH64)/spppasyn group=sys mode=0755
74*ead1f93eSLiane Prazafile path=usr/kernel/strmod/$(ARCH64)/spppcomp group=sys mode=0755
75*ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/strmod/spppasyn group=sys mode=0755
76*ead1f93eSLiane Praza$(i386_ONLY)file path=usr/kernel/strmod/spppcomp group=sys mode=0755
77*ead1f93eSLiane Prazafile path=usr/sbin/asppp2pppd mode=0550
78*ead1f93eSLiane Prazahardlink path=etc/rc0.d/K50pppd target=../../etc/init.d/pppd
79*ead1f93eSLiane Prazahardlink path=etc/rc1.d/K50pppd target=../../etc/init.d/pppd
80*ead1f93eSLiane Prazahardlink path=etc/rc2.d/S47pppd target=../../etc/init.d/pppd
81*ead1f93eSLiane Prazahardlink path=etc/rcS.d/K50pppd target=../../etc/init.d/pppd
82*ead1f93eSLiane Prazahardlink path=usr/kernel/strmod/$(ARCH64)/sppptun \
83*ead1f93eSLiane Praza    target=../../drv/$(ARCH64)/sppptun
84*ead1f93eSLiane Praza$(i386_ONLY)hardlink path=usr/kernel/strmod/sppptun target=../drv/sppptun
85*ead1f93eSLiane Prazalegacy pkg=SUNWpppd arch=$(ARCH) category=system \
86*ead1f93eSLiane Praza    desc="Device drivers implementing point-to-point protocol (PPP)" \
87*ead1f93eSLiane Praza    hotline="Please contact your local service provider" \
88*ead1f93eSLiane Praza    name="Solaris PPP Device Drivers" vendor="Sun Microsystems, Inc." \
89*ead1f93eSLiane Praza    version=11.11,REV=2009.11.11
90*ead1f93eSLiane Prazalegacy pkg=SUNWpppdr arch=$(ARCH) category=system \
91*ead1f93eSLiane Praza    desc="Configuration files for Solaris Point-to-Point Protocol (PPP)" \
92*ead1f93eSLiane Praza    hotline="Please contact your local service provider" \
93*ead1f93eSLiane Praza    name="Solaris PPP configuration files" vendor="Sun Microsystems, Inc." \
94*ead1f93eSLiane Praza    version=11.11,REV=2009.11.11
95*ead1f93eSLiane Prazalegacy pkg=SUNWpppdu arch=$(ARCH) category=system \
96*ead1f93eSLiane Praza    desc="Daemon and utilities for Point-to-Point Protocol (PPP)" \
97*ead1f93eSLiane Praza    hotline="Please contact your local service provider" \
98*ead1f93eSLiane Praza    name="Solaris PPP daemon and utilities" vendor="Sun Microsystems, Inc." \
99*ead1f93eSLiane Praza    version=11.11,REV=2009.11.11
100*ead1f93eSLiane Prazalicense cmd/cmd-inet/usr.bin/pppd/THIRDPARTYLICENSE \
101*ead1f93eSLiane Praza    license=cmd/cmd-inet/usr.bin/pppd/THIRDPARTYLICENSE
102*ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun
103*ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL
104*ead1f93eSLiane Prazalicense uts/common/io/ppp/THIRDPARTYLICENSE \
105*ead1f93eSLiane Praza    license=uts/common/io/ppp/THIRDPARTYLICENSE
106