[SCM] proftpd-mod-case branch, master, updated. upstream/0.4-9-ge05db3b

Mahyuddin Susanto udienz at ubuntu.com
Sat Apr 16 06:10:43 UTC 2011


The following commit has been merged in the master branch:
commit e05db3b156b5c9b90ebce1834d1d65136a7f9d1a
Author: Mahyuddin Susanto <udienz at ubuntu.com>
Date:   Sat Apr 16 13:04:54 2011 +0700

    Adding template configurations and add related stuff to installing it

diff --git a/debian/proftpd-mod-case.dirs b/debian/proftpd-mod-case.dirs
index 669898d..f0e8d4e 100644
--- a/debian/proftpd-mod-case.dirs
+++ b/debian/proftpd-mod-case.dirs
@@ -1 +1,2 @@
 usr/lib/proftpd
+usr/share/proftpd/templates
diff --git a/debian/proftpd-mod-case.install b/debian/proftpd-mod-case.install
new file mode 100644
index 0000000..5001567
--- /dev/null
+++ b/debian/proftpd-mod-case.install
@@ -0,0 +1 @@
+debian/templates/case.conf usr/share/doc/proftpd-mod-case/
diff --git a/debian/proftpd-mod-case.links b/debian/proftpd-mod-case.links
new file mode 100644
index 0000000..be0660f
--- /dev/null
+++ b/debian/proftpd-mod-case.links
@@ -0,0 +1 @@
+usr/share/doc/proftpd-mod-case/case.conf usr/share/proftpd/templates/case.conf
diff --git a/debian/templates/case.conf b/debian/templates/case.conf
new file mode 100644
index 0000000..ce624e2
--- /dev/null
+++ b/debian/templates/case.conf
@@ -0,0 +1,28 @@
+#
+# Proftpd sample configuration for dnsbl.
+# please uncomment configurations to activate
+#
+<IfModule mod_dnsbl.c>
+## Syntax: CaseEngine on|off
+## Default: off
+
+#CaseEngine on
+
+## Syntax: CaseIgnore on|off|cmd-list
+## Default: off
+
+## Enable case-insensitivity for all FTP commands handled by mod_case
+#CaseIgnore on
+
+## Enable case-insensitivity only for downloads
+#CaseIgnore RETR
+
+## Enable case-insensitivity for uploads and downloads
+CaseIgnore APPE,RETR,STOR
+
+## Syntax: CaseLog path|"none"
+## Default: None
+
+#CaseLog /var/log/proftpd/mod-case.log
+
+

-- 
ProFTPD module fot mod_case



More information about the Pkg-proftpd-maintainers mailing list