[packages]: update nfs-kernel-server to 1.2.7

Signed-off-by: Peter Wagner <tripolar@gmx.at>



git-svn-id: svn://svn.openwrt.org/openwrt/packages@35422 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar
2013-02-01 15:45:10 +00:00
parent b942511811
commit 3b0dc85d9e
3 changed files with 3 additions and 13 deletions

View File

@ -45,5 +45,5 @@
}
+#endif
qword_printuint(f, uid);
qword_printuint(f, time(0) + DEFAULT_TTL);
qword_printtimefrom(f, DEFAULT_TTL);
if (rv >= 0) {

View File

@ -1,10 +0,0 @@
--- a/utils/osd_login/Makefile.in
+++ b/utils/osd_login/Makefile.in
@@ -426,6 +426,7 @@ uninstall-am:
all-local: $(OSD_LOGIN_FILES)
install-data-hook:
+ mkdir -p $(DESTDIR)/sbin
$(INSTALL) --mode 755 osd_login $(DESTDIR)/sbin/osd_login
# Tell versions [3.59,3.63) of GNU make to not export all variables.