1ead1f93eSLiane Praza# 2ead1f93eSLiane Praza# CDDL HEADER START 3ead1f93eSLiane Praza# 4ead1f93eSLiane Praza# The contents of this file are subject to the terms of the 5ead1f93eSLiane Praza# Common Development and Distribution License (the "License"). 6ead1f93eSLiane Praza# You may not use this file except in compliance with the License. 7ead1f93eSLiane Praza# 8ead1f93eSLiane Praza# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9ead1f93eSLiane Praza# or http://www.opensolaris.org/os/licensing. 10ead1f93eSLiane Praza# See the License for the specific language governing permissions 11ead1f93eSLiane Praza# and limitations under the License. 12ead1f93eSLiane Praza# 13ead1f93eSLiane Praza# When distributing Covered Code, include this CDDL HEADER in each 14ead1f93eSLiane Praza# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15ead1f93eSLiane Praza# If applicable, add the following below this CDDL HEADER, with the 16ead1f93eSLiane Praza# fields enclosed by brackets "[]" replaced with your own identifying 17ead1f93eSLiane Praza# information: Portions Copyright [yyyy] [name of copyright owner] 18ead1f93eSLiane Praza# 19ead1f93eSLiane Praza# CDDL HEADER END 20ead1f93eSLiane Praza# 21ead1f93eSLiane Praza 22ead1f93eSLiane Praza# 23ebbab6bbSDan Price# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. 24ead1f93eSLiane Praza# 25ead1f93eSLiane Praza 26ead1f93eSLiane Prazaset name=pkg.fmri value=pkg:/system/network/ppp@$(PKGVERS) 27ead1f93eSLiane Prazaset name=pkg.description \ 28ead1f93eSLiane Praza value="Device drivers implementing point-to-point protocol (PPP)" 29ead1f93eSLiane Prazaset name=pkg.summary value="Solaris PPP Device Drivers" 30ead1f93eSLiane Prazaset name=info.classification \ 31ead1f93eSLiane Praza value=org.opensolaris.category.2008:Drivers/Networking 32ead1f93eSLiane Prazaset name=variant.arch value=$(ARCH) 33ead1f93eSLiane Prazadir path=etc group=sys 34ead1f93eSLiane Prazadir path=etc/init.d group=sys 35ead1f93eSLiane Prazadir path=etc/ppp group=sys 36ead1f93eSLiane Prazadir path=etc/ppp/peers group=sys 37ead1f93eSLiane Prazadir path=etc/ppp/plugins group=sys 38ead1f93eSLiane Prazadir path=etc/rc0.d group=sys 39ead1f93eSLiane Prazadir path=etc/rc1.d group=sys 40ead1f93eSLiane Prazadir path=etc/rc2.d group=sys 41ead1f93eSLiane Prazadir path=etc/rcS.d group=sys 42ead1f93eSLiane Prazadir path=usr group=sys 43ead1f93eSLiane Prazadir path=usr/bin 44ead1f93eSLiane Prazadir path=usr/kernel group=sys 45ead1f93eSLiane Prazadir path=usr/kernel/drv group=sys 46ead1f93eSLiane Prazadir path=usr/kernel/drv/$(ARCH64) group=sys 47ead1f93eSLiane Prazadir path=usr/kernel/strmod group=sys 48ead1f93eSLiane Prazadir path=usr/kernel/strmod/$(ARCH64) group=sys 49ead1f93eSLiane Prazadir path=usr/sbin 50*c10c16deSRichard Lowedir path=usr/share/man 51*c10c16deSRichard Lowedir path=usr/share/man/man1m 52*c10c16deSRichard Lowedir path=usr/share/man/man7m 53ead1f93eSLiane Prazadriver name=sppp 54ead1f93eSLiane Prazadriver name=sppptun 55ead1f93eSLiane Prazafile path=etc/init.d/pppd group=sys mode=0744 \ 56ead1f93eSLiane Praza original_name=SUNWpppd:etc/init.d/pppd preserve=true 57ead1f93eSLiane Prazafile path=etc/ppp/chap-secrets group=sys mode=0600 \ 58ead1f93eSLiane Praza original_name=SUNWpppd:etc/ppp/chap-secrets preserve=true 59ead1f93eSLiane Prazafile path=etc/ppp/myisp-chat.tmpl group=sys 60ead1f93eSLiane Prazafile path=etc/ppp/options.tmpl group=sys 61ead1f93eSLiane Prazafile path=etc/ppp/options.ttya.tmpl group=sys 62ead1f93eSLiane Prazafile path=etc/ppp/pap-secrets group=sys mode=0600 \ 63ead1f93eSLiane Praza original_name=SUNWpppd:etc/ppp/pap-secrets preserve=true 64ead1f93eSLiane Prazafile path=etc/ppp/peers/myisp.tmpl group=sys 65ead1f93eSLiane Prazafile path=usr/bin/chat mode=0555 66ead1f93eSLiane Prazafile path=usr/bin/pppd mode=4555 67ead1f93eSLiane Prazafile path=usr/bin/pppstats mode=0555 68ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/sppp group=sys 69ead1f93eSLiane Prazafile path=usr/kernel/drv/$(ARCH64)/sppptun group=sys 70ead1f93eSLiane Prazafile path=usr/kernel/drv/sppp.conf group=sys 71ead1f93eSLiane Prazafile path=usr/kernel/drv/sppptun.conf group=sys 72ead1f93eSLiane Prazafile path=usr/kernel/strmod/$(ARCH64)/spppasyn group=sys mode=0755 73ead1f93eSLiane Prazafile path=usr/kernel/strmod/$(ARCH64)/spppcomp group=sys mode=0755 74ead1f93eSLiane Prazafile path=usr/sbin/asppp2pppd mode=0550 75*c10c16deSRichard Lowefile path=usr/share/man/man1m/chat.1m 76*c10c16deSRichard Lowefile path=usr/share/man/man1m/pppd.1m 77*c10c16deSRichard Lowefile path=usr/share/man/man1m/pppstats.1m 78*c10c16deSRichard Lowefile path=usr/share/man/man7m/sppptun.7m 79ead1f93eSLiane Prazahardlink path=etc/rc0.d/K50pppd target=../../etc/init.d/pppd 80ead1f93eSLiane Prazahardlink path=etc/rc1.d/K50pppd target=../../etc/init.d/pppd 81ead1f93eSLiane Prazahardlink path=etc/rc2.d/S47pppd target=../../etc/init.d/pppd 82ead1f93eSLiane Prazahardlink path=etc/rcS.d/K50pppd target=../../etc/init.d/pppd 83ead1f93eSLiane Prazahardlink path=usr/kernel/strmod/$(ARCH64)/sppptun \ 84ead1f93eSLiane Praza target=../../drv/$(ARCH64)/sppptun 8571e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWpppd \ 86ead1f93eSLiane Praza desc="Device drivers implementing point-to-point protocol (PPP)" \ 8771e464e5SPeter Dennis - Sustaining Engineer name="Solaris PPP Device Drivers" 8871e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWpppdr \ 89ead1f93eSLiane Praza desc="Configuration files for Solaris Point-to-Point Protocol (PPP)" \ 9071e464e5SPeter Dennis - Sustaining Engineer name="Solaris PPP configuration files" 9171e464e5SPeter Dennis - Sustaining Engineerlegacy pkg=SUNWpppdu \ 92ead1f93eSLiane Praza desc="Daemon and utilities for Point-to-Point Protocol (PPP)" \ 9371e464e5SPeter Dennis - Sustaining Engineer name="Solaris PPP daemon and utilities" 94ead1f93eSLiane Prazalicense cr_Sun license=cr_Sun 95ead1f93eSLiane Prazalicense lic_CDDL license=lic_CDDL 965084e753SMark J. Nelsonlicense usr/src/cmd/cmd-inet/usr.bin/pppd/THIRDPARTYLICENSE \ 975084e753SMark J. Nelson license=usr/src/cmd/cmd-inet/usr.bin/pppd/THIRDPARTYLICENSE 985084e753SMark J. Nelsonlicense usr/src/uts/common/io/ppp/THIRDPARTYLICENSE \ 995084e753SMark J. Nelson license=usr/src/uts/common/io/ppp/THIRDPARTYLICENSE 100