diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-08-28 11:37:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-08-28 11:37:24 +0000 |
commit | 9d08500d85a4ee57c13629d56864e2354fccd757 (patch) | |
tree | 8ca907f0fab5ecd8873bbd2c47923b140f6915eb /net/Makefile | |
parent | 12842306b708968e1422afd2af30bcae0a60df06 (diff) | |
download | ports-9d08500d85a4ee57c13629d56864e2354fccd757.tar.gz ports-9d08500d85a4ee57c13629d56864e2354fccd757.zip |
NFS-Ganesha is an NFSv3,v4,v4.1 fileserver that runs in user mode.
It also supports the 9p.2000L protocol.
This port contains the kernel modules which implement required syscalls.
WWW: https://github.com/gandi/nfs-ganesha-kmod
PR: 230777
Submitted by: fatih@gandi.net
Sponsored by: Gandi.net
Notes
Notes:
svn path=/head/; revision=478301
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 3d82dbba3b39..b068397465db 100644 --- a/net/Makefile +++ b/net/Makefile @@ -519,6 +519,7 @@ SUBDIR += nettest SUBDIR += netwib SUBDIR += neubot + SUBDIR += nfs-ganesha-kmod SUBDIR += nfsshell SUBDIR += ng_mikrotik_eoip SUBDIR += ngrep |