Skip to content

Commit

Permalink
help the script match running processes
Browse files Browse the repository at this point in the history
ok ajacoutot giovanni (MAINTAINER)
  • Loading branch information
William Yodlowsky committed Sep 14, 2011
1 parent e96476f commit 63bec70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion mail/amavisd-new/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.23 2011/07/20 14:46:20 giovanni Exp $
# $OpenBSD: Makefile,v 1.24 2011/09/14 01:59:25 william Exp $

COMMENT= interface between mailer MTA and content checkers

DISTNAME= amavisd-new-2.7.0
REVISION= 0
CATEGORIES= mail security

HOMEPAGE= http://www.amavis.org/
Expand Down
4 changes: 2 additions & 2 deletions mail/amavisd-new/pkg/amavisd.rc
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/bin/sh
#
# $OpenBSD: amavisd.rc,v 1.5 2011/03/17 16:49:27 ajacoutot Exp $
# $OpenBSD: amavisd.rc,v 1.6 2011/09/14 01:59:25 william Exp $

daemon="${TRUEPREFIX}/sbin/amavisd"

. /etc/rc.d/rc.subr

pexp="perl: amavisd"
pexp="perl: ${daemon}"

rc_stop() {
${daemon} stop
Expand Down

0 comments on commit 63bec70

Please sign in to comment.