Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
c7d6d962
Commit
c7d6d962
authored
Oct 11, 2010
by
wyrie
Browse files
No commit message
No commit message
parent
05c0f643
Changes
1
Show whitespace changes
Inline
Side-by-side
helper_scripts/gentoo_setup.sh
View file @
c7d6d962
...
...
@@ -408,7 +408,7 @@ function meta_web()
is_package_installed
"www-misc/awstats"
"vhosts apache2"
||
package_list
=
"
$package_list
www-misc/awstats"
if
!
is_package_installed
"app-admin/vlogger"
if
!
is_package_installed
"app-admin/vlogger"
"dbi"
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'
)
"
]
...
...
@@ -446,6 +446,10 @@ function meta_web()
is_package_installed
"sys-auth/pam_mysql"
||
package_list
=
"
$package_list
sys-auth/pam_mysql"
is_package_installed
"app-admin/sudo"
||
package_list
=
"
$package_list
app-admin/sudo"
is_package_installed
"app-arch/zip"
||
package_list
=
"
$package_list
app-arch/zip"
if
!
is_package_installed
"app-admin/jailkit"
then
# Check if package is masked
...
...
Write
Preview
Supports
Markdown
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