summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Martin <slarti@gentoo.org>2004-11-13 12:44:34 +0000
committerTom Martin <slarti@gentoo.org>2004-11-13 12:44:34 +0000
commitb22a1a5beec80543a99be882489a350543ef49e8 (patch)
tree83931f95970936b2ff6d4213117c9c2dbfb42fe8 /mail-filter/gld
parentremove firmware files from ebuild. will create a separate ebuild for that (Ma... (diff)
downloadgentoo-2-b22a1a5beec80543a99be882489a350543ef49e8.tar.gz
gentoo-2-b22a1a5beec80543a99be882489a350543ef49e8.tar.bz2
gentoo-2-b22a1a5beec80543a99be882489a350543ef49e8.zip
newexe -> newinitd
Diffstat (limited to 'mail-filter/gld')
-rw-r--r--mail-filter/gld/ChangeLog6
-rw-r--r--mail-filter/gld/gld-1.3.ebuild5
-rw-r--r--mail-filter/gld/gld-1.4.ebuild5
3 files changed, 9 insertions, 7 deletions
diff --git a/mail-filter/gld/ChangeLog b/mail-filter/gld/ChangeLog
index 6e982b15ccda..fe80406560eb 100644
--- a/mail-filter/gld/ChangeLog
+++ b/mail-filter/gld/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for mail-filter/gld
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.9 2004/10/19 10:05:07 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/ChangeLog,v 1.10 2004/11/13 12:44:34 slarti Exp $
+
+ 13 Nov 2004; Tom Martin <slarti@gentoo.org> gld-1.3.ebuild,
+ gld-1.4.ebuild:
+ newexe -> newinitd for initscripts.
19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> gld-1.4.ebuild:
Stable on amd64.
diff --git a/mail-filter/gld/gld-1.3.ebuild b/mail-filter/gld/gld-1.3.ebuild
index ebccb27b3653..54c3945ddd22 100644
--- a/mail-filter/gld/gld-1.3.ebuild
+++ b/mail-filter/gld/gld-1.3.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/gld/gld-1.3.ebuild,v 1.6 2004/09/25 20:25:49 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.3.ebuild,v 1.7 2004/11/13 12:44:34 slarti Exp $
DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix"
HOMEPAGE="http://www.gasmi.net/gld.html"
@@ -40,8 +40,7 @@ src_install() {
insinto /usr/share/doc/${PF}/sql
doins tables.sql
- exeinto /etc/init.d
- newexe ${FILESDIR}/gld.rc gld
+ newinitd ${FILESDIR}/gld.rc gld
}
pkg_postinst() {
diff --git a/mail-filter/gld/gld-1.4.ebuild b/mail-filter/gld/gld-1.4.ebuild
index d86e57f66447..8bc52eaa1a1a 100644
--- a/mail-filter/gld/gld-1.4.ebuild
+++ b/mail-filter/gld/gld-1.4.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/gld/gld-1.4.ebuild,v 1.4 2004/10/19 10:05:07 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/gld/gld-1.4.ebuild,v 1.5 2004/11/13 12:44:34 slarti Exp $
DESCRIPTION="A standalone anti-spam greylisting algorithm on top of Postfix"
HOMEPAGE="http://www.gasmi.net/gld.html"
@@ -40,8 +40,7 @@ src_install() {
insinto /usr/share/doc/${PF}/sql
doins tables.sql
- exeinto /etc/init.d
- newexe ${FILESDIR}/gld.rc gld
+ newinitd ${FILESDIR}/gld.rc gld
}
pkg_postinst() {