diff options
author | Renat Lumpau <rl03@gentoo.org> | 2004-09-03 07:13:28 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2004-09-03 07:13:28 +0000 |
commit | 1c40181833c40ba548e41d1890dd5c014ff3fb9b (patch) | |
tree | 5dfac7007aa29c48dd35da3b363ab68709fa3c8f /www-apps/back-end | |
parent | Support mailwrapper properly. (diff) | |
download | historical-1c40181833c40ba548e41d1890dd5c014ff3fb9b.tar.gz historical-1c40181833c40ba548e41d1890dd5c014ff3fb9b.tar.bz2 historical-1c40181833c40ba548e41d1890dd5c014ff3fb9b.zip |
Checked if the reconfig hook needs to cleanup---no, it doesn't
Diffstat (limited to 'www-apps/back-end')
-rw-r--r-- | www-apps/back-end/ChangeLog | 5 | ||||
-rw-r--r-- | www-apps/back-end/Manifest | 6 | ||||
-rw-r--r-- | www-apps/back-end/files/reconfig | 1 |
3 files changed, 8 insertions, 4 deletions
diff --git a/www-apps/back-end/ChangeLog b/www-apps/back-end/ChangeLog index a7bc7e65ee80..d9780f13e528 100644 --- a/www-apps/back-end/ChangeLog +++ b/www-apps/back-end/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-apps/back-end # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/back-end/ChangeLog,v 1.3 2004/09/02 13:37:53 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/back-end/ChangeLog,v 1.4 2004/09/03 07:13:28 rl03 Exp $ + + 03 Sep 2004; Renat Lumpau <rl03@gentoo.org> files/reconfig: + Checked if the reconfig hook needs to cleanup---no, it doesn't. 02 Sep 2004; David Holm <dholm@gentoo.org> back-end-0.7.1.2.ebuild: Added to ~ppc. diff --git a/www-apps/back-end/Manifest b/www-apps/back-end/Manifest index 8286ed3677fd..0545f68ca4a8 100644 --- a/www-apps/back-end/Manifest +++ b/www-apps/back-end/Manifest @@ -1,6 +1,6 @@ -MD5 d1d5ebd7d46acc0ca8f5da65e97f5d18 ChangeLog 595 MD5 e865b0047fecfb6734cfcb57abc8eff2 back-end-0.7.1.2.ebuild 1390 +MD5 0a2c6be8c3eee50f6bea695232514730 ChangeLog 723 MD5 f61bfa064e3acdfcd826e4a38b121196 metadata.xml 161 -MD5 6296918b10c4dbe3aea4326191951a96 files/digest-back-end-0.7.1.2 68 MD5 43c5bc7ad48e732dfebc7e63c7413228 files/postinstall-en.txt 469 -MD5 06e1caff32c38d6a02f664565dcb5aab files/reconfig 178 +MD5 6296918b10c4dbe3aea4326191951a96 files/digest-back-end-0.7.1.2 68 +MD5 82f99d40ca4b55651716629585d48ed5 files/reconfig 281 diff --git a/www-apps/back-end/files/reconfig b/www-apps/back-end/files/reconfig index 891ff813b60b..b9dc828101ff 100644 --- a/www-apps/back-end/files/reconfig +++ b/www-apps/back-end/files/reconfig @@ -3,3 +3,4 @@ if [ $1 = "start" -o $1 = "install" ]; then # fix location of SQL tables sed -e "s|../tables/|${VHOST_ROOT}/${PN}/tables/|" -i ${MY_INSTALLDIR}/config_setup.php fi +# we don't clean up because the user should have removed config_setup.php per postinstall instructions |