From 3a2b8524dac921901a4b7dfd03d3c5b599901392 Mon Sep 17 00:00:00 2001 From: Elizabeth Jennifer Myers Date: Fri, 4 Feb 2011 04:07:10 +0000 Subject: testing/proftpd: Let the package drop privilege itself. --- testing/proftpd/APKBUILD | 2 +- testing/proftpd/proftpd.initd | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'testing/proftpd') diff --git a/testing/proftpd/APKBUILD b/testing/proftpd/APKBUILD index 84cadd12f..d8eac8cc5 100644 --- a/testing/proftpd/APKBUILD +++ b/testing/proftpd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Elizabeth Jennifer Myers 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 0af6a9f91..c20a2543a 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 $? } -- cgit v1.2.3