diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-06 00:57:13 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-06 00:57:13 +0000 |
commit | 5aa1527cb9e933a96aa9118efdfd309315d9653d (patch) | |
tree | 546bb5369851d03e18c387c951f3ce4295662514 /mail-filter/dspam | |
parent | Switch to use epause and ebeep, bug #62950 (Manifest recommit) (diff) | |
download | gentoo-2-5aa1527cb9e933a96aa9118efdfd309315d9653d.tar.gz gentoo-2-5aa1527cb9e933a96aa9118efdfd309315d9653d.tar.bz2 gentoo-2-5aa1527cb9e933a96aa9118efdfd309315d9653d.zip |
Switch to use epause and ebeep, bug #62950
Diffstat (limited to 'mail-filter/dspam')
-rw-r--r-- | mail-filter/dspam/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/dspam/dspam-3.1.0.ebuild | 4 | ||||
-rw-r--r-- | mail-filter/dspam/dspam-3.1.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog index 9573d44a4852..4c9d69a10a0c 100644 --- a/mail-filter/dspam/ChangeLog +++ b/mail-filter/dspam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/dspam # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.12 2004/08/26 09:53:08 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.13 2004/09/06 00:55:55 ciaranm Exp $ + + 06 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> dspam-3.1.0.ebuild, + dspam-3.1.1.ebuild: + Switch to use epause and ebeep, bug #62950 26 Aug 2004; Lim Swee Tat <st_lim@gentoo.org> dspam-3.1.1.ebuild: Solved bug #61564 with the help of steveb <tp22a@softhome.net>. diff --git a/mail-filter/dspam/dspam-3.1.0.ebuild b/mail-filter/dspam/dspam-3.1.0.ebuild index 54a92e6aa224..ded111261146 100644 --- a/mail-filter/dspam/dspam-3.1.0.ebuild +++ b/mail-filter/dspam/dspam-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.1.0.ebuild,v 1.2 2004/08/28 04:21:17 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.1.0.ebuild,v 1.3 2004/09/06 00:55:55 ciaranm Exp $ inherit eutils @@ -48,7 +48,7 @@ pkg_setup() { echo ewarn "Waiting 30 seconds before starting..." ewarn "(Control-C to abort)..." - sleep 30 + epause 30 fi id dspam 2>/dev/null || enewgroup dspam 65532 id dspam 2>/dev/null || enewuser dspam 65532 /bin/bash ${HOMEDIR} dspam diff --git a/mail-filter/dspam/dspam-3.1.1.ebuild b/mail-filter/dspam/dspam-3.1.1.ebuild index d56db8f31065..2a64f4c81e28 100644 --- a/mail-filter/dspam/dspam-3.1.1.ebuild +++ b/mail-filter/dspam/dspam-3.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.1.1.ebuild,v 1.4 2004/08/28 04:21:17 st_lim Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.1.1.ebuild,v 1.5 2004/09/06 00:55:55 ciaranm Exp $ inherit eutils @@ -49,7 +49,7 @@ pkg_setup() { echo ewarn "Waiting 30 seconds before starting..." ewarn "(Control-C to abort)..." - sleep 30 + epause 30 fi id dspam 2>/dev/null || enewgroup dspam 65532 id dspam 2>/dev/null || enewuser dspam 65532 /bin/bash ${HOMEDIR} dspam |