git_chroot

Create chroot for git-daemon(1)
Log | Files | Refs | README | LICENSE

commit 4dfa4bd2b62794678c04a920d07148e4ee69f533
parent 05cf8539c6793c373d97c5f2cad1a25d4dc573f5
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Sat, 30 Apr 2022 01:25:13 +0000

gitdaemon chroot 7.1

Diffstat:
Mgitdaemon_chroot.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitdaemon_chroot.sh b/gitdaemon_chroot.sh @@ -6,7 +6,7 @@ set -eu # -# Tested on OpenBSD 7.0. +# Tested on OpenBSD 7.1. # if test $(id -u) -ne 0; then