diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-04-21 10:44:21 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-04-21 10:44:21 +0000 |
commit | c6a2c073ca316183be6d223ef8da17527927e41d (patch) | |
tree | b8a49edd15c55e3d16875b6c58429910bba006fb | |
parent | Use MAKE_ARGS (diff) |
define USE_GETUSERSHELL not GETUSERSHELL - with getusershell() rpc.pcnfsd will
use getusershell() to determine if the usershell is a valid shell or not.
Without USE_GETUSERSHELL defined, rpc.pcnfsd will only check if the usershell
ends in sh - which is bad when you want to enable an /sbin/nologin user to mount
nfs shares.
Bump PORTREVISION
Noticed by: playing with NFS on MS-DOS 6.22 (yihaa)
Notes
Notes:
svn path=/head/; revision=133829
-rw-r--r-- | net/pcnfsd/Makefile | 1 | ||||
-rw-r--r-- | net/pcnfsd/files/patch-aa | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net/pcnfsd/Makefile b/net/pcnfsd/Makefile index 5f7a7310119f..32cd9e12fd90 100644 --- a/net/pcnfsd/Makefile +++ b/net/pcnfsd/Makefile @@ -7,6 +7,7 @@ PORTNAME= pcnfsd PORTVERSION= 93.02.16 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://bcm.tmc.edu/pcnfs/ DISTNAME= pcnfsd.93.02.16 diff --git a/net/pcnfsd/files/patch-aa b/net/pcnfsd/files/patch-aa index 64d8aac3d711..8a5f2e82e7de 100644 --- a/net/pcnfsd/files/patch-aa +++ b/net/pcnfsd/files/patch-aa @@ -40,7 +40,7 @@ #define BSD_STYLE_CANCEL #define BSD_STYLE_STATUS #define BSD_STYLE_MONITOR -! #define GETUSERSHELL +! #define USE_GETUSERSHELL #endif #ifdef OSVER_ULTRIX |