]> git.pld-linux.org Git - packages/bootparamd.git/blob - bootparamd-install_man_fix.patch
- check if portmapper is running
[packages/bootparamd.git] / bootparamd-install_man_fix.patch
1 diff -Nru netkit-bootparamd-0.17/rpc.bootparamd/Makefile netkit-bootparamd-0.17.new/rpc.bootparamd/Makefile
2 --- netkit-bootparamd-0.17/rpc.bootparamd/Makefile      Sun Dec 12 19:04:59 1999
3 +++ netkit-bootparamd-0.17.new/rpc.bootparamd/Makefile  Wed Nov  8 01:43:42 2000
4 @@ -27,7 +27,7 @@
5         install -s -m $(BINMODE) callbootd $(INSTALLROOT)$(BINDIR)/callbootd
6         install -m $(MANMODE) bootparamd.8 \
7                 $(INSTALLROOT)$(MANDIR)/man8/rpc.bootparamd.8
8 -       ln -sf rpc.bootparamd.8 $(INSTALLROOT)$(MANDIR)/man8/bootparamd.8
9 +       echo ".so rpc.bootparamd.8" > $(INSTALLROOT)$(MANDIR)/man8/bootparamd.8
10  
11  clean:
12         rm -f *.o bootparamd callbootd 
This page took 0.051243 seconds and 3 git commands to generate.