Replace the Perl scripts makewhatis(1), makewhatis.local(8) and catman(1)
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 25 Mar 2004 18:05:49 +0000 (18:05 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Thu, 25 Mar 2004 18:05:49 +0000 (18:05 +0000)
commitae4803a1a6f8db179d9ceec06be3875813203d82
tree8be21c0512fbfb131aa3b2f90aa23aaabe84ba33
parentb136f6b5d45c1630f9658aea1031ca1b2ea9fa52
Replace the Perl scripts makewhatis(1), makewhatis.local(8) and catman(1)
by C programs.

Submitted by: Dheeraj Reddy <dheerajs@comcast.net>
Taken from: FreeBSD

In contrast to FreeBSD, put makewhatis.local under src/libexec and put
makewhatis into src/usr.sbin. Update man pages accordingly.
21 files changed:
gnu/usr.bin/man/Makefile
gnu/usr.bin/man/catman/Makefile [deleted file]
gnu/usr.bin/man/catman/catman.1 [deleted file]
gnu/usr.bin/man/catman/catman.perl [deleted file]
gnu/usr.bin/man/makewhatis/Makefile [deleted file]
gnu/usr.bin/man/makewhatis/makewhatis.1 [deleted file]
gnu/usr.bin/man/makewhatis/makewhatis.perl [deleted file]
libexec/Makefile
libexec/getNAME/getNAME.1
libexec/makewhatis.local/Makefile [new file with mode: 0644]
libexec/makewhatis.local/makewhatis.local.8 [moved from gnu/usr.bin/man/makewhatis/makewhatis.local.8 with 88% similarity]
libexec/makewhatis.local/makewhatis.local.sh [moved from gnu/usr.bin/man/makewhatis/makewhatis.local.sh with 85% similarity]
share/man/man5/rc.conf.5
usr.bin/Makefile
usr.bin/catman/Makefile [new file with mode: 0644]
usr.bin/catman/catman.1 [new file with mode: 0644]
usr.bin/catman/catman.c [new file with mode: 0644]
usr.sbin/Makefile
usr.sbin/makewhatis/Makefile [new file with mode: 0644]
usr.sbin/makewhatis/makewhatis.8 [new file with mode: 0644]
usr.sbin/makewhatis/makewhatis.c [new file with mode: 0644]