nfs-utils: update to 1.2.4, new dependency opt/keyutils
This commit is contained in:
parent
1a935a1029
commit
c300919096
@ -1,5 +1,6 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
-rw-r--r-- root/root etc/exports
|
||||
drwxr-xr-x root/root etc/exports.d/
|
||||
-rw-r--r-- root/root etc/idmapd.conf
|
||||
drwxr-xr-x root/root etc/rc.d/
|
||||
-rwxr-xr-x root/root etc/rc.d/nfs
|
||||
@ -23,6 +24,7 @@ drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/mountd.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/mountstats.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/nfsd.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/nfsidmap.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/nfsiostat.8.gz
|
||||
-rw-r--r-- root/root usr/man/man8/nfsstat.8.gz
|
||||
lrwxrwxrwx root/root usr/man/man8/rpc.idmapd.8.gz -> idmapd.8.gz
|
||||
@ -38,6 +40,7 @@ lrwxrwxrwx root/root usr/man/man8/rpc.statd.8.gz -> statd.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/exportfs
|
||||
-rwxr-xr-x root/root usr/sbin/mountstats
|
||||
-rwxr-xr-x root/root usr/sbin/nfsidmap
|
||||
-rwxr-xr-x root/root usr/sbin/nfsiostat
|
||||
-rwxr-xr-x root/root usr/sbin/nfsstat
|
||||
-rwxr-xr-x root/root usr/sbin/rpc.idmapd
|
||||
|
@ -1,5 +1,5 @@
|
||||
c5ccf58f5f9f57aba75c8b72219eb6e6 exports
|
||||
167ea3a16eb6f33b3642e920147bb265 idmapd.conf
|
||||
b5ce905faebc7f12e50f04d8a9574fe3 nfs
|
||||
1131dc5f27c4f3905a6e7ee0d594fd4d nfs-utils-1.2.3.tar.bz2
|
||||
938dc0574f3eb9891a8ed4746f806277 nfs-utils-1.2.4.tar.bz2
|
||||
071bb2c4e2104599f0bba55a8ce35f37 nfsserver
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Description: NFS utilities
|
||||
# URL: http://nfs.sourceforge.net/
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Depends on: util-linux-ng tcp_wrappers libcap rpcbind libnfsidmap libevent
|
||||
# Depends on: util-linux-ng tcp_wrappers libcap rpcbind libnfsidmap libevent keyutils
|
||||
|
||||
name=nfs-utils
|
||||
version=1.2.3
|
||||
version=1.2.4
|
||||
release=1
|
||||
source=(http://downloads.sourceforge.net/project/nfs/$name/$version/$name-$version.tar.bz2 \
|
||||
exports idmapd.conf nfs nfsserver)
|
||||
@ -27,4 +27,5 @@ build () {
|
||||
install -D -m 644 $SRC/idmapd.conf $PKG/etc/idmapd.conf
|
||||
|
||||
install -d $PKG/var/lib/nfs/{rpc_pipefs,v4recovery}
|
||||
install -d $PKG/etc/exports.d
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user