1
0
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:
Chris Rees 2012-01-02 20:38:33 +00:00
parent b5cfa28280
commit 10c2150c77
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288435
2 changed files with 2 additions and 0 deletions

View File

@ -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}

View File

@ -28,6 +28,7 @@ command="%%PREFIX%%/sbin/mailscanner"
pidfile=${mailscanner_pidfile}
command_args="${mailscanner_configfile}"
procname="MailScanner"
extra_commands=reload
required_files="${mailscanner_configfile}"