aboutsummaryrefslogtreecommitdiffstats
path: root/testing/proftpd
diff options
context:
space:
mode:
authorElizabeth Jennifer Myers <elizabeth@sporksirc.net>2011-02-04 04:07:10 +0000
committerElizabeth Jennifer Myers <elizabeth@sporksirc.net>2011-02-04 04:07:10 +0000
commit3a2b8524dac921901a4b7dfd03d3c5b599901392 (patch)
tree0a8b9c51fd7dffb5669dc1e07b6b0144fe6b1a72 /testing/proftpd
parentd8a593a95c35aa4423c3394b4631480d365c5255 (diff)
downloadaports-3a2b8524dac921901a4b7dfd03d3c5b599901392.tar.bz2
aports-3a2b8524dac921901a4b7dfd03d3c5b599901392.tar.xz
testing/proftpd: Let the package drop privilege itself.
Diffstat (limited to 'testing/proftpd')
-rw-r--r--testing/proftpd/APKBUILD2
-rw-r--r--testing/proftpd/proftpd.initd1
2 files changed, 1 insertions, 2 deletions
diff --git a/testing/proftpd/APKBUILD b/testing/proftpd/APKBUILD
index 84cadd12fe..d8eac8cc54 100644
--- a/testing/proftpd/APKBUILD
+++ b/testing/proftpd/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Elizabeth Jennifer Myers <elizabeth@sporksirc.net>
pkgname=proftpd
pkgver=1.3.3d
-pkgrel=1
+pkgrel=2
pkgdesc="Highly configurable GPL-licensed FTP server software"
url="http://www.proftpd.org/"
arch="all"
diff --git a/testing/proftpd/proftpd.initd b/testing/proftpd/proftpd.initd
index 0af6a9f91a..c20a2543a1 100644
--- a/testing/proftpd/proftpd.initd
+++ b/testing/proftpd/proftpd.initd
@@ -14,7 +14,6 @@ start() {
ebegin "Starting ${name}"
start-stop-daemon --start --quiet \
--pidfile /var/run/${name}.pid \
- --chuid ftp:ftp \
--exec ${daemon} -- ${sample_opts}
eend $?
}