From 557eb8521ab2257cb54fe7143b46677a85712532 Mon Sep 17 00:00:00 2001 From: kloczek Date: Wed, 8 Nov 2000 00:52:22 +0000 Subject: [PATCH] - use ross include instead symlinks between man pages. Changed files: bootparamd-install_man_fix.patch -> 1.1 --- bootparamd-install_man_fix.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bootparamd-install_man_fix.patch diff --git a/bootparamd-install_man_fix.patch b/bootparamd-install_man_fix.patch new file mode 100644 index 0000000..a823a06 --- /dev/null +++ b/bootparamd-install_man_fix.patch @@ -0,0 +1,12 @@ +diff -Nru netkit-bootparamd-0.17/rpc.bootparamd/Makefile netkit-bootparamd-0.17.new/rpc.bootparamd/Makefile +--- netkit-bootparamd-0.17/rpc.bootparamd/Makefile Sun Dec 12 19:04:59 1999 ++++ netkit-bootparamd-0.17.new/rpc.bootparamd/Makefile Wed Nov 8 01:43:42 2000 +@@ -27,7 +27,7 @@ + install -s -m $(BINMODE) callbootd $(INSTALLROOT)$(BINDIR)/callbootd + install -m $(MANMODE) bootparamd.8 \ + $(INSTALLROOT)$(MANDIR)/man8/rpc.bootparamd.8 +- ln -sf rpc.bootparamd.8 $(INSTALLROOT)$(MANDIR)/man8/bootparamd.8 ++ echo ".so rpc.bootparamd.8" > $(INSTALLROOT)$(MANDIR)/man8/bootparamd.8 + + clean: + rm -f *.o bootparamd callbootd -- 2.44.0