Commit 84b3b12b authored by Cyril Deguet's avatar Cyril Deguet

* renamed "kernel" into "vlc" ;)

parent 9f636260
...@@ -188,7 +188,7 @@ function tristate () { ...@@ -188,7 +188,7 @@ function tristate () {
# #
# Create a tristate radiolist function which is dependent on # Create a tristate radiolist function which is dependent on
# another kernel configuration option. # another vlc configuration option.
# #
# Quote from the original configure script: # Quote from the original configure script:
# #
...@@ -821,7 +821,7 @@ function activate_menu () { ...@@ -821,7 +821,7 @@ function activate_menu () {
clear clear
cat <<EOM cat <<EOM
Menuconfig has encountered a possible error in one of the kernel's Menuconfig has encountered a possible error in one of the vlc's
configuration files and is unable to continue. Here is the error configuration files and is unable to continue. Here is the error
report: report:
...@@ -829,10 +829,9 @@ EOM ...@@ -829,10 +829,9 @@ EOM
sed 's/^/ Q> /' MCerror sed 's/^/ Q> /' MCerror
cat <<EOM cat <<EOM
Please report this to the maintainer <mec@shout.net>. You may also Please report this to the maintainer <asmax@videolan.org>.
send a problem report to <linux-kernel@vger.kernel.org>.
Please indicate the kernel version you are trying to configure and Please indicate the vlc version you are trying to configure and
which menu you were trying to enter when this error occurred. which menu you were trying to enter when this error occurred.
EOM EOM
...@@ -892,8 +891,7 @@ the /usr/src/linux/scripts/lxdialog directory and issuing the ...@@ -892,8 +891,7 @@ the /usr/src/linux/scripts/lxdialog directory and issuing the
"make clean all" command. "make clean all" command.
If you have verified that your ncurses install is correct, you may email If you have verified that your ncurses install is correct, you may email
the maintainer <mec@shout.net> or post a message to the maintainer <asmax@videolan.org>.
<linux-kernel@vger.kernel.org> for additional assistance.
EOM EOM
cleanup cleanup
...@@ -948,11 +946,11 @@ last retrieved. Leave blank to abort."\ ...@@ -948,11 +946,11 @@ last retrieved. Leave blank to abort."\
else else
cat <<EOM >help.out cat <<EOM >help.out
For various reasons, one may wish to keep several different kernel For various reasons, one may wish to keep several different vlc
configurations available on a single machine. configurations available on a single machine.
If you have saved a previous configuration in a file other than the If you have saved a previous configuration in a file other than the
kernel's default, entering the name of the file here will allow you vlc's default, entering the name of the file here will allow you
to modify that configuration. to modify that configuration.
If you are uncertain, then you have probably never used alternate If you are uncertain, then you have probably never used alternate
...@@ -1012,7 +1010,7 @@ as an alternate. Leave blank to abort."\ ...@@ -1012,7 +1010,7 @@ as an alternate. Leave blank to abort."\
else else
cat <<EOM >help.out cat <<EOM >help.out
For various reasons, one may wish to keep different kernel For various reasons, one may wish to keep different vlc
configurations available on a single machine. configurations available on a single machine.
Entering a file name here will allow you to later retrieve, modify Entering a file name here will allow you to later retrieve, modify
...@@ -1051,7 +1049,7 @@ function load_config_file () { ...@@ -1051,7 +1049,7 @@ function load_config_file () {
# #
save_configuration () { save_configuration () {
echo echo
echo -n "Saving your kernel configuration." echo -n "Saving your vlc configuration."
# #
# Now, let's redefine the configuration functions for final # Now, let's redefine the configuration functions for final
...@@ -1409,7 +1407,7 @@ cleanup1 ...@@ -1409,7 +1407,7 @@ cleanup1
# Confirm and Save # Confirm and Save
# #
if $DIALOG --backtitle "$backtitle" \ if $DIALOG --backtitle "$backtitle" \
--yesno "Do you wish to save your new kernel configuration?" 5 60 --yesno "Do you wish to save your new vlc configuration?" 5 60
then then
save_configuration save_configuration
echo echo
...@@ -1419,7 +1417,7 @@ then ...@@ -1419,7 +1417,7 @@ then
else else
echo echo
echo echo
echo Your kernel configuration changes were NOT saved. echo Your vlc configuration changes were NOT saved.
echo echo
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment