summaryrefslogtreecommitdiff
path: root/homebrew/vsftpd/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/vsftpd/.make.sh-auto')
-rw-r--r--homebrew/vsftpd/.make.sh-auto9
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/vsftpd/.make.sh-auto b/homebrew/vsftpd/.make.sh-auto
new file mode 100644
index 000000000..aa4186d1b
--- /dev/null
+++ b/homebrew/vsftpd/.make.sh-auto
@@ -0,0 +1,9 @@
+pkg:setup
+inreplace "defs.h", "/etc/vsftpd.conf", "#{etc}/vsftpd.conf"
+inreplace "tunables.c", "/etc", etc
+inreplace "tunables.c", "/var", var
+make
+sbin.install "vsftpd"
+etc.install "vsftpd.conf"
+man5.install "vsftpd.conf.5"
+man8.install "vsftpd.8"