postfix: use new extra_command function definition
authorFlorian Eckert <fe@dev.tdt.de>
Wed, 28 Oct 2020 14:54:06 +0000 (15:54 +0100)
committerFlorian Eckert <fe@dev.tdt.de>
Wed, 4 Nov 2020 07:50:34 +0000 (08:50 +0100)
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
mail/postfix/Makefile
mail/postfix/files/postfix.init

index 8aad4f9ee82db62ba7604d3184e4a3c649917596..744ce331d4b68e926e34b2f46fdcc4aecf30ad94 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=postfix
 PKG_VERSION:=3.5.7
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:= \
index 27b79aae3edec2c940bd1c0520e4b9e5682020f6..161c37187377777edc2cf81ff8edcf0be8748804 100644 (file)
@@ -3,12 +3,11 @@
 
 START=72
 STOP=50
-EXTRA_COMMANDS="status abort flush postinst"
-EXTRA_HELP="   status  Display the service status
-       abort   Stop the service abruptly. Running processes are signaled to stop immediately
-       flush   Force delivery: attempt to deliver every message in the deferred mail queue
-       postinst Force running a script that checks for users, group, configuration, permissions, etc"
 
+extra_command "status" "Display the service status"
+extra_command "abort" "Stop the service abruptly. Running processes are signaled to stop immediately"
+extra_command "flush" "Force delivery: attempt to deliver every message in the deferred mail queue"
+extra_command "postinst" "Force running a script that checks for users, group, configuration, permissions, etc"
 
 postinst() {
        if [ -z "$(postconf -nh myhostname)" ]; then