add Added Files:
[hdw-repos/packages.git] / demian / proftpd / proftpd
diff --git a/demian/proftpd/proftpd b/demian/proftpd/proftpd
new file mode 100755 (executable)
index 0000000..036aecd
--- /dev/null
@@ -0,0 +1,13 @@
+# HDW Linux proftpd
+#
+# [M] Jonathan J. Vargas demian@hackdaworld.dyndns.org
+# [I] A good FTP server.
+# [V] 1.2.6
+# [S] 4 5
+# [D] proftpd-1.2.6.tar.bz2 ftp://ftp.proftpd.org/distrib/source/
+
+confopt="--prefix=$prefix"
+post_install()
+{
+    cp sample-configurations/anonymous.conf /etc/opt/proftpd.conf # ?
+}