tOpenBSD.rc.d: change shebang for 7.1 release - geomyidae - A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae) | |
git clone git://r-36.net/geomyidae | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit dec83c0fa1190b0db87303a5ae66e43803db3c25 | |
parent 0a5496d8d23ab258c7c761cb1584b8ae396328b5 | |
Author: Anders Damsgaard | |
Date: Mon, 25 Apr 2022 09:24:17 +0200 OpenBSD.rc.d: change shebang for 7.1 release OpenBSD rc.d(8) scripts should be ksh(1) scripts, and as of OpenBSD release 7.1, it will produce a warning if the shebang is different. https://man.openbsd.org/rc.d.8 Signed-off-by: Christoph Lohmann <20h@r-36.net> Diffstat: rc.d/OpenBSD.rc.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- | |
diff --git a/rc.d/OpenBSD.rc.d b/rc.d/OpenBSD.rc.d | |
t@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/ksh # # $OpenBSD: geomyidae,v 1.7 2017/06/30 22:06:09 anonymous Exp $ |