Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
62f448ec
Commit
62f448ec
authored
4 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yum: comment out info command
parent
2f39bf26
master
devel
new3
r1
todo-packd
todo-serv-user
tt
tt1
Tags unavailable
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
yum
bin/yum
+4
-1
No files found.
bin/yum
View file @
62f448ec
...
@@ -317,7 +317,10 @@ if [ -z "$epm_cmd" ] ; then
...
@@ -317,7 +317,10 @@ if [ -z "$epm_cmd" ] ; then
echo
echo
fatstr
=
"No such command:
$*
. Please use /usr/bin/yum --help"
fatstr
=
"No such command:
$*
. Please use /usr/bin/yum --help"
[
-n
"
$*
"
]
||
fatstr
=
"You need to give some command"
[
-n
"
$*
"
]
||
fatstr
=
"You need to give some command"
info
"
$fatstr
."
# TODO: https://bugzilla.altlinux.org/show_bug.cgi?id=39093
# Почему-то только в этом файле/пакете использование info вызывает зависимость на пакет info
#info "$fatstr."
echo
"
$fatstr
."
exit
1
exit
1
fi
fi
...
...
This diff is collapsed.
Click to expand it.
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