The rc.subr system takes benefits of korn shell features; so explicitely

call /bin/ksh like it is done in the template.
This commit is contained in:
ajacoutot 2021-11-09 07:39:08 +00:00
parent 0cfc9291ca
commit 62ee2e171b
10 changed files with 20 additions and 16 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.6 2021/05/20 03:57:32 rsadowski Exp $
# $OpenBSD: Makefile,v 1.7 2021/11/09 07:39:08 ajacoutot Exp $
COMMENT = client for the I2P anonymous network
GH_ACCOUNT = PurpleI2P
GH_PROJECT = i2pd
GH_TAGNAME = 2.38.0
REVISION = 0
CATEGORIES = net
HOMEPAGE = https://i2pd.website

View File

@ -1,6 +1,6 @@
#!/bin/sh
#!/bin/ksh
#
# $OpenBSD: i2pd.rc,v 1.2 2021/01/27 18:38:29 solene Exp $
# $OpenBSD: i2pd.rc,v 1.3 2021/11/09 07:39:08 ajacoutot Exp $
daemon="${TRUEPREFIX}/bin/i2pd --daemon"
daemon_user="_i2pd"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2021/02/09 15:14:23 tracey Exp $
# $OpenBSD: Makefile,v 1.9 2021/11/09 07:39:08 ajacoutot Exp $
COMMENT = things proxy daemon for OpenBSD
CATEGORIES = net
@ -6,6 +6,7 @@ CATEGORIES = net
GH_ACCOUNT = basepr1me
GH_PROJECT = thingsd
GH_TAGNAME = 4.0.2
REVISION = 0
MAINTAINER = Tracey Emery <tracey@traceyemery.net>

View File

@ -1,6 +1,6 @@
#!/bin/sh
#!/bin/ksh
#
# $OpenBSD: thingsd.rc,v 1.1.1.1 2019/06/15 21:42:26 kmos Exp $
# $OpenBSD: thingsd.rc,v 1.2 2021/11/09 07:39:08 ajacoutot Exp $
daemon="${TRUEPREFIX}/sbin/thingsd"

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.2 2019/07/12 20:49:53 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2021/11/09 07:39:08 ajacoutot Exp $
COMMENT = log monitoring program to watch and report on log files
VERSION = 0.17
PKGNAME = tenshi-${VERSION}
DISTNAME = tenshi-{}${VERSION}
REVISION = 0
WRKDIST = ${WRKDIR}/${PKGNAME}

View File

@ -1,6 +1,6 @@
#!/bin/sh
#!/bin/ksh
#
# $OpenBSD: tenshi.rc,v 1.1.1.1 2018/11/12 00:06:02 bluhm Exp $
# $OpenBSD: tenshi.rc,v 1.2 2021/11/09 07:39:08 ajacoutot Exp $
daemon="${TRUEPREFIX}/sbin/tenshi"

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.27 2020/12/10 15:42:35 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.28 2021/11/09 07:39:08 ajacoutot Exp $
COMMENT= hotplugd(8) automounter (Toad Opens All Devices)
GH_ACCOUNT= ajacoutot
GH_PROJECT= toad
GH_TAGNAME= v1.13
REVISION= 0
CATEGORIES= sysutils

View File

@ -1,6 +1,6 @@
#!/bin/sh
#!/bin/ksh
#
# $OpenBSD: toadd.rc,v 1.3 2019/01/23 03:48:59 ajacoutot Exp $
# $OpenBSD: toadd.rc,v 1.4 2021/11/09 07:39:08 ajacoutot Exp $
daemon="${TRUEPREFIX}/libexec/toadd"

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2021/11/02 00:02:52 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2021/11/09 07:39:08 ajacoutot Exp $
COMMENT= all-in-one management software
@ -10,7 +10,7 @@ DISTNAME= odoo_${V}
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= www
REVISION= 0
REVISION= 1
MAINTAINER= Robert Nagy <robert@openbsd.org>

View File

@ -1,6 +1,6 @@
#!/bin/sh
#!/bin/ksh
#
# $OpenBSD: odoo.rc,v 1.1.1.1 2019/06/15 12:17:58 robert Exp $
# $OpenBSD: odoo.rc,v 1.2 2021/11/09 07:39:08 ajacoutot Exp $
daemon="${TRUEPREFIX}/bin/odoo"
daemon_flags="-c ${SYSCONFDIR}/odoo/odoo.conf"