diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-12-11 12:10:38 +0800 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-12-11 12:10:38 +0800 |
commit | c1e99c88eaa99319b694b59564e1520854fc6088 (patch) | |
tree | a1f5ace43b9f85f9b1d7f783647688c306891cc6 /shells/Makefile | |
parent | 21c3d713d2988ac1c54baa5213bd78657648c49c (diff) | |
download | freebsd-ports-gnome-c1e99c88eaa99319b694b59564e1520854fc6088.tar.gz freebsd-ports-gnome-c1e99c88eaa99319b694b59564e1520854fc6088.tar.zst freebsd-ports-gnome-c1e99c88eaa99319b694b59564e1520854fc6088.zip |
Add shells/anongitssh: Restricted shell for git-upload-pack over SSH
Note: The default setting is for git.FreeBSD.org only and needs to be
overridden and rebuilt for being useful in other setups.
Support of config file and other improvements will be available in
the upcoming updates.
Discussed with: hrs
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/Makefile b/shells/Makefile index c3612fe0c48e..363e82ec762e 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -5,6 +5,7 @@ SUBDIR += 44bsd-csh SUBDIR += ammonite + SUBDIR += anongitssh SUBDIR += antibody SUBDIR += ast-ksh SUBDIR += bash |