Added RCS Ids

This commit is contained in:
Fritz Elfert 1997-03-03 12:59:13 +00:00
parent 7a935d8260
commit 59c34167b0
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#! /bin/sh
#
# $Id$
#
# This script is borrowed from the linux Menuconfig script.
#
# This script attempts to parse the configuration files, which are

View File

@ -3,7 +3,9 @@ Menuconfig is borrowed from the linux kernel configuration.
Overview
--------
Menu items beginning with [*] or [ ] represent features
configured to be built in or removed respectively.
configured to be built in or removed respectively. Items
beginning with < > are disabled items depending on another
feature.
To change any of these features, highlight it with the cursor
keys and press <Y> to build it in or <N> to removed it. You may

View File

@ -1,4 +1,6 @@
#
# $Id$
#
# The whole configuration stuff is borrowed from the kernel
# configuration.
#