diff options
author | araujo <araujo@FreeBSD.org> | 2007-08-17 10:31:45 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2007-08-17 10:31:45 +0800 |
commit | 7a08bebae77560f74dba3c559fd0ea4594f10120 (patch) | |
tree | b9a992d9ed8fab51887348349eff7dca7b7c2819 /mail | |
parent | 94fdecfc97dc3b680417bb2ca72000e269ce008c (diff) | |
download | freebsd-ports-graphics-7a08bebae77560f74dba3c559fd0ea4594f10120.tar.gz freebsd-ports-graphics-7a08bebae77560f74dba3c559fd0ea4594f10120.tar.zst freebsd-ports-graphics-7a08bebae77560f74dba3c559fd0ea4594f10120.zip |
- Fix RC script.
- Bump PORTREVISION.
PR: ports/115424
Submitted by: Zane C. B. <vvelox@vvelox.net> (maintainer)
Approved by: itetcu (mentor)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-qpsmtpd/Makefile | 2 | ||||
-rw-r--r-- | mail/p5-qpsmtpd/files/qpsmtpd.sh.in | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-qpsmtpd/Makefile b/mail/p5-qpsmtpd/Makefile index 03f21f0a10e..69fd6b7d300 100644 --- a/mail/p5-qpsmtpd/Makefile +++ b/mail/p5-qpsmtpd/Makefile @@ -7,7 +7,7 @@ PORTNAME= qpsmtpd PORTVERSION= 0.40 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://smtpd.develooper.com/files/ PKGNAMEPREFIX= p5- diff --git a/mail/p5-qpsmtpd/files/qpsmtpd.sh.in b/mail/p5-qpsmtpd/files/qpsmtpd.sh.in index 52124aada89..7ec7533403b 100644 --- a/mail/p5-qpsmtpd/files/qpsmtpd.sh.in +++ b/mail/p5-qpsmtpd/files/qpsmtpd.sh.in @@ -16,6 +16,7 @@ name="qpsmtpd" rcvar=`set_rcvar` +load_rc_config $name command="%%PREFIX%%/bin/qpsmtpd-forkserver" pidfile="/var/run/qpsmtpd/qpsmtpd.pid" |