aboutsummaryrefslogtreecommitdiffstats
path: root/testing/proftpd
diff options
context:
space:
mode:
authorElizabeth Jennifer Myers <elizabeth@sporksirc.net>2011-02-04 00:03:56 +0000
committerElizabeth Jennifer Myers <elizabeth@sporksirc.net>2011-02-04 00:03:56 +0000
commitd8a593a95c35aa4423c3394b4631480d365c5255 (patch)
treeee596849c458c2344dad74697553d50b53d14e31 /testing/proftpd
parent160da6a882c5caec058652b39d2f5e6e5110f451 (diff)
downloadaports-d8a593a95c35aa4423c3394b4631480d365c5255.tar.bz2
aports-d8a593a95c35aa4423c3394b4631480d365c5255.tar.xz
testing/proftpd: Add default user stuff. I fail.
Diffstat (limited to 'testing/proftpd')
-rw-r--r--testing/proftpd/proftpd.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/proftpd/proftpd.initd b/testing/proftpd/proftpd.initd
index 30aae779c1..0af6a9f91a 100644
--- a/testing/proftpd/proftpd.initd
+++ b/testing/proftpd/proftpd.initd
@@ -14,7 +14,7 @@ start() {
ebegin "Starting ${name}"
start-stop-daemon --start --quiet \
--pidfile /var/run/${name}.pid \
- --chuid ${sample_user}:${sample_group} \
+ --chuid ftp:ftp \
--exec ${daemon} -- ${sample_opts}
eend $?
}