Make use of rcexec in rc_start.
ok landry@ (maintainer)
This commit is contained in:
parent
e14a2ba6d3
commit
ba856ab83e
@ -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/
|
||||
|
@ -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() {
|
||||
|
@ -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
|
||||
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user