diff options
author | Elizabeth Jennifer Myers <elizabeth@sporksirc.net> | 2011-02-04 04:07:10 +0000 |
---|---|---|
committer | Elizabeth Jennifer Myers <elizabeth@sporksirc.net> | 2011-02-04 04:07:10 +0000 |
commit | 3a2b8524dac921901a4b7dfd03d3c5b599901392 (patch) | |
tree | 0a8b9c51fd7dffb5669dc1e07b6b0144fe6b1a72 /testing/proftpd/proftpd.initd | |
parent | d8a593a95c35aa4423c3394b4631480d365c5255 (diff) | |
download | aports-3a2b8524dac921901a4b7dfd03d3c5b599901392.tar.bz2 aports-3a2b8524dac921901a4b7dfd03d3c5b599901392.tar.xz |
testing/proftpd: Let the package drop privilege itself.
Diffstat (limited to 'testing/proftpd/proftpd.initd')
-rw-r--r-- | testing/proftpd/proftpd.initd | 1 |
1 files changed, 0 insertions, 1 deletions
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 $? } |