summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorBrian Smith <bsmith@mozilla.com>2013-04-25 15:36:57 -0700
committerBrian Smith <bsmith@mozilla.com>2013-04-25 15:36:57 -0700
commit0ed5234a2942ed2d63b66bd92ccdbe6ea1ee84fd (patch)
tree78c56d43e071118996648a207c9437b0f7d5974d /pkg
parent7ddfa4837f992d1a298808e44a0f1b57aabe1bec (diff)
downloadnss-hg-0ed5234a2942ed2d63b66bd92ccdbe6ea1ee84fd.tar.gz
Bug 863871: Remove CVS keywords from NSS source files, Part 1 (trivial
cases). r=wtc.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/linux/Makefile2
-rw-r--r--pkg/solaris/Makefile2
-rwxr-xr-xpkg/solaris/Makefile-devl.com2
-rwxr-xr-xpkg/solaris/Makefile-devl.targ2
-rwxr-xr-xpkg/solaris/Makefile-tlsu.com2
-rwxr-xr-xpkg/solaris/Makefile-tlsu.targ2
-rw-r--r--pkg/solaris/Makefile.com2
-rw-r--r--pkg/solaris/Makefile.targ2
-rw-r--r--pkg/solaris/SUNWtls/Makefile2
-rw-r--r--pkg/solaris/SUNWtls/pkgdepend2
-rw-r--r--pkg/solaris/SUNWtls/pkginfo.tmpl3
-rw-r--r--pkg/solaris/SUNWtls/prototype_com2
-rw-r--r--pkg/solaris/SUNWtls/prototype_i3862
-rw-r--r--pkg/solaris/SUNWtls/prototype_sparc2
-rwxr-xr-xpkg/solaris/SUNWtlsd/Makefile2
-rwxr-xr-xpkg/solaris/SUNWtlsd/pkgdepend2
-rwxr-xr-xpkg/solaris/SUNWtlsd/pkginfo.tmpl3
-rwxr-xr-xpkg/solaris/SUNWtlsd/prototype2
-rwxr-xr-xpkg/solaris/SUNWtlsu/Makefile2
-rwxr-xr-xpkg/solaris/SUNWtlsu/pkgdepend2
-rwxr-xr-xpkg/solaris/SUNWtlsu/pkginfo.tmpl3
-rwxr-xr-xpkg/solaris/SUNWtlsu/prototype_com2
-rw-r--r--pkg/solaris/SUNWtlsu/prototype_i3862
-rw-r--r--pkg/solaris/SUNWtlsu/prototype_sparc2
-rw-r--r--pkg/solaris/bld_awk_pkginfo.ksh2
-rw-r--r--pkg/solaris/proto64.mk2
26 files changed, 0 insertions, 55 deletions
diff --git a/pkg/linux/Makefile b/pkg/linux/Makefile
index 348aee46b..21ecd2815 100644
--- a/pkg/linux/Makefile
+++ b/pkg/linux/Makefile
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
CORE_DEPTH = ../../..
diff --git a/pkg/solaris/Makefile b/pkg/solaris/Makefile
index 0d34f5f63..739e0d922 100644
--- a/pkg/solaris/Makefile
+++ b/pkg/solaris/Makefile
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
CORE_DEPTH = ../../..
diff --git a/pkg/solaris/Makefile-devl.com b/pkg/solaris/Makefile-devl.com
index 039a46f5f..752be85be 100755
--- a/pkg/solaris/Makefile-devl.com
+++ b/pkg/solaris/Makefile-devl.com
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
MACH = $(shell mach)
diff --git a/pkg/solaris/Makefile-devl.targ b/pkg/solaris/Makefile-devl.targ
index 9c02760af..bd3a2065b 100755
--- a/pkg/solaris/Makefile-devl.targ
+++ b/pkg/solaris/Makefile-devl.targ
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
pkginfo: pkginfo.tmpl ../awk_pkginfo
$(RM) $@; nawk -f ../awk_pkginfo $@.tmpl > $@
diff --git a/pkg/solaris/Makefile-tlsu.com b/pkg/solaris/Makefile-tlsu.com
index 039a46f5f..752be85be 100755
--- a/pkg/solaris/Makefile-tlsu.com
+++ b/pkg/solaris/Makefile-tlsu.com
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
MACH = $(shell mach)
diff --git a/pkg/solaris/Makefile-tlsu.targ b/pkg/solaris/Makefile-tlsu.targ
index 0614fdb80..2496580a6 100755
--- a/pkg/solaris/Makefile-tlsu.targ
+++ b/pkg/solaris/Makefile-tlsu.targ
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
include ../proto64.mk
diff --git a/pkg/solaris/Makefile.com b/pkg/solaris/Makefile.com
index 86af1d054..6ac2d8a78 100644
--- a/pkg/solaris/Makefile.com
+++ b/pkg/solaris/Makefile.com
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
MACH = $(shell mach)
diff --git a/pkg/solaris/Makefile.targ b/pkg/solaris/Makefile.targ
index 0614fdb80..2496580a6 100644
--- a/pkg/solaris/Makefile.targ
+++ b/pkg/solaris/Makefile.targ
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
include ../proto64.mk
diff --git a/pkg/solaris/SUNWtls/Makefile b/pkg/solaris/SUNWtls/Makefile
index d1f5a0510..65098a539 100644
--- a/pkg/solaris/SUNWtls/Makefile
+++ b/pkg/solaris/SUNWtls/Makefile
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
CORE_DEPTH = ../../../..
include ../Makefile.com
diff --git a/pkg/solaris/SUNWtls/pkgdepend b/pkg/solaris/SUNWtls/pkgdepend
index f3380734f..eb881cecd 100644
--- a/pkg/solaris/SUNWtls/pkgdepend
+++ b/pkg/solaris/SUNWtls/pkgdepend
@@ -5,8 +5,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-# $Id$
-#
# This package information file defines software dependencies associated
# with the pkg. You can define three types of pkg dependencies with this file:
# P indicates a prerequisite for installation
diff --git a/pkg/solaris/SUNWtls/pkginfo.tmpl b/pkg/solaris/SUNWtls/pkginfo.tmpl
index d95321729..748c0670b 100644
--- a/pkg/solaris/SUNWtls/pkginfo.tmpl
+++ b/pkg/solaris/SUNWtls/pkginfo.tmpl
@@ -6,9 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
-#
# This required package information file describes characteristics of the
# package, such as package abbreviation, full package name, package version,
# and package architecture.
diff --git a/pkg/solaris/SUNWtls/prototype_com b/pkg/solaris/SUNWtls/prototype_com
index 69944f656..9e47bcfcc 100644
--- a/pkg/solaris/SUNWtls/prototype_com
+++ b/pkg/solaris/SUNWtls/prototype_com
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
# 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.
diff --git a/pkg/solaris/SUNWtls/prototype_i386 b/pkg/solaris/SUNWtls/prototype_i386
index bb2378ece..a0fb77eb9 100644
--- a/pkg/solaris/SUNWtls/prototype_i386
+++ b/pkg/solaris/SUNWtls/prototype_i386
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
# 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.
diff --git a/pkg/solaris/SUNWtls/prototype_sparc b/pkg/solaris/SUNWtls/prototype_sparc
index 347bc2b54..b1dbc061f 100644
--- a/pkg/solaris/SUNWtls/prototype_sparc
+++ b/pkg/solaris/SUNWtls/prototype_sparc
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
# 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.
diff --git a/pkg/solaris/SUNWtlsd/Makefile b/pkg/solaris/SUNWtlsd/Makefile
index cf8cc2f38..ad6df89cf 100755
--- a/pkg/solaris/SUNWtlsd/Makefile
+++ b/pkg/solaris/SUNWtlsd/Makefile
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
CORE_DEPTH = ../../../..
include ../Makefile-devl.com
diff --git a/pkg/solaris/SUNWtlsd/pkgdepend b/pkg/solaris/SUNWtlsd/pkgdepend
index a1ef40457..fa09880ab 100755
--- a/pkg/solaris/SUNWtlsd/pkgdepend
+++ b/pkg/solaris/SUNWtlsd/pkgdepend
@@ -5,8 +5,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-# $Id$
-#
# This package information file defines software dependencies associated
# with the pkg. You can define three types of pkg dependencies with this file:
# P indicates a prerequisite for installation
diff --git a/pkg/solaris/SUNWtlsd/pkginfo.tmpl b/pkg/solaris/SUNWtlsd/pkginfo.tmpl
index 34f18b217..2569864b2 100755
--- a/pkg/solaris/SUNWtlsd/pkginfo.tmpl
+++ b/pkg/solaris/SUNWtlsd/pkginfo.tmpl
@@ -6,9 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
-#
# This required package information file describes characteristics of the
# package, such as package abbreviation, full package name, package version,
# and package architecture.
diff --git a/pkg/solaris/SUNWtlsd/prototype b/pkg/solaris/SUNWtlsd/prototype
index a7fb29077..4d2191927 100755
--- a/pkg/solaris/SUNWtlsd/prototype
+++ b/pkg/solaris/SUNWtlsd/prototype
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
# 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.
diff --git a/pkg/solaris/SUNWtlsu/Makefile b/pkg/solaris/SUNWtlsu/Makefile
index 0991eaa5f..83f96a4b8 100755
--- a/pkg/solaris/SUNWtlsu/Makefile
+++ b/pkg/solaris/SUNWtlsu/Makefile
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
CORE_DEPTH = ../../../..
include ../Makefile-tlsu.com
diff --git a/pkg/solaris/SUNWtlsu/pkgdepend b/pkg/solaris/SUNWtlsu/pkgdepend
index 021a5ab63..e85e50d05 100755
--- a/pkg/solaris/SUNWtlsu/pkgdepend
+++ b/pkg/solaris/SUNWtlsu/pkgdepend
@@ -5,8 +5,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-# $Id$
-#
# This package information file defines software dependencies associated
# with the pkg. You can define three types of pkg dependencies with this file:
# P indicates a prerequisite for installation
diff --git a/pkg/solaris/SUNWtlsu/pkginfo.tmpl b/pkg/solaris/SUNWtlsu/pkginfo.tmpl
index be97fc949..5ca1b70fe 100755
--- a/pkg/solaris/SUNWtlsu/pkginfo.tmpl
+++ b/pkg/solaris/SUNWtlsu/pkginfo.tmpl
@@ -6,9 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
-#
# This required package information file describes characteristics of the
# package, such as package abbreviation, full package name, package version,
# and package architecture.
diff --git a/pkg/solaris/SUNWtlsu/prototype_com b/pkg/solaris/SUNWtlsu/prototype_com
index 367cdb74b..981c99e03 100755
--- a/pkg/solaris/SUNWtlsu/prototype_com
+++ b/pkg/solaris/SUNWtlsu/prototype_com
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
# 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.
diff --git a/pkg/solaris/SUNWtlsu/prototype_i386 b/pkg/solaris/SUNWtlsu/prototype_i386
index d790336f4..3c2ea13c7 100644
--- a/pkg/solaris/SUNWtlsu/prototype_i386
+++ b/pkg/solaris/SUNWtlsu/prototype_i386
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
# 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.
diff --git a/pkg/solaris/SUNWtlsu/prototype_sparc b/pkg/solaris/SUNWtlsu/prototype_sparc
index 417d47956..0f675a7d2 100644
--- a/pkg/solaris/SUNWtlsu/prototype_sparc
+++ b/pkg/solaris/SUNWtlsu/prototype_sparc
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
# 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.
diff --git a/pkg/solaris/bld_awk_pkginfo.ksh b/pkg/solaris/bld_awk_pkginfo.ksh
index 4b1b99347..c3f0e30d2 100644
--- a/pkg/solaris/bld_awk_pkginfo.ksh
+++ b/pkg/solaris/bld_awk_pkginfo.ksh
@@ -7,8 +7,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
# Simple script which builds the awk_pkginfo awk script. This awk script
# is used to convert the pkginfo.tmpl files into pkginfo files
# for the build.
diff --git a/pkg/solaris/proto64.mk b/pkg/solaris/proto64.mk
index ecec560b1..937b0919d 100644
--- a/pkg/solaris/proto64.mk
+++ b/pkg/solaris/proto64.mk
@@ -6,8 +6,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#
-#ident "$Id$"
-#
ifeq ($(USE_64), 1)
# Remove 64 tag