Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions srcpkgs/nfs-utils/files/nfs-server/run
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ exec 2>&1
# Settings in ./conf should be preferred over /etc/conf.d/nfs-server.conf
[ -r ./conf ] && . ./conf

# If this var is set, there's no need to enable statd and rpcbind services as they pertain to NFSv3
if [ -z "$NFSV4_ONLY" ]; then
sv check statd >/dev/null || exit 1
fi

# Check/mount rpc_pipefs (loads sunrpc kernel module)
if ! mountpoint -q /var/lib/nfs/rpc_pipefs; then
mount -t rpc_pipefs rpc_pipefs /var/lib/nfs/rpc_pipefs -o defaults || exit 1
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/nfs-utils/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'nfs-utils'
pkgname=nfs-utils
version=2.8.4
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-statduser=nobody --enable-gss --enable-nfsv4
--with-statedir=/var/lib/nfs --enable-libmount-mount --enable-svcgss
Expand Down
Loading