openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : wl11000/scripts Menuconfig,NONE,1.1


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : wl11000/scripts Menuconfig,NONE,1.1
Date: Sun, 19 May 2002 20:40:05 -0400

Update of /cvsroot/openap/wl11000/scripts
In directory subversions:/tmp/cvs-serv13624

Added Files:
        Menuconfig 
Log Message:
add menuconfig files


--- NEW FILE ---
#! /bin/sh
#
# This script is used to configure the linux kernel.
#
# It was inspired by a desire to not have to hit <enter> 9 million times
# or startup the X server just to change a single kernel parameter.  
#
# This script attempts to parse the configuration files, which are
# scattered throughout the kernel source tree, and creates a temporary
# set of mini scripts which are in turn used to create nested menus and
# radiolists.
#
# It uses a very modified/mutilated version of the "dialog" utility
# written by Savio Lam (address@hidden). Savio is not responsible
# for this script or the version of dialog used by this script.
# Please do not contact him with questions. The official version of 
# dialog is available at sunsite.unc.edu or a sunsite mirror.
#
# Portions of this script were borrowed from the original Configure
[...1425 lines suppressed...]
then
        save_configuration
        echo
        echo
        echo "*** End of OpenAP configuration."
        echo "*** Check the top-level Makefile for additional configuration."
        echo
else
        echo
        echo 
        echo Your OpenAP configuration changes were NOT saved.
        echo
fi

# Remove log if empty.
if [ ! -s .menuconfig.log ] ; then
        rm -f .menuconfig.log
fi

exit 0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]