From baea3982e69011070dd027e3af74fc2eff768e43 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 22 Aug 2006 19:20:24 +0000 Subject: [PATCH] Added/fixed Id strings. --- BLFS/Makefile | 2 ++ BLFS/gen_config.sh | 2 +- BLFS/gen_pkg_book.sh | 3 ++- BLFS/libs/constants.inc | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/BLFS/Makefile b/BLFS/Makefile index a0f1957..1f75180 100644 --- a/BLFS/Makefile +++ b/BLFS/Makefile @@ -2,6 +2,8 @@ # Modified By: Joe Ciccone +# $Id$ + TOPDIR=$(shell pwd) CONFIG_CONFIG_IN = Config.in CONFIG = menu diff --git a/BLFS/gen_config.sh b/BLFS/gen_config.sh index 3160d1c..48dec66 100755 --- a/BLFS/gen_config.sh +++ b/BLFS/gen_config.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# $Id: +# $Id$ # export outFile=Config.in # file for reading and writing to. diff --git a/BLFS/gen_pkg_book.sh b/BLFS/gen_pkg_book.sh index fbe49ce..a8bda48 100755 --- a/BLFS/gen_pkg_book.sh +++ b/BLFS/gen_pkg_book.sh @@ -1,5 +1,6 @@ #!/bin/bash - +# +# $Id$ # # Read and parse the configuration parameters.. # diff --git a/BLFS/libs/constants.inc b/BLFS/libs/constants.inc index 9e44487..9308a7c 100644 --- a/BLFS/libs/constants.inc +++ b/BLFS/libs/constants.inc @@ -2,7 +2,7 @@ # # common constants # -# $Id: +# $Id$ #####