]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- fix for building knfd from non-root accout.
authorkloczek <kloczek@pld-linux.org>
Fri, 8 Oct 1999 23:49:41 +0000 (23:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    knfsd-non_root_build.patch -> 1.1

knfsd-non_root_build.patch [new file with mode: 0644]

diff --git a/knfsd-non_root_build.patch b/knfsd-non_root_build.patch
new file mode 100644 (file)
index 0000000..4683b22
--- /dev/null
@@ -0,0 +1,10 @@
+diff -Nru knfsd-1.5.2/Makefile knfsd-1.5.2.new/Makefile
+--- knfsd-1.5.2/Makefile       Fri Sep 24 01:19:49 1999
++++ knfsd-1.5.2.new/Makefile   Fri Oct  8 22:42:57 1999
+@@ -20,6 +20,3 @@
+ #     touch $(STATEDIR)/xtab; chmod 644 $(STATEDIR)/xtab
+       touch $(STATEDIR)/etab; chmod 644 $(STATEDIR)/etab
+ #     touch $(STATEDIR)/rmtab; chmod 644 $(STATEDIR)/rmtab
+-      if [ ! -c $(install_prefix)$(NETLINK) ]; then \
+-        mknod -m 0600 $(install_prefix)$(NETLINK) c $(NETLINK_MAJOR) $(NETLINK_MINOR); \
+-      fi
This page took 0.024872 seconds and 4 git commands to generate.