Changeset 84b3b12b3b04a939abac1e8c0221bfafe928cb09
- Timestamp:
- 04/12/03 15:17:48
(5 years ago)
- Author:
- Cyril Deguet <asmax@videolan.org>
- git-committer:
- Cyril Deguet <asmax@videolan.org> 1050153468 +0000
- git-parent:
[9f6362609025b1895c2a3172a12bd5439cd2645c]
- git-author:
- Cyril Deguet <asmax@videolan.org> 1050153468 +0000
- Message:
* renamed "kernel" into "vlc" ;)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc31926a |
r84b3b12 |
|
| 189 | 189 | # |
|---|
| 190 | 190 | # Create a tristate radiolist function which is dependent on |
|---|
| 191 | | # another kernel configuration option. |
|---|
| | 191 | # another vlc configuration option. |
|---|
| 192 | 192 | # |
|---|
| 193 | 193 | # Quote from the original configure script: |
|---|
| … | … | |
| 822 | 822 | cat <<EOM |
|---|
| 823 | 823 | |
|---|
| 824 | | Menuconfig has encountered a possible error in one of the kernel's |
|---|
| | 824 | Menuconfig has encountered a possible error in one of the vlc's |
|---|
| 825 | 825 | configuration files and is unable to continue. Here is the error |
|---|
| 826 | 826 | report: |
|---|
| … | … | |
| 830 | 830 | cat <<EOM |
|---|
| 831 | 831 | |
|---|
| 832 | | Please report this to the maintainer <mec@shout.net>. You may also |
|---|
| 833 | | send a problem report to <linux-kernel@vger.kernel.org>. |
|---|
| 834 | | |
|---|
| 835 | | Please indicate the kernel version you are trying to configure and |
|---|
| | 832 | Please report this to the maintainer <asmax@videolan.org>. |
|---|
| | 833 | |
|---|
| | 834 | Please indicate the vlc version you are trying to configure and |
|---|
| 836 | 835 | which menu you were trying to enter when this error occurred. |
|---|
| 837 | 836 | |
|---|
| … | … | |
| 893 | 892 | |
|---|
| 894 | 893 | If you have verified that your ncurses install is correct, you may email |
|---|
| 895 | | the maintainer <mec@shout.net> or post a message to |
|---|
| 896 | | <linux-kernel@vger.kernel.org> for additional assistance. |
|---|
| | 894 | the maintainer <asmax@videolan.org>. |
|---|
| 897 | 895 | |
|---|
| 898 | 896 | EOM |
|---|
| … | … | |
| 949 | 947 | cat <<EOM >help.out |
|---|
| 950 | 948 | |
|---|
| 951 | | For various reasons, one may wish to keep several different kernel |
|---|
| | 949 | For various reasons, one may wish to keep several different vlc |
|---|
| 952 | 950 | configurations available on a single machine. |
|---|
| 953 | 951 | |
|---|
| 954 | 952 | If you have saved a previous configuration in a file other than the |
|---|
| 955 | | kernel's default, entering the name of the file here will allow you |
|---|
| | 953 | vlc's default, entering the name of the file here will allow you |
|---|
| 956 | 954 | to modify that configuration. |
|---|
| 957 | 955 | |
|---|
| … | … | |
| 1013 | 1011 | cat <<EOM >help.out |
|---|
| 1014 | 1012 | |
|---|
| 1015 | | For various reasons, one may wish to keep different kernel |
|---|
| | 1013 | For various reasons, one may wish to keep different vlc |
|---|
| 1016 | 1014 | configurations available on a single machine. |
|---|
| 1017 | 1015 | |
|---|
| … | … | |
| 1052 | 1050 | save_configuration () { |
|---|
| 1053 | 1051 | echo |
|---|
| 1054 | | echo -n "Saving your kernel configuration." |
|---|
| | 1052 | echo -n "Saving your vlc configuration." |
|---|
| 1055 | 1053 | |
|---|
| 1056 | 1054 | # |
|---|
| … | … | |
| 1410 | 1408 | # |
|---|
| 1411 | 1409 | if $DIALOG --backtitle "$backtitle" \ |
|---|
| 1412 | | --yesno "Do you wish to save your new kernel configuration?" 5 60 |
|---|
| | 1410 | --yesno "Do you wish to save your new vlc configuration?" 5 60 |
|---|
| 1413 | 1411 | then |
|---|
| 1414 | 1412 | save_configuration |
|---|
| … | … | |
| 1420 | 1418 | echo |
|---|
| 1421 | 1419 | echo |
|---|
| 1422 | | echo Your kernel configuration changes were NOT saved. |
|---|
| | 1420 | echo Your vlc configuration changes were NOT saved. |
|---|
| 1423 | 1421 | echo |
|---|
| 1424 | 1422 | fi |
|---|