NetBSD-Docs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
symlinks for pcnfsd and talkd executables
(Bcc'd this to netbsd-docs too.)
We have manual pages for pcnfsd and talkd. They have alternative names
too, but these are the first and official names for the manual pages.
Is the following okay to commit?
Index: distrib/sets/lists/base/mi
===================================================================
RCS file: /cvsroot/src/distrib/sets/lists/base/mi,v
retrieving revision 1.774
diff -u -r1.774 mi
--- distrib/sets/lists/base/mi 21 Sep 2008 12:10:33 -0000 1.774
+++ distrib/sets/lists/base/mi 25 Sep 2008 21:48:22 -0000
@@ -1245,6 +1245,7 @@
./usr/libexec/spamlogd base-obsolete obsolete
./usr/libexec/spellprog base-util-bin
./usr/libexec/ssh-keysign base-secsh-bin crypto
+./usr/libexec/talkd base-netutil-bin
./usr/libexec/telnetd base-netutil-bin
./usr/libexec/tftp-proxy base-pf-bin pf
./usr/libexec/tftpd base-netutil-bin
@@ -1443,6 +1444,7 @@
./usr/sbin/pac base-sysutil-bin
./usr/sbin/paxctl base-sysutil-bin
./usr/sbin/pcictl base-sysutil-bin
+./usr/sbin/pcnfsd base-nfsserver-bin
./usr/sbin/pfspamdb base-obsolete obsolete
./usr/sbin/pim6dd base-obsolete obsolete
./usr/sbin/pim6sd base-obsolete obsolete
Index: libexec/talkd/Makefile
===================================================================
RCS file: /cvsroot/src/libexec/talkd/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- libexec/talkd/Makefile 24 Mar 2004 21:20:26 -0000 1.12
+++ libexec/talkd/Makefile 25 Sep 2008 21:48:22 -0000
@@ -5,6 +5,7 @@
PROG= ntalkd
SRCS= talkd.c announce.c process.c table.c print.c utmpentry.c
+LINKS= ${BINDIR}/ntalkd ${BINDIR}/talkd
MAN= talkd.8
MLINKS+=talkd.8 ntalkd.8
DPADD+=${LIBUTIL}
Index: usr.sbin/rpc.pcnfsd/Makefile
===================================================================
RCS file: /cvsroot/src/usr.sbin/rpc.pcnfsd/Makefile,v
retrieving revision 1.18
diff -u -r1.18 Makefile
--- usr.sbin/rpc.pcnfsd/Makefile 29 Aug 2008 00:02:25 -0000 1.18
+++ usr.sbin/rpc.pcnfsd/Makefile 25 Sep 2008 21:48:22 -0000
@@ -3,6 +3,7 @@
.include <bsd.own.mk>
PROG= rpc.pcnfsd
+LINKS= ${BINDIR}/rpc.pcnfsd ${BINDIR}/pcnfsd
MAN= pcnfsd.8
MLINKS= pcnfsd.8 rpc.pcnfsd.8
CPPFLAGS += -DUSER_CACHE -DWTMP -I. -DSUPPORT_UTMP -DSUPPORT_UTMPX
If links aren't desired for either of these, please let me know if I can
remove the manual page link and second (unused) name reference from manual
page.
Thanks
Jeremy C. Reed
p.s. I didn't test the tools.
Home |
Main Index |
Thread Index |
Old Index