minidentd
Software
www.skarnet.org
How to install minidentd
Like any other piece of software (and information generally),
minidentd comes with NO WARRANTY.
Requirements
System
- A Linux system, kernel 2.2 or later.
Build-time
- A standard C development environment. Use of the
diet libc is recommended.
- The skalibs package, version 0.36 or higher
Run-time
- (recommended) The ucspi-tcp
package, version 0.88 or later, or the
ipsvd package, version 0.7.1
or later.
- (recommended) The daemontools
package, version 0.76 or later.
Installation
minidentd follows the
slashpackage convention.
- Create a /package directory:
mkdir -p /package
chmod 1755 /package
cd /package
- Download the latest version of minidentd,
minidentd-0.14.tar.gz,
into /package.
- Unpack the minidentd package:
tar -zxpvf minidentd-0.14.tar.gz
# if you do not have GNU tar, check with your gunzip and tar manual pages.
rm minidentd-0.14.tar.gz
cd net/minidentd-0.14
- If you want to use another compiler and linker than the default,
edit conf-compile/conf-cc and conf-compile/conf-ld as needed.
For instance, you could replace gcc with diet gcc.
- If you want to change the default stripping behaviour of
executables and libraries, edit conf-compile/conf-stripbins
and conf-compile/conf-striplibs as needed.
- Compile and set up minidentd:
package/install
or perform package/compile to compile it, then
look into the command subdirectory and copy the minidentd binary where
you need it.
- You can then delete the compile subdirectory to save disk space.