Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
84b3b12b
Commit
84b3b12b
authored
Apr 12, 2003
by
Cyril Deguet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* renamed "kernel" into "vlc" ;)
parent
9f636260
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
+11
-13
menuconfig
menuconfig
+11
-13
No files found.
menuconfig
View file @
84b3b12b
...
...
@@ -188,7 +188,7 @@ function tristate () {
#
# Create a tristate radiolist function which is dependent on
# another
kernel
configuration option.
# another
vlc
configuration option.
#
# Quote from the original configure script:
#
...
...
@@ -821,7 +821,7 @@ function activate_menu () {
clear
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
report:
...
...
@@ -829,10 +829,9 @@ EOM
sed
's/^/ Q> /'
MCerror
cat
<<
EOM
Please report this to the maintainer <mec@shout.net>. You may also
send a problem report to <linux-kernel@vger.kernel.org>.
Please report this to the maintainer <asmax@videolan.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.
EOM
...
...
@@ -892,8 +891,7 @@ the /usr/src/linux/scripts/lxdialog directory and issuing the
"make clean all" command.
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.kernel.org> for additional assistance.
the maintainer <asmax@videolan.org>.
EOM
cleanup
...
...
@@ -948,11 +946,11 @@ last retrieved. Leave blank to abort."\
else
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.
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.
If you are uncertain, then you have probably never used alternate
...
...
@@ -1012,7 +1010,7 @@ as an alternate. Leave blank to abort."\
else
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.
Entering a file name here will allow you to later retrieve, modify
...
...
@@ -1051,7 +1049,7 @@ function load_config_file () {
#
save_configuration
()
{
echo
echo
-n
"Saving your
kernel
configuration."
echo
-n
"Saving your
vlc
configuration."
#
# Now, let's redefine the configuration functions for final
...
...
@@ -1409,7 +1407,7 @@ cleanup1
# Confirm and Save
#
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
save_configuration
echo
...
...
@@ -1419,7 +1417,7 @@ then
else
echo
echo
echo
Your
kernel
configuration changes were NOT saved.
echo
Your
vlc
configuration changes were NOT saved.
echo
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment