Make use of rcexec in rc_start.

ok landry@ (maintainer)
This commit is contained in:
ajacoutot 2011-03-20 09:19:25 +00:00
parent e14a2ba6d3
commit ba856ab83e
4 changed files with 8 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2011/03/17 16:49:27 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.7 2011/03/20 09:19:25 ajacoutot Exp $
COMMENT = mail server storing messages in a database
DISTNAME = archiveopteryx-3.1.3
REVISION = 2
REVISION = 3
CATEGORIES = mail databases
HOMEPAGE = http://www.archiveopteryx.org/

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: aox.rc,v 1.3 2011/03/17 16:49:27 ajacoutot Exp $
# $OpenBSD: aox.rc,v 1.4 2011/03/20 09:19:25 ajacoutot Exp $
daemon="${TRUEPREFIX}/bin/aox"
@ -10,7 +10,7 @@ pexp="${TRUEPREFIX}/sbin/archiveopteryx -f"
rc_reload=NO
rc_start() {
${daemon} start
${rcexec} "${daemon} start"
}
rc_stop() {

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2011/03/15 12:27:15 alek Exp $
# $OpenBSD: Makefile,v 1.13 2011/03/20 09:19:25 ajacoutot Exp $
COMMENT = mailing list manager with web interface
VERSION = 6.1.3
DISTNAME = sympa-${VERSION}
REVISION = 1
REVISION = 2
CATEGORIES = mail www

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $OpenBSD: sympa.rc,v 1.3 2011/03/09 18:51:48 ajacoutot Exp $
# $OpenBSD: sympa.rc,v 1.4 2011/03/20 09:19:25 ajacoutot Exp $
daemon="${TRUEPREFIX}/sbin/sympa"
@ -9,7 +9,7 @@ daemon="${TRUEPREFIX}/sbin/sympa"
rc_reload=NO
rc_start() {
${daemon} start
${rcexec} "${daemon} start"
}
rc_stop() {