diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2007-08-17 02:31:45 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2007-08-17 02:31:45 +0000 |
commit | eef7cd0f968cc09c7d6d722497dc99cf89a6d688 (patch) | |
tree | dcaacbf116506c47e24594efe4e5d57d5f9cc384 /mail/p5-qpsmtpd | |
parent | 45f7357dc772afc32c0a0b61196f6c1c7724c94f (diff) |
- Fix RC script.
- Bump PORTREVISION.
PR: ports/115424
Submitted by: Zane C. B. <vvelox@vvelox.net> (maintainer)
Approved by: itetcu (mentor)
Notes
Notes:
svn path=/head/; revision=197828
Diffstat (limited to 'mail/p5-qpsmtpd')
-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 03f21f0a10ee..69fd6b7d3006 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 52124aada89a..7ec7533403b6 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" |