Introduction
Introduction Statistics Contact Development Disclaimer Help
OpenBSD.rc.d: change shebang for 7.1 release - geomyidae - A small C-based goph…
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri…
Log
Files
Refs
Tags
README
LICENSE
---
commit dec83c0fa1190b0db87303a5ae66e43803db3c25
parent 0a5496d8d23ab258c7c761cb1584b8ae396328b5
Author: Anders Damsgaard <[email protected]>
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 <[email protected]>
Diffstat:
M 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
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/ksh
#
# $OpenBSD: geomyidae,v 1.7 2017/06/30 22:06:09 anonymous Exp $
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.