mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
Add reload function to rc script
PR: ports/163786 Submitted by: Carl Lindberg <lindberg+freebsdbugs@clindberg.org>
This commit is contained in:
parent
b5cfa28280
commit
10c2150c77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288435
@ -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}
|
||||
|
@ -28,6 +28,7 @@ command="%%PREFIX%%/sbin/mailscanner"
|
||||
pidfile=${mailscanner_pidfile}
|
||||
command_args="${mailscanner_configfile}"
|
||||
procname="MailScanner"
|
||||
extra_commands=reload
|
||||
|
||||
required_files="${mailscanner_configfile}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user