# xinetd/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.37 minutes) - 2021 L.A. dedi box: 6x2 CPU 32GB RAM 00.01 hours (or 000.43 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] build = default kill = killany -qw /sbin/xinetd ldbefore = -ltirpc -lc license = See "license*.txt" in installed tree licfile = COPYRIGHT setpaths = libtirpc tmpsize = 3M #--------------------------------------------------------------------- [depends] actools gawk grep sed #--------------------------------------------------------------------- [configure] ETCDIR=$PKGDIR_PROD/etc MANBASE=$PKGDIR_PROD/man mkdir -p $ETCDIR $MANBASE # Courtesy of BLFS: sed -e "s/exec_server/child_process/" -i xinetd/builtins.c sed -e "/register unsigned count/s/register//" -i xinetd/itox.c bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE \ --sysconfdir=$ETCDIR \ --with-loadavg #--------------------------------------------------------------------- [postbuild] ETCDIR=$PKGDIR_PROD/etc ETCSUBDIR=$ETCDIR/xinetd.d mkdir -p $ETCSUBDIR cp -p $PKGDIR_SPECIAL/xinetd.conf $ETCDIR/ cp -p $PKGDIR_SPECIAL/xinetd-systat $ETCSUBDIR/ XDIR=/etc/init.d mkdir -p $XDIR cp -p $PKGDIR_SPECIAL/init.d-xinetd $XDIR/xinetd chmod 755 $XDIR/xinetd instreplinks -d $ETCDIR /etc #--------------------------------------------------------------------- [setup.boot] service xinetd restart #--------------------------------------------------------------------- # 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_page = tbd url_home = tbd url_lfs = tbd url_tarball = ftp://anduin.linuxfromscratch.org/BLFS/xinetd/\ xinetd-2.3.15.tar.gz #--------------------------------------------------------------------- [history] 190513 Added package. Started with 2.3.15.