diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-06 19:13:31 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-06 19:13:31 +0000 |
commit | 3393fd4a5031b0d21cb4b6b2016bd48a46f768c2 (patch) | |
tree | 6b7f83e269f0b25ce5b461ac7e96cfa757c0f302 /net-www/webapp-config/webapp-config-1.10-r6.ebuild | |
parent | Switch to use epause and ebeep, bug #62950 (Manifest recommit) (diff) | |
download | gentoo-2-3393fd4a5031b0d21cb4b6b2016bd48a46f768c2.tar.gz gentoo-2-3393fd4a5031b0d21cb4b6b2016bd48a46f768c2.tar.bz2 gentoo-2-3393fd4a5031b0d21cb4b6b2016bd48a46f768c2.zip |
Switch to use epause and ebeep, bug #62950
Diffstat (limited to 'net-www/webapp-config/webapp-config-1.10-r6.ebuild')
-rw-r--r-- | net-www/webapp-config/webapp-config-1.10-r6.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-www/webapp-config/webapp-config-1.10-r6.ebuild b/net-www/webapp-config/webapp-config-1.10-r6.ebuild index 4495cccbc3db..015f4b815e1e 100644 --- a/net-www/webapp-config/webapp-config-1.10-r6.ebuild +++ b/net-www/webapp-config/webapp-config-1.10-r6.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/webapp-config-1.10-r6.ebuild,v 1.5 2004/08/15 20:28:07 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/webapp-config/webapp-config-1.10-r6.ebuild,v 1.6 2004/09/06 19:13:31 ciaranm Exp $ + +inherit eutils DESCRIPTION="Gentoo's installer for web-based applications" HOMEPAGE="http://www.gentoo.org/" @@ -45,5 +47,5 @@ pkg_postinst() { einfo "config files in /etc/vhosts/webapp-config before you emerge any" einfo "packages that use webapp-config." echo - sleep 5 + epause 5 } |