X-Git-Url: https://hackdaworld.org/gitweb/?p=hdw-repos%2Fpackages.git;a=blobdiff_plain;f=demian%2Fproftpd%2Fproftpd;fp=demian%2Fproftpd%2Fproftpd;h=036aecd2f23e78b4a8a8554039abde9d3ce24c96;hp=0000000000000000000000000000000000000000;hb=f0cf5d9bdce8c606167c114b5ba06792a200b957;hpb=19e8a11f5a1789f804a1b0cb43b1d0c34bf5916c diff --git a/demian/proftpd/proftpd b/demian/proftpd/proftpd new file mode 100755 index 0000000..036aecd --- /dev/null +++ b/demian/proftpd/proftpd @@ -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 # ? +}