Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
Zvonimir
ISPConfig 3
Commits
f2eb2ff5
Commit
f2eb2ff5
authored
Dec 30, 2009
by
wyrie
Browse files
Bug fix: problem with logic in checking for package vlogger.
parent
1a02132f
Changes
1
Hide whitespace changes
Inline
Side-by-side
helper_scripts/gentoo_setup.sh
View file @
f2eb2ff5
...
...
@@ -256,7 +256,7 @@ function meta_web()
package_list
=
"
$package_list
app-admin/webalizer"
fi
if
is_package_installed
"app-admin/vlogger"
if
!
is_package_installed
"app-admin/vlogger"
then
# Check if package is masked
if
[
-n
"
$(
equery
-C
-N
list
-I
-o
-e
app-admin/vlogger |
grep
app-admin/vlogger |
awk
'{print $2}'
|
grep
'^\[M'
)
"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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