summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2013-01-08 12:44:00 +0000
committerEray Aslan <eras@gentoo.org>2013-01-08 12:44:00 +0000
commit9b089417f1af2761fe833bf47c6d59e42475f28d (patch)
tree4b97b7f4e273ceaa9adb1521c7b902275db44c3a /mail-mta
parentRemove unused patches. (diff)
downloadgentoo-2-9b089417f1af2761fe833bf47c6d59e42475f28d.tar.gz
gentoo-2-9b089417f1af2761fe833bf47c6d59e42475f28d.tar.bz2
gentoo-2-9b089417f1af2761fe833bf47c6d59e42475f28d.zip
Do not provide mta
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/nullmailer/ChangeLog5
-rw-r--r--mail-mta/nullmailer/files/init.d-nullmailer-r23
2 files changed, 5 insertions, 3 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog
index d424d872f0bc..9d0a657c1af6 100644
--- a/mail-mta/nullmailer/ChangeLog
+++ b/mail-mta/nullmailer/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-mta/nullmailer
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.60 2013/01/08 11:37:08 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.61 2013/01/08 12:44:00 eras Exp $
+
+ 08 Jan 2013; Eray Aslan <eras@gentoo.org> files/init.d-nullmailer-r2:
+ Do not provide mta
*nullmailer-1.11-r1 (08 Jan 2013)
diff --git a/mail-mta/nullmailer/files/init.d-nullmailer-r2 b/mail-mta/nullmailer/files/init.d-nullmailer-r2
index ccf53b374d06..1043d962d52c 100644
--- a/mail-mta/nullmailer/files/init.d-nullmailer-r2
+++ b/mail-mta/nullmailer/files/init.d-nullmailer-r2
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/files/init.d-nullmailer-r2,v 1.1 2013/01/08 11:37:07 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/files/init.d-nullmailer-r2,v 1.2 2013/01/08 12:44:00 eras Exp $
DAEMON="/usr/sbin/nullmailer-send"
ARGS="--daemon"
@@ -10,7 +10,6 @@ GROUP=nullmail
depend() {
use net logger
- provide mta
}
checkconfig() {