prototype_com revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
# Copyright 2000, 2002 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#ident "%Z%%M% %I% %E% SMI"
#
# This required package information file contains a list of package contents.
# The 'pkgmk' command uses this file to identify the contents of a package
# and their location on the development machine when building the package.
# Can be created via a text editor or through use of the 'pkgproto' command.
#!search <pathname pathname ...> # where to find pkg objects
#!include <filename> # include another 'prototype' file
#!default <mode> <owner> <group> # default used if not specified on entry
#!<param>=<value> # puts parameter in pkg environment
# packaging files
i pkginfo
i copyright
i depend
i checkinstall
i i.preserve
i i.initd
i r.preserve
#
# source locations relative to the prototype file
#
# SUNWpppdr
#
d none etc 755 root sys
d none etc/ppp 0755 root sys
f none etc/ppp/options.tmpl 0644 root sys
f none etc/ppp/options.ttya.tmpl 0644 root sys
f none etc/ppp/myisp-chat.tmpl 0644 root sys
e preserve etc/ppp/pap-secrets 0600 root sys
e preserve etc/ppp/chap-secrets 0600 root sys
d none etc/ppp/peers 0755 root sys
f none etc/ppp/peers/myisp.tmpl 0644 root sys
d none etc/init.d 755 root sys
e initd etc/init.d/pppd 744 root sys
d none etc/rc0.d 755 root sys
l initd etc/rc0.d/K50pppd=../../etc/init.d/pppd
d none etc/rc1.d 755 root sys
l initd etc/rc1.d/K50pppd=../../etc/init.d/pppd
d none etc/rc2.d 755 root sys
l initd etc/rc2.d/S47pppd=../../etc/init.d/pppd
d none etc/rcS.d 755 root sys
l initd etc/rcS.d/K50pppd=../../etc/init.d/pppd