diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-11-27 19:14:30 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-11-27 19:14:30 +0000 |
commit | 516570bcb76c98d38fbc69acde375fe214344378 (patch) | |
tree | e3542f1c426331bbd3e51fb1238c6e1b5d00f4eb /www-apps/otrs/files | |
parent | Masked net-wireless/orinoco-usb-firmware (diff) | |
download | historical-516570bcb76c98d38fbc69acde375fe214344378.tar.gz historical-516570bcb76c98d38fbc69acde375fe214344378.tar.bz2 historical-516570bcb76c98d38fbc69acde375fe214344378.zip |
Version bump wrt bug #113447.
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'www-apps/otrs/files')
-rw-r--r-- | www-apps/otrs/files/digest-otrs-2.0.4 | 1 | ||||
-rw-r--r-- | www-apps/otrs/files/postinstall-en-2.txt | 12 | ||||
-rw-r--r-- | www-apps/otrs/files/reconfig | 3 | ||||
-rw-r--r-- | www-apps/otrs/files/reconfig-2 | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/www-apps/otrs/files/digest-otrs-2.0.4 b/www-apps/otrs/files/digest-otrs-2.0.4 new file mode 100644 index 000000000000..ecbffb9a8b58 --- /dev/null +++ b/www-apps/otrs/files/digest-otrs-2.0.4 @@ -0,0 +1 @@ +MD5 cfc0fa4f711c2fa92bc513b57632bbfe otrs-2.0.4-01.tar.bz2 11560233 diff --git a/www-apps/otrs/files/postinstall-en-2.txt b/www-apps/otrs/files/postinstall-en-2.txt index 41179e0a6712..84f59b14520f 100644 --- a/www-apps/otrs/files/postinstall-en-2.txt +++ b/www-apps/otrs/files/postinstall-en-2.txt @@ -1,18 +1,18 @@ -Your installation is almost complete. -1. You now need to edit ${VHOST_ROOT}/otrs-${PVR}/Kernel/Config.pm +Your installation is almost complete. +1. You now need to edit ${VHOST_ROOT}/${PN}-${PVR}/Kernel/Config.pm and set some Kernel::Config options (FQDN, SystemID, TicketHook, Home, ...). 2. Configure and restart your webserver. -Read /usr/share/doc/otrs-${PVR}/README.webserver.gz. -Sample config files are in ${VHOST_ROOT}/otrs-${PVR}/scripts +Read /usr/share/doc/${PN}-${PVR}/README.webserver.gz. +Sample config files are in ${VHOST_ROOT}/${PN}-${PVR}/scripts -If you are using FastCGI, don't forget to add -D FASTCGI +If you are using FastCGI, don't forget to add -D FASTCGI to your Apache options. 3. Setup your database. Read /usr/share/doc/${PN}-${PVR}/README.database.gz -4. Read /usr/share/doc/${PN}-${PVR}/INSTALL.gz , pp. 9-12, +4. Read /usr/share/doc/${PN}-${PVR}/INSTALL.gz , pp. 9-12, to finish the installation. If you are upgrading, read /usr/share/doc/${PN}-${PVR}/UPGRADING.gz diff --git a/www-apps/otrs/files/reconfig b/www-apps/otrs/files/reconfig index dea936e42019..63a8e079c6f8 100644 --- a/www-apps/otrs/files/reconfig +++ b/www-apps/otrs/files/reconfig @@ -9,14 +9,17 @@ die() { } if [ $1 = "install" ]; then + echo "here here" # 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 1 failed" + echo "here here" # 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" + echo "here here" # set permissions ${VHOST_ROOT}/${PF}/bin/SetPermissions.sh ${VHOST_ROOT}/${PF} otrs apache apache apache > /dev/null || die "Could not set permissions" diff --git a/www-apps/otrs/files/reconfig-2 b/www-apps/otrs/files/reconfig-2 index dea936e42019..769e8a75ae34 100644 --- a/www-apps/otrs/files/reconfig-2 +++ b/www-apps/otrs/files/reconfig-2 @@ -11,7 +11,7 @@ die() { if [ $1 = "install" ]; then # 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 1 failed" + 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" @@ -25,7 +25,7 @@ if [ $1 = "install" ]; then elif [ $1 = "clean" ]; then echo "Please examine the contents of the following directories" echo "and delete anything that is no longer necessary" - echo + echo echo ${VHOST_ROOT}/${PF} echo ${MY_INSTALLDIR} fi |