mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
sysutils/mail-backup: rename previous
This commit is contained in:
parent
83c250f548
commit
886524fd5e
6 changed files with 9 additions and 7 deletions
|
|
@ -78,6 +78,7 @@ security/tor -- The Onion Router
|
|||
sysutils/api-backup -- Provide the functionality to download the config.xml
|
||||
sysutils/boot-delay -- Apply a persistent 10 second boot delay
|
||||
sysutils/lcdproc-sdeclcd -- LCDProc for SDEC LCD devices
|
||||
sysutils/mail-backup -- Send configuration file backup by e-mail
|
||||
sysutils/node_exporter -- Prometheus exporter for machine metrics
|
||||
sysutils/nut -- Network UPS Tools
|
||||
sysutils/smart -- SMART tools
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
PLUGIN_NAME= email-config-backup
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_COMMENT= Send global configuration file backup by email
|
||||
PLUGIN_DEPENDS= gnupg phpmailer
|
||||
PLUGIN_MAINTAINER= machadovilaca@gmail.com
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
8
sysutils/mail-backup/Makefile
Normal file
8
sysutils/mail-backup/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
PLUGIN_NAME= mail-backup
|
||||
PLUGIN_VERSION= 0.1
|
||||
PLUGIN_COMMENT= Send configuration file backup by e-mail
|
||||
PLUGIN_DEPENDS= gnupg phpmailer
|
||||
PLUGIN_MAINTAINER= machadovilaca@gmail.com
|
||||
PLUGIN_DEVEL= yes
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
Loading…
Reference in a new issue