Revert r317240. I didn't realize there were defined constants for
uid/gid values in sys/conf.h. I will do another commit using those.
This commit is contained in:
@@ -63,8 +63,8 @@ int nfsrv_useacl = 1;
|
||||
struct nfssockreq nfsrv_nfsuserdsock;
|
||||
int nfsrv_nfsuserd = 0;
|
||||
struct nfsreqhead nfsd_reqq;
|
||||
uid_t nfsrv_defaultuid = 65534;
|
||||
gid_t nfsrv_defaultgid = 65533;
|
||||
uid_t nfsrv_defaultuid;
|
||||
gid_t nfsrv_defaultgid;
|
||||
int nfsrv_lease = NFSRV_LEASE;
|
||||
int ncl_mbuf_mlen = MLEN;
|
||||
int nfsd_enable_stringtouid = 0;
|
||||
|
||||
Reference in New Issue
Block a user