summaryrefslogtreecommitdiffstats
path: root/main/fetchmail
diff options
context:
space:
mode:
authorJesse Young <jlyo@jlyo.org>2011-11-25 12:46:26 -0600
committerNatanael Copa <ncopa@alpinelinux.org>2011-12-01 07:15:51 +0000
commitae1967b66eba132dd8c9fa5b5f57712d012b6647 (patch)
treefca1c166178cd340ea41b6d3794cf58c4152f2f4 /main/fetchmail
parent379338be8b4cd31b24080f7f01ae14fe124a84ae (diff)
downloadaports-ae1967b66eba132dd8c9fa5b5f57712d012b6647.tar.bz2
aports-ae1967b66eba132dd8c9fa5b5f57712d012b6647.tar.xz
Replace instances of "--chuid" to "--user" in initd scripts
Fixes #776 Signed-off-by: Jesse Young <jlyo@jlyo.org>
Diffstat (limited to 'main/fetchmail')
-rw-r--r--main/fetchmail/APKBUILD8
-rwxr-xr-xmain/fetchmail/fetchmail.initd2
2 files changed, 5 insertions, 5 deletions
diff --git a/main/fetchmail/APKBUILD b/main/fetchmail/APKBUILD
index c784f2816..abf340c91 100644
--- a/main/fetchmail/APKBUILD
+++ b/main/fetchmail/APKBUILD
@@ -1,8 +1,8 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
+# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fetchmail
pkgver=6.3.21
-pkgrel=0
+pkgrel=1
pkgdesc="A remote-mail retrieval and forwarding utility"
url="http://fetchmail.berlios.de/"
arch="all"
@@ -37,10 +37,10 @@ fetchmailconf() {
pkgdesc="A GUI for generating fetchmail configuration files"
install=
mkdir -p "$subpkgdir"/usr/bin
- cd "$pkgdir"
+ cd "$pkgdir"
mv usr/bin/fetchmailconf "$subpkgdir"/usr/bin/
mv usr/lib "$subpkgdir"/usr/
}
md5sums="0ad8eac47e85bd0ae63870daa09992af fetchmail-6.3.21.tar.bz2
-b27fe01a7c25534d62d175c8ba22fc48 fetchmail.initd"
+20ad22948fd77cf24e2bb288af6fd266 fetchmail.initd"
diff --git a/main/fetchmail/fetchmail.initd b/main/fetchmail/fetchmail.initd
index 73286c4e7..0857d652f 100755
--- a/main/fetchmail/fetchmail.initd
+++ b/main/fetchmail/fetchmail.initd
@@ -20,7 +20,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:-300} -f /etc/fetchmailrc \
--pidfile ${pidfile} -i /var/lib/fetchmail/.fetchids
eend ${?}