Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 247944 Details for
Bug 337755
<www-apps/otrs-3.0.10: Multiple XSS and denial of service vulnerabilities (CVE-2010-2080)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/reconfig-3
reconfig-3 (text/plain), 1.03 KB, created by
Andreis Vinogradovs ( slepnoga )
on 2010-09-19 08:19:23 UTC
(
hide
)
Description:
files/reconfig-3
Filename:
MIME Type:
Creator:
Andreis Vinogradovs ( slepnoga )
Created:
2010-09-19 08:19:23 UTC
Size:
1.03 KB
patch
obsolete
>#!/bin/bash >PF=${PN}-${PVR} > >die() { > echo "******" > echo $1 > echo "******" > exit 1 >} > >if [ $1 = "install" ]; then > declare INSTALL_DIR="${VHOST_ROOT}/${PF}" > # edit Apache configs > cd ${VHOST_ROOT}/${PF}/scripts > sed -e "s|/opt/otrs/var/httpd/htdocs/|${MY_INSTALLDIR}/|g" -i apache-httpd.include.conf apache2-httpd.include.conf || die "sed failed" > > # set $HOME > grep -lR "/opt" * | xargs sed -i "s|/opt/otrs|${VHOST_ROOT}/${PF}|g" || die "sed failed" > > sed -i "s|/opt/otrs|${VHOST_ROOT}/${PF}|g" ${VHOST_ROOT}/${PF}/Kernel/Config.pm || die "sed failed" > > # set permissions > chmod +x "${INSTALL_DIR}"/bin/SetPermissions.pl > /usr/bin/perl "${INSTALL_DIR}/bin/"SetPermissions.pl --otrs-user=otrs --web-user=apache --otrs-group=apache --web-group=apache --admin-user=root \ > ${VHOST_ROOT}/${PF} > /dev/null || die "Could not set permissions" > > >elif [ $1 = "clean" ]; then > echo "Please examine the contents of the following directories" > echo "and delete anything that is no longer necessary" > echo > echo ${VHOST_ROOT}/${PF} > echo ${MY_INSTALLDIR} >fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 337755
:
247938
|
247939
|
247943
| 247944 |
247946
|
247948
|
247950