mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +02:00
Merge branch 'nfs-utils-update' into core67-merge
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
etc/rc.d/init.d/nfs-server
|
||||
sbin/mount.nfs
|
||||
sbin/mount.nfs4
|
||||
sbin/osd_login
|
||||
sbin/umount.nfs
|
||||
sbin/umount.nfs4
|
||||
#usr/include/nfsidmap.h
|
||||
@@ -20,6 +22,9 @@ usr/lib/libnfsidmap/static.so
|
||||
usr/lib/libnfsidmap/umich_ldap.so
|
||||
#usr/lib/pkgconfig/libnfsidmap.pc
|
||||
usr/sbin/exportfs
|
||||
usr/sbin/mountstats
|
||||
usr/sbin/nfsdcltrack
|
||||
usr/sbin/nfsiostat
|
||||
usr/sbin/nfsstat
|
||||
usr/sbin/rpc.idmapd
|
||||
usr/sbin/rpc.mountd
|
||||
@@ -37,7 +42,10 @@ usr/sbin/start-statd
|
||||
#usr/share/man/man8/idmapd.8
|
||||
#usr/share/man/man8/mount.nfs.8
|
||||
#usr/share/man/man8/mountd.8
|
||||
#usr/share/man/man8/mountstats.8
|
||||
#usr/share/man/man8/nfsd.8
|
||||
#usr/share/man/man8/nfsdcltrack.8
|
||||
#usr/share/man/man8/nfsiostat.8
|
||||
#usr/share/man/man8/nfsstat.8
|
||||
#usr/share/man/man8/rpc.idmapd.8
|
||||
#usr/share/man/man8/rpc.mountd.8
|
||||
@@ -56,5 +64,4 @@ var/lib/nfs/sm
|
||||
#var/lib/nfs/sm.bak
|
||||
var/lib/nfs/state
|
||||
var/lib/nfs/xtab
|
||||
etc/rc.d/init.d/nfs-server
|
||||
var/ipfire/nfs/nfs-server
|
||||
|
||||
11
lfs/nfs
11
lfs/nfs
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.2.2
|
||||
VER = 1.2.7
|
||||
|
||||
THISAPP = nfs-utils-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -32,11 +32,11 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = nfs
|
||||
PAK_VER = 4
|
||||
PAK_VER = 5
|
||||
|
||||
DEPS = "portmap"
|
||||
|
||||
LIBNFSIDMAP = 0.23
|
||||
LIBNFSIDMAP = 0.25
|
||||
|
||||
###############################################################################
|
||||
# Top-level Rules
|
||||
@@ -48,8 +48,8 @@ objects = $(DL_FILE) \
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
libnfsidmap-$(LIBNFSIDMAP).tar.gz = $(DL_FROM)/libnfsidmap-$(LIBNFSIDMAP).tar.gz
|
||||
|
||||
$(DL_FILE)_MD5 = dad92f64db3266c7757f71bb53ee8f35
|
||||
libnfsidmap-$(LIBNFSIDMAP).tar.gz_MD5 = 28f3ece648c1dc5d25e8d623d55f8bd6
|
||||
$(DL_FILE)_MD5 = 3b5ca797197765dc0c3a4122720c7716
|
||||
libnfsidmap-$(LIBNFSIDMAP).tar.gz_MD5 = 2ac4893c92716add1a1447ae01df77ab
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -93,6 +93,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
--sysconfdir=/etc \
|
||||
--disable-gss \
|
||||
--disable-tirpc \
|
||||
--disable-nfsv41 \
|
||||
--without-tcp-wrappers
|
||||
|
||||
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||
|
||||
Reference in New Issue
Block a user