summaryrefslogtreecommitdiffstats
path: root/rules/pureftpd.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/pureftpd.make')
-rw-r--r--rules/pureftpd.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/pureftpd.make b/rules/pureftpd.make
index 8451880b2..b16bf78f0 100644
--- a/rules/pureftpd.make
+++ b/rules/pureftpd.make
@@ -175,12 +175,14 @@ ifdef PTXCONF_PUREFTPD_UPLOADSCRIPT
@$(call install_copy, 0, 0, 0755, $(PUREFTPD_DIR)/src/pure-uploadscript, /usr/sbin/pure-uploadscript, n)
endif
- @$(call install_copy, 0, 0, 0755, $(PUREFTPD_DIR)/configuration-file/pure-ftpd.conf, /etc/pure-ftpd.defaults)
@$(call install_finish)
@$(call touch, $@)
+# FIXME: Define a default configuration
+# @$(call install_copy, 0, 0, 0755, $(PUREFTPD_DIR)/configuration-file/pure-ftpd.conf, /etc/pure-ftpd.defaults)
+
# ----------------------------------------------------------------------------
# Clean
# ----------------------------------------------------------------------------