From fd4a7982f23a5f750b38fc5eb3b86518ca937c7b Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 31 Oct 2021 10:22:30 +0100 Subject: [PATCH] Remove $Id$ comments, they are useless with git --- BLFS/Makefile | 2 -- BLFS/TODO | 1 - BLFS/envars.conf | 2 -- BLFS/gen-makefile.sh | 2 -- BLFS/gen-special.sh | 2 -- BLFS/gen_pkg_book.sh | 2 -- BLFS/libs/constants.inc | 1 - BLFS/libs/func_dependencies | 2 -- BLFS/packdesc.dtd | 1 - BLFS/update-lfs.sh | 2 -- BLFS/xsl/bump.xsl | 2 -- BLFS/xsl/dependencies.xsl | 2 -- BLFS/xsl/gen_config.xsl | 2 -- BLFS/xsl/gen_pkg_list.xsl | 1 - BLFS/xsl/lfs_make_book.xsl | 2 -- BLFS/xsl/make_book.xsl | 2 -- BLFS/xsl/process-install.xsl | 2 -- BLFS/xsl/process-replaceable.xsl | 2 -- BLFS/xsl/scripts.xsl | 2 -- CHEATSHEET | 1 - CLFS/clfs.xsl | 2 -- CLFS/master.sh | 2 -- CLFS2/clfs2.xsl | 2 -- CLFS2/master.sh | 1 - CLFS3/clfs3.xsl | 2 -- CLFS3/master.sh | 1 - Config.in | 1 - FUNCTION_LIST | 2 -- HLFS/hlfs.xsl | 2 -- HLFS/master.sh | 2 -- LFS/lfs.xsl | 2 -- LFS/master.sh | 2 -- Makefile | 1 - README | 2 -- README.BLFS | 2 -- README.CLFS | 2 -- README.CUSTOM | 3 --- README.HLFS | 3 --- README.PACKAGE_MANAGEMENT | 1 - TODO | 1 - common/chroot.xsl | 2 -- common/common-functions | 2 -- common/create-sbu_du-report.sh | 1 - common/hostreqs.xsl | 1 - common/kernfs.xsl | 2 -- common/libs/func_book_parser | 2 -- common/libs/func_check_version.sh | 2 -- common/libs/func_compare.sh | 2 -- common/libs/func_custom_pkgs | 2 -- common/libs/func_download_pkgs | 3 --- common/libs/func_install_blfs | 2 -- common/libs/func_save.sh | 2 -- common/libs/func_validate_configs.sh | 2 -- common/libs/func_wrt_Makefile | 2 -- common/makefile-functions | 3 --- common/packages.xsl | 2 -- common/progress_bar.sh | 1 - common/urls.xsl | 2 -- custom/examples/940-libffi | 3 --- custom/examples/941-pcre | 3 --- custom/examples/945-python3 | 3 --- custom/examples/951-glib | 3 --- custom/examples/952-mc | 3 --- custom/examples/960-pppd | 3 --- custom/examples/961-openssl | 3 --- custom/examples/963-gpm | 3 --- custom/examples/963-lynx | 3 --- custom/examples/964-dhcpcd | 3 --- custom/examples/997-nasm | 2 -- custom/examples/998-syslinux | 3 --- custom/examples/999-blfs_bootscripts | 3 --- custom/examples_CLFS-E/950-dropbear | 3 --- custom/examples_CLFS-E/960-iptables | 3 --- custom/template | 3 --- extras/do_copy_files | 2 +- extras/do_ica_prep | 1 - extras/do_ica_work | 1 - install-blfs-tools.sh | 2 +- optimize/opt_config | 3 --- optimize/opt_config.d/O2pipe | 2 -- optimize/opt_config.d/O3pipe | 3 --- optimize/opt_config.d/O3pipe_march | 3 --- optimize/opt_config.d/defOpt_fPIC | 3 --- optimize/opt_config.d/noOpt | 3 --- optimize/opt_config.d/noSymbols | 3 --- optimize/optimize_functions | 2 -- pkgmngt/packInstall.sh.dpkg | 1 - pkgmngt/packInstall.sh.pacman | 1 - pkgmngt/packInstall.sh.porg | 1 - pkgmngt/packInstall.sh.template | 1 - pkgmngt/packageManager.xml.dpkg | 2 +- pkgmngt/packageManager.xml.pacman | 2 +- pkgmngt/packageManager.xml.template | 1 - 93 files changed, 4 insertions(+), 186 deletions(-) diff --git a/BLFS/Makefile b/BLFS/Makefile index d89d6da..47361c8 100644 --- a/BLFS/Makefile +++ b/BLFS/Makefile @@ -3,8 +3,6 @@ # Additional changes: George Boudreau # Pierre Labastie -# $Id$ - ifdef V Q = else diff --git a/BLFS/TODO b/BLFS/TODO index 2b7238d..51207ec 100644 --- a/BLFS/TODO +++ b/BLFS/TODO @@ -2,7 +2,6 @@ # # Project TODO list # -# $Id$ ##### diff --git a/BLFS/envars.conf b/BLFS/envars.conf index ec87324..29fe008 100644 --- a/BLFS/envars.conf +++ b/BLFS/envars.conf @@ -2,8 +2,6 @@ # # Configuration file for the BLFS module # -# $Id$ -# # Set default envars used in the build scripts # ##### diff --git a/BLFS/gen-makefile.sh b/BLFS/gen-makefile.sh index bf3f6c0..583f051 100755 --- a/BLFS/gen-makefile.sh +++ b/BLFS/gen-makefile.sh @@ -1,7 +1,5 @@ #!/bin/bash # -# $Id$ -# set -e declare TOPDIR='..' diff --git a/BLFS/gen-special.sh b/BLFS/gen-special.sh index 2cf2e21..adaac4c 100755 --- a/BLFS/gen-special.sh +++ b/BLFS/gen-special.sh @@ -1,7 +1,5 @@ #!/bin/bash -# $Id$ - #------------------------------------------------------------------------- # generates an xsl stylesheet containing a template for special # cases in the book: diff --git a/BLFS/gen_pkg_book.sh b/BLFS/gen_pkg_book.sh index cbc7033..ed1b55b 100755 --- a/BLFS/gen_pkg_book.sh +++ b/BLFS/gen_pkg_book.sh @@ -1,7 +1,5 @@ #!/bin/bash # -# $Id$ -# # Read and parse the configuration parameters.. # set -e diff --git a/BLFS/libs/constants.inc b/BLFS/libs/constants.inc index 9308a7c..08fd193 100644 --- a/BLFS/libs/constants.inc +++ b/BLFS/libs/constants.inc @@ -2,7 +2,6 @@ # # common constants # -# $Id$ ##### diff --git a/BLFS/libs/func_dependencies b/BLFS/libs/func_dependencies index 21591f2..bc78cf4 100644 --- a/BLFS/libs/func_dependencies +++ b/BLFS/libs/func_dependencies @@ -1,7 +1,5 @@ #!/bin/bash # -# $Id$ -# #-----------------------------------------------------------------------------# # This is a set of (recursive) functions for manipulating a dependency graph. # diff --git a/BLFS/packdesc.dtd b/BLFS/packdesc.dtd index 1be6db9..24ae2c2 100644 --- a/BLFS/packdesc.dtd +++ b/BLFS/packdesc.dtd @@ -1,4 +1,3 @@ - diff --git a/BLFS/update-lfs.sh b/BLFS/update-lfs.sh index 5bc64c6..755247b 100755 --- a/BLFS/update-lfs.sh +++ b/BLFS/update-lfs.sh @@ -1,7 +1,5 @@ #!/bin/bash -# $Id$ - # Fills the tracking file with versions of LFS packages taken from an # SVN repository, at either a given date or a given tag (argument $1). #------ diff --git a/BLFS/xsl/bump.xsl b/BLFS/xsl/bump.xsl index 791eb15..c555069 100644 --- a/BLFS/xsl/bump.xsl +++ b/BLFS/xsl/bump.xsl @@ -1,7 +1,5 @@ - - diff --git a/BLFS/xsl/dependencies.xsl b/BLFS/xsl/dependencies.xsl index 178ff1a..083fbb1 100644 --- a/BLFS/xsl/dependencies.xsl +++ b/BLFS/xsl/dependencies.xsl @@ -1,7 +1,5 @@ - - diff --git a/BLFS/xsl/gen_config.xsl b/BLFS/xsl/gen_config.xsl index 2782f84..d301903 100644 --- a/BLFS/xsl/gen_config.xsl +++ b/BLFS/xsl/gen_config.xsl @@ -1,7 +1,5 @@ - - diff --git a/BLFS/xsl/gen_pkg_list.xsl b/BLFS/xsl/gen_pkg_list.xsl index b8a1137..b069245 100644 --- a/BLFS/xsl/gen_pkg_list.xsl +++ b/BLFS/xsl/gen_pkg_list.xsl @@ -1,6 +1,5 @@ - - diff --git a/BLFS/xsl/make_book.xsl b/BLFS/xsl/make_book.xsl index f08d44e..e6f62a0 100644 --- a/BLFS/xsl/make_book.xsl +++ b/BLFS/xsl/make_book.xsl @@ -1,7 +1,5 @@ - - diff --git a/BLFS/xsl/process-install.xsl b/BLFS/xsl/process-install.xsl index f2dac67..2308c1b 100644 --- a/BLFS/xsl/process-install.xsl +++ b/BLFS/xsl/process-install.xsl @@ -21,8 +21,6 @@ - - diff --git a/BLFS/xsl/process-replaceable.xsl b/BLFS/xsl/process-replaceable.xsl index adb8405..e3e2331 100644 --- a/BLFS/xsl/process-replaceable.xsl +++ b/BLFS/xsl/process-replaceable.xsl @@ -3,8 +3,6 @@ - - - diff --git a/CHEATSHEET b/CHEATSHEET index 46ea5f5..dc681d3 100644 --- a/CHEATSHEET +++ b/CHEATSHEET @@ -1,4 +1,3 @@ -$Id$ This file contains examples of menu settings for various tasks. ------------------------------ LFS book, System V, stable (8.2) version. diff --git a/CLFS/clfs.xsl b/CLFS/clfs.xsl index df1fe5d..fa43014 100644 --- a/CLFS/clfs.xsl +++ b/CLFS/clfs.xsl @@ -4,8 +4,6 @@ %general-entities; ]> - - - - - - - - - - # Modified By: Joe Ciccone diff --git a/README b/README index f5fccf6..f8deb3c 100644 --- a/README +++ b/README @@ -1,5 +1,3 @@ -$Id$ - 1. INTRODUCTION:: The scripts in this directory implement an automation of the building diff --git a/README.BLFS b/README.BLFS index 4bf8f74..d1c9ccd 100644 --- a/README.BLFS +++ b/README.BLFS @@ -1,5 +1,3 @@ -$Id$ - 1. INTRODUCTION:: To automate package builds from the BLFS book instructions is a huge diff --git a/README.CLFS b/README.CLFS index e4251a2..f633293 100644 --- a/README.CLFS +++ b/README.CLFS @@ -1,5 +1,3 @@ -# $Id$ - CLFS-1.x NOTES None for now. diff --git a/README.CUSTOM b/README.CUSTOM index 76192cb..c3936fd 100644 --- a/README.CUSTOM +++ b/README.CUSTOM @@ -1,6 +1,3 @@ -# -# $Id$ -# HOW TO ADD CUSTOM SCRIPTS TO THE JHALFS MAKEFILE diff --git a/README.HLFS b/README.HLFS index 102e83f..a5488b9 100644 --- a/README.HLFS +++ b/README.HLFS @@ -1,6 +1,3 @@ -$Id$ - - ::::NOTICE:::: HLFS has not be updated for a very long time. Since then, jhalfs has evolved and is now incompatible with HLFS. diff --git a/README.PACKAGE_MANAGEMENT b/README.PACKAGE_MANAGEMENT index bad7409..f0dd573 100644 --- a/README.PACKAGE_MANAGEMENT +++ b/README.PACKAGE_MANAGEMENT @@ -1,6 +1,5 @@ TITLE : Package management in jhalfs BY : Pierre Labastie (work in progress) -$Id$ 1. INTRODUCTION: diff --git a/TODO b/TODO index d608e59..33bd042 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,5 @@ jhalfs TODO --------------- -$Id$ MASTER SCRIPT ------------- diff --git a/common/chroot.xsl b/common/chroot.xsl index d5aa46e..75371c0 100644 --- a/common/chroot.xsl +++ b/common/chroot.xsl @@ -1,7 +1,5 @@ - - - - diff --git a/common/libs/func_book_parser b/common/libs/func_book_parser index 4cd6aff..cd9c41a 100644 --- a/common/libs/func_book_parser +++ b/common/libs/func_book_parser @@ -1,7 +1,5 @@ #!/bin/bash -# $Id$ - #----------------------------# get_book() { # #----------------------------# diff --git a/common/libs/func_check_version.sh b/common/libs/func_check_version.sh index 73e12b4..fc7d79a 100644 --- a/common/libs/func_check_version.sh +++ b/common/libs/func_check_version.sh @@ -1,5 +1,3 @@ -# $Id$ - check_version() { : < - - diff --git a/common/progress_bar.sh b/common/progress_bar.sh index 606fda5..6afb0a3 100644 --- a/common/progress_bar.sh +++ b/common/progress_bar.sh @@ -1,5 +1,4 @@ # shellcheck shell=bash -# $Id$ set -e diff --git a/common/urls.xsl b/common/urls.xsl index c2a5e66..2e028b8 100644 --- a/common/urls.xsl +++ b/common/urls.xsl @@ -1,7 +1,5 @@ - - diff --git a/custom/examples/940-libffi b/custom/examples/940-libffi index d1a23cc..62821a8 100644 --- a/custom/examples/940-libffi +++ b/custom/examples/940-libffi @@ -1,6 +1,3 @@ -# -# $Id$ -# PKG="libffi" PKG_VERSION="3.2.1" PKG_FILE="libffi-3.2.1.tar.gz" diff --git a/custom/examples/941-pcre b/custom/examples/941-pcre index c6c7d2c..a37c2f1 100644 --- a/custom/examples/941-pcre +++ b/custom/examples/941-pcre @@ -1,6 +1,3 @@ -# -# $Id$ -# PKG="pcre" PKG_VERSION="8.37" PKG_FILE="pcre-8.37.tar.bz2" diff --git a/custom/examples/945-python3 b/custom/examples/945-python3 index ba74a69..67b9889 100644 --- a/custom/examples/945-python3 +++ b/custom/examples/945-python3 @@ -1,6 +1,3 @@ -# -# $Id$ -# PKG="python3" PKG_VERSION="3.4.3" PKG_FILE="Python-3.4.3.tar.xz" diff --git a/custom/examples/951-glib b/custom/examples/951-glib index 9668e7c..58c6279 100644 --- a/custom/examples/951-glib +++ b/custom/examples/951-glib @@ -1,6 +1,3 @@ -# -# $Id$ -# PKG="glib" PKG_VERSION="2.44.1" PKG_FILE="glib-2.44.1.tar.xz" diff --git a/custom/examples/952-mc b/custom/examples/952-mc index d2dc906..f9132b7 100644 --- a/custom/examples/952-mc +++ b/custom/examples/952-mc @@ -1,6 +1,3 @@ -# -# $Id$ -# PKG="mc" PKG_VERSION="4.8.14" PKG_FILE="mc-4.8.14.tar.xz" diff --git a/custom/examples/960-pppd b/custom/examples/960-pppd index be5b3e3..dd00caf 100644 --- a/custom/examples/960-pppd +++ b/custom/examples/960-pppd @@ -1,6 +1,3 @@ -# -# $Id$ -# # The PPP package contains the pppd daemon and the chat program. # This is used for connecting to other machines; often for connecting # to the Internet via a dial-up or PPPoE connection to an ISP. diff --git a/custom/examples/961-openssl b/custom/examples/961-openssl index 1bd5e09..0ffe42a 100644 --- a/custom/examples/961-openssl +++ b/custom/examples/961-openssl @@ -1,6 +1,3 @@ -# -# $Id$ -# # The OpenSSL package contains management tools and libraries # relating to cryptography. These are useful for providing # cryptography functions to other packages, notably OpenSSH, diff --git a/custom/examples/963-gpm b/custom/examples/963-gpm index fb48e12..b5cdcea 100644 --- a/custom/examples/963-gpm +++ b/custom/examples/963-gpm @@ -1,6 +1,3 @@ -# -# $Id$ -# PKG="gpm" PKG_VERSION="1.20.7" PKG_FILE="gpm-${PKG_VERSION}.tar.bz2" diff --git a/custom/examples/963-lynx b/custom/examples/963-lynx index 78c1fe9..8f50e13 100644 --- a/custom/examples/963-lynx +++ b/custom/examples/963-lynx @@ -1,6 +1,3 @@ -# -# $Id$ -# # Lynx is a text based web browser. # diff --git a/custom/examples/964-dhcpcd b/custom/examples/964-dhcpcd index 125cf54..4377a5f 100644 --- a/custom/examples/964-dhcpcd +++ b/custom/examples/964-dhcpcd @@ -1,6 +1,3 @@ -# -# $Id$ -# # dhcpcd is an implementation of the DHCP client specified in RFC2131. # This is useful for connecting your computer to a network which uses # DHCP to assign network addresses. diff --git a/custom/examples/997-nasm b/custom/examples/997-nasm index 261d561..50fa2c6 100644 --- a/custom/examples/997-nasm +++ b/custom/examples/997-nasm @@ -1,5 +1,3 @@ -# -# $Id$ # NASM (Netwide Assembler) is an 80x86 assembler designed # for portability and modularity. It includes a # disassembler as well. diff --git a/custom/examples/998-syslinux b/custom/examples/998-syslinux index 03d6470..59466a2 100644 --- a/custom/examples/998-syslinux +++ b/custom/examples/998-syslinux @@ -1,6 +1,3 @@ -# -# $Id$ -# # SYSLINUX is a collection of boot loaders for the Linux # operating system which operates off Linux ext2/3 # filesystems, MS-DOS FAT filesystems, network servers diff --git a/custom/examples/999-blfs_bootscripts b/custom/examples/999-blfs_bootscripts index 2f02ee5..97267ee 100644 --- a/custom/examples/999-blfs_bootscripts +++ b/custom/examples/999-blfs_bootscripts @@ -1,6 +1,3 @@ -# -# $Id$ -# PKG="blfs-bootscripts" PKG_VERSION="20150924" PKG_FILE="blfs-bootscripts-${PKG_VERSION}.tar.bz2" diff --git a/custom/examples_CLFS-E/950-dropbear b/custom/examples_CLFS-E/950-dropbear index bd98ae0..8d5769b 100644 --- a/custom/examples_CLFS-E/950-dropbear +++ b/custom/examples_CLFS-E/950-dropbear @@ -1,6 +1,3 @@ -# -# $Id$ -# # Code taken from CLFS-Embedded # Chapter 12 Beyond CLFS Embedded # diff --git a/custom/examples_CLFS-E/960-iptables b/custom/examples_CLFS-E/960-iptables index f3e965f..0371b33 100644 --- a/custom/examples_CLFS-E/960-iptables +++ b/custom/examples_CLFS-E/960-iptables @@ -1,6 +1,3 @@ -# -# $Id$ -# # Code taken from CLFS-Embedded # Chapter 12 Beyond CLFS Embedded # diff --git a/custom/template b/custom/template index 37687f6..ae011bc 100644 --- a/custom/template +++ b/custom/template @@ -1,6 +1,3 @@ -# -# $Id$ -# # Any comments you wish to add # diff --git a/extras/do_copy_files b/extras/do_copy_files index a176d7b..a9efbb1 100755 --- a/extras/do_copy_files +++ b/extras/do_copy_files @@ -1,5 +1,5 @@ #!/bin/bash -# $Id$ + set -e : < - + diff --git a/pkgmngt/packageManager.xml.pacman b/pkgmngt/packageManager.xml.pacman index aa4e9ce..d4c6af9 100644 --- a/pkgmngt/packageManager.xml.pacman +++ b/pkgmngt/packageManager.xml.pacman @@ -1,7 +1,7 @@ - +