minidentd
Software
www.skarnet.org
Like any other piece of software (and information generally), minidentd comes with NO WARRANTY.
minidentd is available under the terms of the ISC license, see the included package/COPYING file.
Depending on the way you compile and link minidentd:
minidentd follows the slashpackage convention.
mkdir -p /package
chmod 1755 /package
cd /package
tar -zxpvf minidentd-0.16.tar.gz
# if you do not have GNU tar, check with your gunzip and tar manual pages.
rm minidentd-0.16.tar.gz
cd net/minidentd-0.16
make
sudo make install
The compilation and installation processes are detailed
here.
make clean