mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/proftpd: add ftpasswd
- Copies over ftpasswd if perl is enabled Signed-off-by: Paresh Chaudhary <paresh.chaudhary@rockwellcollins.com> Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
863e0fc3bf
commit
4aaf61c4c1
@ -93,12 +93,16 @@ define PROFTPD_INSTALL_FTPQUOTA
|
|||||||
$(INSTALL) -D -m 0755 $(@D)/contrib/ftpquota $(TARGET_DIR)/usr/sbin/ftpquota
|
$(INSTALL) -D -m 0755 $(@D)/contrib/ftpquota $(TARGET_DIR)/usr/sbin/ftpquota
|
||||||
endef
|
endef
|
||||||
endif
|
endif
|
||||||
|
define PROFTPD_INSTALL_FTPASSWD
|
||||||
|
$(INSTALL) -D -m 0755 $(@D)/contrib/ftpasswd $(TARGET_DIR)/usr/sbin/ftpasswd
|
||||||
|
endef
|
||||||
endif
|
endif
|
||||||
|
|
||||||
define PROFTPD_INSTALL_TARGET_CMDS
|
define PROFTPD_INSTALL_TARGET_CMDS
|
||||||
$(INSTALL) -D -m 0755 $(@D)/proftpd $(TARGET_DIR)/usr/sbin/proftpd
|
$(INSTALL) -D -m 0755 $(@D)/proftpd $(TARGET_DIR)/usr/sbin/proftpd
|
||||||
$(INSTALL) -m 0644 -D $(@D)/sample-configurations/basic.conf $(TARGET_DIR)/etc/proftpd.conf
|
$(INSTALL) -m 0644 -D $(@D)/sample-configurations/basic.conf $(TARGET_DIR)/etc/proftpd.conf
|
||||||
$(PROFTPD_INSTALL_FTPQUOTA)
|
$(PROFTPD_INSTALL_FTPQUOTA)
|
||||||
|
$(PROFTPD_INSTALL_FTPASSWD)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define PROFTPD_USERS
|
define PROFTPD_USERS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user