nfs-utils: use proper fstype for proc-fs-nfsd.mount.
This commit is contained in:
parent
e9935ca209
commit
4b5d4d9fd7
3 changed files with 10 additions and 15 deletions
|
@ -1,8 +1,8 @@
|
|||
[Unit]
|
||||
Description=RPC Pipe File System
|
||||
Description=NFS Daemon filesystem
|
||||
DefaultDependencies=no
|
||||
|
||||
[Mount]
|
||||
What=sunrpc
|
||||
Where=/proc/fs/nfsd
|
||||
Type=rpc_pipefs
|
||||
Type=nfsd
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
# Template file for 'nfs-utils-server'.
|
||||
#
|
||||
short_desc="Network File System utilities -- Server"
|
||||
long_desc="
|
||||
This package contains utilities to administer the Linux kernel
|
||||
implementation of NFS (Network File System) servers."
|
||||
short_desc="Network File System utilities -- Server utilities"
|
||||
|
||||
depends="rpcbind"
|
||||
replaces="nfs-utils<1.2.6_2"
|
||||
|
|
|
@ -1,25 +1,23 @@
|
|||
# Template file for 'nfs-utils'
|
||||
pkgname=nfs-utils
|
||||
version=1.2.7
|
||||
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
|
||||
--without-tcp-wrappers --enable-ipv6 --sbindir=/usr/sbin"
|
||||
depends="rpcbind"
|
||||
subpackages="$pkgname-server"
|
||||
makedepends="pkg-config libblkid-devel libmount-devel libtirpc-devel
|
||||
librpcsecgss-devel libnfsidmap-devel libevent-devel device-mapper-devel
|
||||
libcap-devel mit-krb5-devel sqlite-devel"
|
||||
short_desc="Network File System client utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://nfs.sourceforge.net"
|
||||
distfiles="${KERNEL_SITE}/utils/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=d78768a0819c5eeed5e5abb6c4c9048962e9f8b9ef45451ea4db6aee38720121
|
||||
long_desc="
|
||||
The $pkgname package provides client utilities for the linux kernel
|
||||
implementation of NFS - Network File System."
|
||||
|
||||
depends="rpcbind"
|
||||
subpackages="$pkgname-server"
|
||||
makedepends="pkg-config libblkid-devel libmount-devel libtirpc-devel
|
||||
librpcsecgss-devel libnfsidmap-devel libevent-devel device-mapper-devel
|
||||
libcap-devel mit-krb5-devel sqlite-devel"
|
||||
|
||||
conf_files="/etc/idmapd.conf"
|
||||
|
||||
|
|
Loading…
Reference in a new issue