Added/fixed Id strings.

This commit is contained in:
Manuel Canales Esparcia 2006-08-22 19:20:24 +00:00
parent fc62e52a2e
commit baea3982e6
4 changed files with 6 additions and 3 deletions

View file

@ -2,6 +2,8 @@
# Modified By: Joe Ciccone <jciccone@linuxfromscratch.org
# Additional changes: George Boudreau <georgeb@linuxfromscratch.org>
# $Id$
TOPDIR=$(shell pwd)
CONFIG_CONFIG_IN = Config.in
CONFIG = menu

View file

@ -1,6 +1,6 @@
#!/bin/bash
#
# $Id:
# $Id$
#
export outFile=Config.in # file for reading and writing to.

View file

@ -1,5 +1,6 @@
#!/bin/bash
#
# $Id$
#
# Read and parse the configuration parameters..
#

View file

@ -2,7 +2,7 @@
#
# common constants
#
# $Id:
# $Id$
#####