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]
|
[Unit]
|
||||||
Description=RPC Pipe File System
|
Description=NFS Daemon filesystem
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
[Mount]
|
[Mount]
|
||||||
What=sunrpc
|
What=sunrpc
|
||||||
Where=/proc/fs/nfsd
|
Where=/proc/fs/nfsd
|
||||||
Type=rpc_pipefs
|
Type=nfsd
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
# Template file for 'nfs-utils-server'.
|
# Template file for 'nfs-utils-server'.
|
||||||
#
|
#
|
||||||
short_desc="Network File System utilities -- Server"
|
short_desc="Network File System utilities -- Server utilities"
|
||||||
long_desc="
|
|
||||||
This package contains utilities to administer the Linux kernel
|
|
||||||
implementation of NFS (Network File System) servers."
|
|
||||||
|
|
||||||
depends="rpcbind"
|
depends="rpcbind"
|
||||||
replaces="nfs-utils<1.2.6_2"
|
replaces="nfs-utils<1.2.6_2"
|
||||||
|
|
|
@ -1,25 +1,23 @@
|
||||||
# Template file for 'nfs-utils'
|
# Template file for 'nfs-utils'
|
||||||
pkgname=nfs-utils
|
pkgname=nfs-utils
|
||||||
version=1.2.7
|
version=1.2.7
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-statduser=nobody --enable-gss --enable-nfsv4
|
configure_args="--with-statduser=nobody --enable-gss --enable-nfsv4
|
||||||
--with-statedir=/var/lib/nfs --enable-libmount-mount
|
--with-statedir=/var/lib/nfs --enable-libmount-mount
|
||||||
--without-tcp-wrappers --enable-ipv6 --sbindir=/usr/sbin"
|
--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"
|
short_desc="Network File System client utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://nfs.sourceforge.net"
|
homepage="http://nfs.sourceforge.net"
|
||||||
distfiles="${KERNEL_SITE}/utils/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/${pkgname}/${version}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=d78768a0819c5eeed5e5abb6c4c9048962e9f8b9ef45451ea4db6aee38720121
|
checksum=d78768a0819c5eeed5e5abb6c4c9048962e9f8b9ef45451ea4db6aee38720121
|
||||||
long_desc="
|
|
||||||
The $pkgname package provides client utilities for the linux kernel
|
depends="rpcbind"
|
||||||
implementation of NFS - Network File System."
|
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"
|
conf_files="/etc/idmapd.conf"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue