URI: 
       OpenBSD.rc.d: change shebang for 7.1 release - geomyidae - A small C-based gopherd.
  HTML git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit dec83c0fa1190b0db87303a5ae66e43803db3c25
   DIR parent 0a5496d8d23ab258c7c761cb1584b8ae396328b5
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       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:
         M rc.d/OpenBSD.rc.d                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR 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 $