aboutsummaryrefslogtreecommitdiff
path: root/pkg/saz-pureftpd-1.0.0/templates/default_config.erb
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/saz-pureftpd-1.0.0/templates/default_config.erb')
-rw-r--r--pkg/saz-pureftpd-1.0.0/templates/default_config.erb26
1 files changed, 0 insertions, 26 deletions
diff --git a/pkg/saz-pureftpd-1.0.0/templates/default_config.erb b/pkg/saz-pureftpd-1.0.0/templates/default_config.erb
deleted file mode 100644
index 49b53eb..0000000
--- a/pkg/saz-pureftpd-1.0.0/templates/default_config.erb
+++ /dev/null
@@ -1,26 +0,0 @@
-# Configuration for pure-ftpd
-# (this file is sourced by /bin/sh, edit accordingly)
-
-# STANDALONE_OR_INETD
-# valid values are "standalone" and "inetd".
-# Any change here overrides the setting in debconf.
-STANDALONE_OR_INETD=standalone
-
-# VIRTUALCHROOT:
-# whether to use binary with virtualchroot support
-# valid values are "true" or "false"
-# Any change here overrides the setting in debconf.
-VIRTUALCHROOT=<%= scope.lookupvar('pureftpd::params::real_virtualchroot') %>
-
-# UPLOADSCRIPT: if this is set and the daemon is run in standalone mode,
-# pure-uploadscript will also be run to spawn the program given below
-# for handling uploads. see /usr/share/doc/pure-ftpd/README.gz or
-# pure-uploadscript(8)
-
-# example: UPLOADSCRIPT=/usr/local/sbin/uploadhandler.pl
-UPLOADSCRIPT=
-
-# if set, pure-uploadscript will spawn $UPLOADSCRIPT running as the
-# given uid and gid
-UPLOADUID=
-UPLOADGID=