summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2011-08-05 07:13:35 +0000
committerEray Aslan <eras@gentoo.org>2011-08-05 07:13:35 +0000
commite83f4879eeae87ee06a92829eaa8ffea12515ff8 (patch)
treef9d13c48f7a1ec10629f0ae5e1827e02bd4099e6 /net-mail
parentAdd ~x86-linux keyword. (diff)
downloadgentoo-2-e83f4879eeae87ee06a92829eaa8ffea12515ff8.tar.gz
gentoo-2-e83f4879eeae87ee06a92829eaa8ffea12515ff8.tar.bz2
gentoo-2-e83f4879eeae87ee06a92829eaa8ffea12515ff8.zip
fix deprecated chuid option in init script - bug #377777
(Portage version: 2.1.10.9/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/fetchmail/ChangeLog5
-rw-r--r--net-mail/fetchmail/files/fetchmail.new2
2 files changed, 5 insertions, 2 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog
index 6787dc9c9d47..e29379baba9b 100644
--- a/net-mail/fetchmail/ChangeLog
+++ b/net-mail/fetchmail/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/fetchmail
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.215 2011/06/13 09:46:05 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.216 2011/08/05 07:13:35 eras Exp $
+
+ 05 Aug 2011; Eray Aslan <eras@gentoo.org> files/fetchmail.new:
+ fix deprecated chuid option in init script - bug #377777
13 Jun 2011; Eray Aslan <eras@gentoo.org> -fetchmail-6.3.19.ebuild:
Remove vulnerable version
diff --git a/net-mail/fetchmail/files/fetchmail.new b/net-mail/fetchmail/files/fetchmail.new
index 4646fa4ccaf3..d856d40e6ba3 100644
--- a/net-mail/fetchmail/files/fetchmail.new
+++ b/net-mail/fetchmail/files/fetchmail.new
@@ -19,7 +19,7 @@ start() {
ebegin "Starting fetchmail"
start-stop-daemon --start --quiet \
- --chuid fetchmail --exec /usr/bin/fetchmail \
+ --user fetchmail --exec /usr/bin/fetchmail \
-- -d ${polling_period} -f /etc/fetchmailrc \
--pidfile ${pidfile} -i /var/lib/fetchmail/.fetchids
eend ${?}