From df8b86460ce38e023c00ca3068fc1e692baa39a0 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 9 Jun 2020 09:35:20 +0200 Subject: [PATCH] mail/postfix: add description to restart action (#1881) mail/postfix: add description to restart action, closes #1874 --- mail/postfix/Makefile | 1 + .../src/opnsense/service/conf/actions.d/actions_postfix.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index a86fe025c..4f5fea043 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,5 +1,6 @@ PLUGIN_NAME= postfix PLUGIN_VERSION= 1.14 +PLUGIN_REVISION= 1 PLUGIN_COMMENT= SMTP mail relay PLUGIN_DEPENDS= postfix-sasl PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/mail/postfix/src/opnsense/service/conf/actions.d/actions_postfix.conf b/mail/postfix/src/opnsense/service/conf/actions.d/actions_postfix.conf index 1c5f54ab7..6fcd216fa 100644 --- a/mail/postfix/src/opnsense/service/conf/actions.d/actions_postfix.conf +++ b/mail/postfix/src/opnsense/service/conf/actions.d/actions_postfix.conf @@ -15,6 +15,7 @@ command:/usr/local/opnsense/scripts/OPNsense/Postfix/setup.sh;/usr/local/etc/rc. parameters: type:script message:restarting Postfix +description:Restart Postfix service [status] command:/usr/local/etc/rc.d/postfix status;exit 0