From d8a593a95c35aa4423c3394b4631480d365c5255 Mon Sep 17 00:00:00 2001 From: Elizabeth Jennifer Myers Date: Fri, 4 Feb 2011 00:03:56 +0000 Subject: testing/proftpd: Add default user stuff. I fail. --- testing/proftpd/proftpd.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/proftpd') diff --git a/testing/proftpd/proftpd.initd b/testing/proftpd/proftpd.initd index 30aae779c..0af6a9f91 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 $? } -- cgit v1.2.3