diff options
author | Don Seiler <rizzo@gentoo.org> | 2003-07-18 17:15:56 +0000 |
---|---|---|
committer | Don Seiler <rizzo@gentoo.org> | 2003-07-18 17:15:56 +0000 |
commit | fdd049ef2e0f69fc30b647a269f240150c4ec67a (patch) | |
tree | 725cf92c6017c5d88cbd235dcca50eeb3dac6ae6 /net-www/phpwebsite | |
parent | repomanz0r (diff) | |
download | gentoo-2-fdd049ef2e0f69fc30b647a269f240150c4ec67a.tar.gz gentoo-2-fdd049ef2e0f69fc30b647a269f240150c4ec67a.tar.bz2 gentoo-2-fdd049ef2e0f69fc30b647a269f240150c4ec67a.zip |
Changing instructions for pre- and post-install scripts
Diffstat (limited to 'net-www/phpwebsite')
-rw-r--r-- | net-www/phpwebsite/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/phpwebsite/Manifest | 4 | ||||
-rw-r--r-- | net-www/phpwebsite/phpwebsite-0.9.3.ebuild | 8 |
3 files changed, 11 insertions, 6 deletions
diff --git a/net-www/phpwebsite/ChangeLog b/net-www/phpwebsite/ChangeLog index 72ca6b554a72..d38e2de6d7f1 100644 --- a/net-www/phpwebsite/ChangeLog +++ b/net-www/phpwebsite/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/phpwebsite # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/phpwebsite/ChangeLog,v 1.2 2003/07/16 20:42:22 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phpwebsite/ChangeLog,v 1.3 2003/07/18 17:15:50 rizzo Exp $ + + 18 Jul 2003; Don Seiler <rizzo@gentoo.org>; phpwebsite-0.9.3.ebuild: + Changing instructions for pre- and post-install scripts *phpwebsite-0.9.3 (16 Jul 2003) diff --git a/net-www/phpwebsite/Manifest b/net-www/phpwebsite/Manifest index 1a4a74105587..e81acd68544e 100644 --- a/net-www/phpwebsite/Manifest +++ b/net-www/phpwebsite/Manifest @@ -1,5 +1,5 @@ -MD5 a55dd0b42c3e6f039f28c6117a5234a6 phpwebsite-0.9.3.ebuild 1692 -MD5 36a9385f6e04e121ff50452ad73550bc ChangeLog 464 +MD5 f78ce500c486eddf324b46c9c6f02aa1 phpwebsite-0.9.3.ebuild 1720 +MD5 c9521b3548263b055286016cadaa39c4 ChangeLog 594 MD5 d6224574a4b4b23d9b826bc54ca43050 phpwebsite-0.9.2_p1.ebuild 1587 MD5 f0ab7279c69a8f1522e8a4eb3ac7cc18 files/digest-phpwebsite-0.9.2_p1 76 MD5 48b9aff37ab682ee582b5bc49d0f8af3 files/digest-phpwebsite-0.9.3 74 diff --git a/net-www/phpwebsite/phpwebsite-0.9.3.ebuild b/net-www/phpwebsite/phpwebsite-0.9.3.ebuild index 1725119f1bc2..28de39348013 100644 --- a/net-www/phpwebsite/phpwebsite-0.9.3.ebuild +++ b/net-www/phpwebsite/phpwebsite-0.9.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Don Seiler <rizzo@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/phpwebsite/phpwebsite-0.9.3.ebuild,v 1.1 2003/07/16 20:42:22 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/phpwebsite/phpwebsite-0.9.3.ebuild,v 1.2 2003/07/18 17:15:50 rizzo Exp $ HOSTNAME=`hostname` @@ -40,13 +40,15 @@ pkg_postinst() { einfo "on your own before starting setup. You will also need" einfo "to run:" einfo - einfo "${HTTPD_ROOT}/phpwebsite/setup/secure_setup.sh setup" + einfo "cd ${HTTPD_ROOT}/phpwebsite/setup" + einfo "./secure_setup.sh setup" einfo einfo "Once you have a database ready proceed to" einfo "http://$HOSTNAME/phpwebsite to continue installation." einfo einfo "Once you are done with installation you need to run" einfo - einfo "${HTTPD_ROOT}/phpwebsite/setup/secure_phpws.sh run apache users" + einfo "cd ${HTTPD_ROOT}/phpwebsite/setup" + einfo "./secure_phpws.sh run apache users" einfo } |