mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
vsftpd: install sample config file to /etc
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>
This commit is contained in:
parent
f74dbd0981
commit
a3ea5e8d3d
@ -44,6 +44,9 @@ define VSFTPD_INSTALL_TARGET_CMDS
|
|||||||
test -f $(TARGET_DIR)/etc/init.d/S70vsftpd || \
|
test -f $(TARGET_DIR)/etc/init.d/S70vsftpd || \
|
||||||
$(INSTALL) -D -m 755 package/vsftpd/vsftpd-init \
|
$(INSTALL) -D -m 755 package/vsftpd/vsftpd-init \
|
||||||
$(TARGET_DIR)/etc/init.d/S70vsftpd
|
$(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
|
endef
|
||||||
|
|
||||||
define VSFTPD_UNINSTALL_TARGET_CMDS
|
define VSFTPD_UNINSTALL_TARGET_CMDS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user