diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-12-04 22:19:21 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-12-04 22:19:21 +0000 |
commit | 06f2011f3c96ce00faaa457591f78f5f06ef1174 (patch) | |
tree | 106b6fe21ba370a2978da74bc06c020a3ffd695f /www-apps/otrs | |
parent | Marking stable on x86 for bug #113201, at Halcy0n's request. (diff) | |
download | historical-06f2011f3c96ce00faaa457591f78f5f06ef1174.tar.gz historical-06f2011f3c96ce00faaa457591f78f5f06ef1174.tar.bz2 historical-06f2011f3c96ce00faaa457591f78f5f06ef1174.zip |
Housekeeping
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'www-apps/otrs')
-rw-r--r-- | www-apps/otrs/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/otrs/Manifest | 10 | ||||
-rw-r--r-- | www-apps/otrs/files/reconfig | 9 |
3 files changed, 12 insertions, 12 deletions
diff --git a/www-apps/otrs/ChangeLog b/www-apps/otrs/ChangeLog index a727fa67cc28..475ba10c684a 100644 --- a/www-apps/otrs/ChangeLog +++ b/www-apps/otrs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/otrs # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/ChangeLog,v 1.16 2005/11/27 19:14:30 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/otrs/ChangeLog,v 1.17 2005/12/04 22:19:21 rl03 Exp $ + + 04 Dec 2005; Renat Lumpau <rl03@gentoo.org> files/reconfig: + Housekeeping *otrs-2.0.4 (27 Nov 2005) diff --git a/www-apps/otrs/Manifest b/www-apps/otrs/Manifest index 19c5c9d2c054..ed06db8ff217 100644 --- a/www-apps/otrs/Manifest +++ b/www-apps/otrs/Manifest @@ -4,7 +4,7 @@ Hash: SHA1 MD5 0f6de57c2bf4a6320e10b8283d183f80 otrs-2.0.4.ebuild 3129 MD5 7db2babd6d39e6b246cb52fcad25eba0 otrs-2.0.3.ebuild 3308 MD5 c522a90cadf43493cf3a97c5fad53576 otrs-1.3.2.ebuild 2760 -MD5 9fc4cf104a8d67179ba8bde9ea13ea55 ChangeLog 2641 +MD5 30698227042de67f38a3b6a9a9c4e356 ChangeLog 2719 MD5 224c312cc23d02aa06c26a4da3cc1f90 metadata.xml 221 MD5 3f701ce10ed527c36c342e856a4e43de files/postinstall-en.txt 548 MD5 5e6c7c1e995fa5c26613ded275a2a453 files/reconfig-2 880 @@ -14,11 +14,11 @@ MD5 f47d2140cdd984fb31b2f468719d94e9 files/apache2.patch 902 MD5 17263c3cbe7f693cfdfcceefb18f7970 files/digest-otrs-1.3.2 67 MD5 382162791127449707c542d146d8d025 files/digest-otrs-2.0.3 68 MD5 24fe9f6e22bf1ef7904331a0112a9c2a files/digest-otrs-2.0.4 68 -MD5 c819399f0eb8d0662dc2492977a96d61 files/reconfig 937 +MD5 ead742d3f6e6dfeb3540ef7dddf4ef8c files/reconfig 880 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFDigWpEzitwsaoONoRAjQYAKDJPDzfP+xgWhKll7c9unAGutGgJgCfdtjf -4nllEkHIuDJ1TIQ+pqGIFfA= -=8rgy +iD8DBQFDk2tzEzitwsaoONoRAuYBAJ9VT3MBRaX7xAuJT4oySL/MRf3Z+ACffYXU +87I/8gbY1OMrW1FYPM/xp/A= +=P7E1 -----END PGP SIGNATURE----- diff --git a/www-apps/otrs/files/reconfig b/www-apps/otrs/files/reconfig index 63a8e079c6f8..ef9beb7adb86 100644 --- a/www-apps/otrs/files/reconfig +++ b/www-apps/otrs/files/reconfig @@ -9,17 +9,14 @@ 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" @@ -28,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 |