diff options
| author | Ben Fox-Moore | 2014-01-15 15:36:17 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-11 20:58:00 -0800 |
| commit | c1c66293820611d5fc7c721eb331165e619177ab (patch) | |
| tree | de618b36bb871b43ebf824642c987d5463163276 | |
| parent | e27620a51569f14dcedeb152e37ba1f70f7660aa (diff) | |
| download | homebrew-c1c66293820611d5fc7c721eb331165e619177ab.tar.bz2 | |
Install example config file
Closes #25921.
Closes #24536.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/vsftpd.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/vsftpd.rb b/Library/Formula/vsftpd.rb index d101f31ee..5c61985ee 100644 --- a/Library/Formula/vsftpd.rb +++ b/Library/Formula/vsftpd.rb @@ -22,6 +22,7 @@ class Vsftpd < Formula # make install has all the paths hardcoded; this is easier: sbin.install "vsftpd" + etc.install "vsftpd.conf" man5.install "vsftpd.conf.5" man8.install "vsftpd.8" end |
