# bsidentd/cfg - "Build" settings for package # Revision: 100328 #--------------------------------------------------------------------- [technotes] # 1. "bsidentd" is a "dummy" IDENTD server that returns random re- # sponses to IDENTD queries. #--------------------------------------------------------------------- # 2. Presently, the source tarball that's used for this package is # very old (it dates back to 2003). However, as of mid-2007, it was # the latest known official version. #--------------------------------------------------------------------- # 3. If you'd like to use this package, three manual installation # steps are required: # (a) Enable TCP port 113 at the firewall level # (b) Verify that "inetd" is installed and enabled # (c) Add the following entry to "/etc/inetd.conf": # auth stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/bsidentd #--------------------------------------------------------------------- [buildtimes] 00.00 hours (or 000.02 minutes) - Dell Inspiron 6400 2.0 GHz Intel Duo 7200 2GB RAM 00.00 hours (or 000.02 minutes) - HP EliteBook 8560w 32GB RAM 00.00 hours (or 000.03 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.00 hours (or 000.07 minutes) - Compaq 1.7 GHz Intel Pentium 4 512MB RAM #--------------------------------------------------------------------- [settings] configure = none depends = none exepack = yes license = GNU General Public License, version 2 (June 1991) patches = required tmpsize = 1M #--------------------------------------------------------------------- [build] MANDIR=$PKGDIR_PROD/man/man8 SBINDIR=$PKGDIR_PROD/sbin mkdir -p $MANDIR $SBINDIR \ make && \ chown nobody.nogroup bsidentd chmod u+s bsidentd chmod g+s bsidentd \ cp -p bsidentd $SBINDIR/ cp -p bsidentd.8 $MANDIR/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = n/a url_home = http://www.haxxed.com/code/ url_lfs = n/a url_tarball = http://www.haxxed.com/code/bsidentd-1.0.tar.bz2