summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-12-04 22:19:21 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-12-04 22:19:21 +0000
commit320e57d4788f11f2c682ed7bb359afd38305765f (patch)
tree8da459ce013211f28d8f09472549263914231ae8 /www-apps
parentBump for 7.0RC3. (diff)
downloadgentoo-2-320e57d4788f11f2c682ed7bb359afd38305765f.tar.gz
gentoo-2-320e57d4788f11f2c682ed7bb359afd38305765f.tar.bz2
gentoo-2-320e57d4788f11f2c682ed7bb359afd38305765f.zip
Housekeeping
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps')
-rw-r--r--www-apps/otrs/ChangeLog5
-rw-r--r--www-apps/otrs/Manifest12
-rw-r--r--www-apps/otrs/files/reconfig9
3 files changed, 8 insertions, 18 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..2dd87f0e4ffa 100644
--- a/www-apps/otrs/Manifest
+++ b/www-apps/otrs/Manifest
@@ -1,6 +1,3 @@
------BEGIN PGP SIGNED MESSAGE-----
-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
@@ -14,11 +11,4 @@ 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
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFDigWpEzitwsaoONoRAjQYAKDJPDzfP+xgWhKll7c9unAGutGgJgCfdtjf
-4nllEkHIuDJ1TIQ+pqGIFfA=
-=8rgy
------END PGP SIGNATURE-----
+MD5 ead742d3f6e6dfeb3540ef7dddf4ef8c files/reconfig 880
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