vsftpd comes with a sample config file that can serve as a starting
point for customization and enables a basic functionality.
[Peter: drop /usr/share/empty creation]
Signed-off-by: Stephan Hoffmann <sho@relinux.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
test -f $(TARGET_DIR)/etc/init.d/S70vsftpd || \
$(INSTALL) -D -m 755 package/vsftpd/vsftpd-init \
$(TARGET_DIR)/etc/init.d/S70vsftpd
+ test -f $(TARGET_DIR)/etc/vsftpd.conf || \
+ $(INSTALL) -D -m 644 $(@D)/vsftpd.conf \
+ $(TARGET_DIR)/etc/vsftpd.conf
endef
define VSFTPD_UNINSTALL_TARGET_CMDS