aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-01-03 04:38:33 +0800
committercrees <crees@FreeBSD.org>2012-01-03 04:38:33 +0800
commit81ea15789bbefdbc5b2261e629aeb324e8d18d9a (patch)
tree9cca374b4d2d611f04e4b1a81d14b7b3b095070d
parentfc3f0087cd6802b749d166646af70eb87d7c794c (diff)
downloadfreebsd-ports-gnome-81ea15789bbefdbc5b2261e629aeb324e8d18d9a.tar.gz
freebsd-ports-gnome-81ea15789bbefdbc5b2261e629aeb324e8d18d9a.tar.zst
freebsd-ports-gnome-81ea15789bbefdbc5b2261e629aeb324e8d18d9a.zip
Add reload function to rc script
PR: ports/163786 Submitted by: Carl Lindberg <lindberg+freebsdbugs@clindberg.org>
-rw-r--r--mail/mailscanner/Makefile1
-rw-r--r--mail/mailscanner/files/mailscanner.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile
index e657db76a05d..e35b3b597edb 100644
--- a/mail/mailscanner/Makefile
+++ b/mail/mailscanner/Makefile
@@ -7,6 +7,7 @@
PORTNAME= MailScanner
PORTVERSION= 4.83.5
+PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.mailscanner.info/files/4/tar/
DISTNAME= ${PORTNAME}-install-${PORTVERSION}-${PATCHLEVEL}
diff --git a/mail/mailscanner/files/mailscanner.in b/mail/mailscanner/files/mailscanner.in
index 5ff9dc4b83e6..c6d821f6f3b8 100644
--- a/mail/mailscanner/files/mailscanner.in
+++ b/mail/mailscanner/files/mailscanner.in
@@ -28,6 +28,7 @@ command="%%PREFIX%%/sbin/mailscanner"
pidfile=${mailscanner_pidfile}
command_args="${mailscanner_configfile}"
procname="MailScanner"
+extra_commands=reload
required_files="${mailscanner_configfile}"