diff options
author | stevel@tonic-gate <none@none> | 2005-06-14 00:00:00 -0700 |
---|---|---|
committer | stevel@tonic-gate <none@none> | 2005-06-14 00:00:00 -0700 |
commit | 7c478bd95313f5f23a4c958a745db2134aa03244 (patch) | |
tree | c871e58545497667cbb4b0a4f2daf204743e1fe7 /usr/src/pkgdefs/SUNWgssk | |
download | illumos-gate-7c478bd95313f5f23a4c958a745db2134aa03244.tar.gz |
OpenSolaris Launch
Diffstat (limited to 'usr/src/pkgdefs/SUNWgssk')
-rw-r--r-- | usr/src/pkgdefs/SUNWgssk/Makefile | 55 | ||||
-rw-r--r-- | usr/src/pkgdefs/SUNWgssk/pkginfo.tmpl | 55 | ||||
-rw-r--r-- | usr/src/pkgdefs/SUNWgssk/prototype_com | 49 | ||||
-rw-r--r-- | usr/src/pkgdefs/SUNWgssk/prototype_i386 | 57 | ||||
-rw-r--r-- | usr/src/pkgdefs/SUNWgssk/prototype_sparc | 55 |
5 files changed, 271 insertions, 0 deletions
diff --git a/usr/src/pkgdefs/SUNWgssk/Makefile b/usr/src/pkgdefs/SUNWgssk/Makefile new file mode 100644 index 0000000000..1a627c31aa --- /dev/null +++ b/usr/src/pkgdefs/SUNWgssk/Makefile @@ -0,0 +1,55 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# +#pragma ident "%Z%%M% %I% %E% SMI" +# +# Copyright (c) 1997 by Sun Microsystems, Inc. +# All rights reserved. +# + +include ../Makefile.com + +DATAFILES += depend + +ACTION_SUNWgss=grep SUNWgss depend > /dev/null || \ + ( chmod 666 depend; \ + echo "P SUNWgss gss" >> depend; \ + chmod 444 depend ); + +ACTION_SUNWgssc=grep SUNWgssc depend > /dev/null || \ + ( chmod 666 depend; \ + echo "P SUNWgssc gssapi configuration" >> depend; \ + chmod 444 depend ); + +.KEEP_STATE: + +all: $(FILES) action + +install: all pkg + +# action is a pseudotarget denoting completed work on the depend file +action: depend + $(ACTION_SUNWgss) + $(ACTION_SUNWgssc) + touch $@ + +include ../Makefile.targ diff --git a/usr/src/pkgdefs/SUNWgssk/pkginfo.tmpl b/usr/src/pkgdefs/SUNWgssk/pkginfo.tmpl new file mode 100644 index 0000000000..d40498c93b --- /dev/null +++ b/usr/src/pkgdefs/SUNWgssk/pkginfo.tmpl @@ -0,0 +1,55 @@ +# +# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# ident "%Z%%M% %I% %E% SMI" +# +# This required package information file describes characteristics of the +# package, such as package abbreviation, full package name, package version, +# and package architecture. +# +PKG="SUNWgssk" +NAME="kernel GSSAPI V2" +ARCH="ISA" +VERSION="ONVERS,REV=0.0.0" +SUNW_PRODNAME="SunOS" +SUNW_PRODVERS="RELEASE/VERSION" +SUNW_PKGTYPE="root" +MAXINST="1000" +CATEGORY="system" +DESC="Generic Security Service Application Program Interface, Version 2 - kernel" +VENDOR="Sun Microsystems, Inc." +HOTLINE="Please contact your local service provider" +EMAIL="" +CLASSES="none" +BASEDIR=/ +SUNW_PKGVERS="1.0" +SUNW_PKG_ALLZONES="true" +SUNW_PKG_HOLLOW="true" +#VSTOCK="<reserved by Release Engineering for package part #>" +#ISTATES="<developer defined>" +#RSTATES='<developer defined>' +#ULIMIT="<developer defined>" +#ORDER="<developer defined>" +#PSTAMP="<developer defined>" +#INTONLY="<developer defined>" diff --git a/usr/src/pkgdefs/SUNWgssk/prototype_com b/usr/src/pkgdefs/SUNWgssk/prototype_com new file mode 100644 index 0000000000..bda5a4ae8a --- /dev/null +++ b/usr/src/pkgdefs/SUNWgssk/prototype_com @@ -0,0 +1,49 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# +# Copyright 1997-1999,2003 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 +# +# source locations relative to the prototype file +# +# SUNWgssk +# +d none kernel 755 root sys +d none kernel/misc 755 root sys +d none kernel/misc/kgss 755 root sys diff --git a/usr/src/pkgdefs/SUNWgssk/prototype_i386 b/usr/src/pkgdefs/SUNWgssk/prototype_i386 new file mode 100644 index 0000000000..ab8c5866b1 --- /dev/null +++ b/usr/src/pkgdefs/SUNWgssk/prototype_i386 @@ -0,0 +1,57 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# +# Copyright 2004 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 + +# +# Include ISA independent files (prototype_com) +# +!include prototype_com +# +# +# +# List files which are I386 specific here +# +# source locations relative to the prototype file +# +# +# SUNWgssk +# +f none kernel/misc/kgssapi 755 root sys +f none kernel/misc/kgss/kmech_krb5 755 root sys +d none kernel/misc/kgss/amd64 755 root sys +f none kernel/misc/kgss/amd64/kmech_krb5 755 root sys +d none kernel/misc/amd64 755 root sys +f none kernel/misc/amd64/kgssapi 755 root sys diff --git a/usr/src/pkgdefs/SUNWgssk/prototype_sparc b/usr/src/pkgdefs/SUNWgssk/prototype_sparc new file mode 100644 index 0000000000..76b48d15ab --- /dev/null +++ b/usr/src/pkgdefs/SUNWgssk/prototype_sparc @@ -0,0 +1,55 @@ +# +# CDDL HEADER START +# +# The contents of this file are subject to the terms of the +# Common Development and Distribution License, Version 1.0 only +# (the "License"). You may not use this file except in compliance +# with the License. +# +# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE +# or http://www.opensolaris.org/os/licensing. +# See the License for the specific language governing permissions +# and limitations under the License. +# +# When distributing Covered Code, include this CDDL HEADER in each +# file and include the License file at usr/src/OPENSOLARIS.LICENSE. +# If applicable, add the following below this CDDL HEADER, with the +# fields enclosed by brackets "[]" replaced with your own identifying +# information: Portions Copyright [yyyy] [name of copyright owner] +# +# CDDL HEADER END +# +# +#ident "%Z%%M% %I% %E% SMI" +# +# Copyright 2003 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. +# +# 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 + +# +# Include ISA independent files (prototype_com) +# +!include prototype_com +# +# +# +# List files which are SPARC specific here +# +# source locations relative to the prototype file +# +# +# SUNWgssk +# +d none kernel/misc/kgss/sparcv9 755 root sys +f none kernel/misc/kgss/sparcv9/kmech_krb5 755 root sys +d none kernel/misc/sparcv9 755 root sys +f none kernel/misc/sparcv9/kgssapi 755 root sys |