aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorElizabeth Jennifer Myers <elizabeth@sporksirc.net>2011-02-04 04:07:10 +0000
committerJeff Bilyk <jbilyk@gmail.com>2011-02-07 20:17:48 +0000
commit301f1df25d531a98adfe97f1ac5e45542b84b542 (patch)
tree14b4b13f3981c62b15374507c4b0f8ad28db5682 /testing
parentaa62fb982883346078f1211c4cbb4d647431d845 (diff)
downloadaports-301f1df25d531a98adfe97f1ac5e45542b84b542.tar.bz2
aports-301f1df25d531a98adfe97f1ac5e45542b84b542.tar.xz
testing/proftpd: Let the package drop privilege itself.
Diffstat (limited to 'testing')
-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 $?
}