aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/svr4
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-17 15:57:02 +0100
committerAnders Broman <a.broman58@gmail.com>2014-03-31 18:48:06 +0000
commit757aa3322029a673e4f60c67041a796ce15e4828 (patch)
treeff4da6baa18e663a854a7c0863bd9fad2ac2f1b2 /packaging/svr4
parentfb61a0afa9b3ac5a6d3b0efa21e19b74d6aef175 (diff)
Continue to remove $Id$ from top of file
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'packaging/svr4')
-rw-r--r--packaging/svr4/Makefile.am2
-rwxr-xr-xpackaging/svr4/checkinstall.in2
-rwxr-xr-xpackaging/svr4/mkpkg2
-rw-r--r--packaging/svr4/pkginfo.in1
4 files changed, 0 insertions, 7 deletions
diff --git a/packaging/svr4/Makefile.am b/packaging/svr4/Makefile.am
index afcf9e2bfa..83538f1dce 100644
--- a/packaging/svr4/Makefile.am
+++ b/packaging/svr4/Makefile.am
@@ -1,6 +1,4 @@
#
-# $Id$
-#
DISTCLEANFILES = \
Prototype
diff --git a/packaging/svr4/checkinstall.in b/packaging/svr4/checkinstall.in
index e8afe11fb9..8cd0de78ba 100755
--- a/packaging/svr4/checkinstall.in
+++ b/packaging/svr4/checkinstall.in
@@ -6,8 +6,6 @@
# This is a modified version of a script written by mark@metalab.unc.edu .
# The original is at http://metalab.unc.edu/pub/packages/solaris/sparc/html/creating.solaris.packages.html .
#
-# $Id$
-#
PKG_CONFIG=@PKG_CONFIG@
diff --git a/packaging/svr4/mkpkg b/packaging/svr4/mkpkg
index ecd908ee79..ceb762a6d7 100755
--- a/packaging/svr4/mkpkg
+++ b/packaging/svr4/mkpkg
@@ -6,8 +6,6 @@
# This is a modified version of a script written by mark@metalab.unc.edu .
# The original is at http://metalab.unc.edu/pub/packages/solaris/sparc/html/creating.solaris.packages.html .
#
-# $Id$
-#
if [ "$1" != "" ] ; then
pkg=$1
else
diff --git a/packaging/svr4/pkginfo.in b/packaging/svr4/pkginfo.in
index 065f02b284..0c3edf2eee 100644
--- a/packaging/svr4/pkginfo.in
+++ b/packaging/svr4/pkginfo.in
@@ -1,4 +1,3 @@
-# $Id$
# @configure_input@
PKG="@PACKAGE@"
NAME="@PACKAGE@ @VERSION@"