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/fetchmail/files
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/fetchmail/files')
-rw-r--r--net-mail/fetchmail/files/fetchmail.new2
1 files changed, 1 insertions, 1 deletions
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 ${?}