]> git.draconx.ca Git - rarpd-dx.git/commit
Import rarpd from iputils-20211215
authorNick Bowler <nbowler@draconx.ca>
Thu, 27 Jul 2023 02:15:30 +0000 (22:15 -0400)
committerNick Bowler <nbowler@draconx.ca>
Thu, 27 Jul 2023 02:15:30 +0000 (22:15 -0400)
commit75c08e079aaf8bc8aed01b23ea2b50766ff3251b
treebe35f8741b21013c4df00ac3f4edd0746af64e09
Import rarpd from iputils-20211215

Well, with rarpd removed from iputils, let's extract it to a standalone
package.  This is just the bare minimum to start, all source files are
unmodified from the iputils-20211215 release, and a brand-new skeleton
build system is implemented to compile the software and documentation.
13 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
README.md [new file with mode: 0644]
configure.ac [new file with mode: 0644]
doc/.gitignore [new file with mode: 0644]
doc/custom-man.xsl [new file with mode: 0644]
doc/rarpd.xml [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
src/iputils_common.c [new file with mode: 0644]
src/iputils_common.h [new file with mode: 0644]
src/rarpd.c [new file with mode: 0644]