patch-2.2.17 linux/scripts/Menuconfig
Next file: linux/scripts/makelst
Previous file: linux/scripts/Configure
Back to the patch index
Back to the overall index
- Lines: 52
- Date:
Mon Sep 4 18:39:29 2000
- Orig file:
v2.2.16/scripts/Menuconfig
- Orig date:
Mon Sep 4 18:37:53 2000
diff -u --recursive --new-file v2.2.16/scripts/Menuconfig linux/scripts/Menuconfig
@@ -425,7 +425,7 @@
--menu '$menu_instructions' \
$ROWS $COLS $((ROWS-10)) \
'$default' " >MCmenu
- >MCradiolists
+ echo "#!/bin/sh" >MCradiolists
}
#
@@ -713,11 +713,11 @@
++menu_no
printf("submenu %s MCmenu%s\n", $0, menu_no) >>menu
-
- printf( "function MCmenu%s () {\n"\
+ printf( "#!/bin/sh\n"\
+ "function MCmenu%s () {\n"\
"default=$1\n"\
"menu_name %s\n",\
- menu_no, $0) >"MCmenu"menu_no
+ menu_no, $0) >>"MCmenu"menu_no
parser(ifile, "MCmenu"menu_no)
}
@@ -772,7 +772,8 @@
function parse_config_files () {
rm -f MCmenu*
- echo "function MCmenu0 () {" >MCmenu0
+ echo "#!/bin/sh" > MCmenu0
+ echo "function MCmenu0 () {" >>MCmenu0
echo 'default=$1' >>MCmenu0
echo "menu_name 'Main Menu'" >>MCmenu0
@@ -833,7 +834,7 @@
cat <<EOM
Please report this to the maintainer <mec@shout.net>. You may also
-send a problem report to <linux-kernel@vger.rutgers.edu>.
+send a problem report to <linux-kernel@vger.kernel.org>.
Please indicate the kernel version you are trying to configure and
which menu you were trying to enter when this error occurred.
@@ -896,7 +897,7 @@
If you have verified that your ncurses install is correct, you may email
the maintainer <mec@shout.net> or post a message to
-<linux-kernel@vger.rutgers.edu> for additional assistance.
+<linux-kernel@vger.kernel.org> for additional assistance.
EOM
cleanup
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)