PREFIX -> TRUEPREFIX; bump REVISION; ok aja@ sthen@
This commit is contained in:
parent
2ce9cae689
commit
3dc482cae2
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.47 2011/05/02 21:19:13 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.48 2011/05/19 20:01:27 gsoares Exp $
|
||||
|
||||
COMMENT-main= active monitoring tool
|
||||
|
||||
V= 2.83
|
||||
REVISION= 0
|
||||
DISTNAME= symon-${V}
|
||||
WRKDIST= ${WRKDIR}/symon
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: symon.rc,v 1.1 2011/03/02 07:13:13 ajacoutot Exp $
|
||||
# $OpenBSD: symon.rc,v 1.2 2011/05/19 20:01:27 gsoares Exp $
|
||||
|
||||
daemon="${PREFIX}/libexec/symon"
|
||||
daemon="${TRUEPREFIX}/libexec/symon"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: symux.rc,v 1.1 2011/03/02 07:13:13 ajacoutot Exp $
|
||||
# $OpenBSD: symux.rc,v 1.2 2011/05/19 20:01:27 gsoares Exp $
|
||||
|
||||
daemon="${PREFIX}/libexec/symux"
|
||||
daemon="${TRUEPREFIX}/libexec/symux"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user