./wip/netkit-base, The inetd super server and ping for Linux

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.17nb1, Package name: netkit-base-0.17nb1, Maintainer: reed

The netkit-base package contains inetd and ping for Linux.

inetd is the internet "super-server". inetd listens for network
connections and transfers to the appropriate daemon.

Note that this version of inetd is not built with internal libwrap
(TCP Wrappers) support. The separate tcpd software can be used;
tcpd is available in the security/tcp_wrappers package.

ping is the standard network testing program. ping sends ICMP
ECHO_REQUEST packets to a host and determines its response time.

This package also includes assorted, sample network config files,
such hosts.allow, inetd.conf, resolv.conf, services, and many
others.

This is the version maintained by David A. Holland. It is derived
from old BSD code.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 55.149 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-03 20:15:31 by Aleksej Saushev | Files touched by this commit (61)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222)
Log message:
Remove obsolete @dirrm lines.
   2006-03-14 02:27:57 by Johnny C. Lam | Files touched by this commit (82)
Log message:
Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
   2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79)
Log message:
Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
   2005-05-24 12:31:13 by Roland Illig | Files touched by this commit (1)
Log message:
Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake.
   2005-05-02 22:34:01 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.
 
This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.
 
This was discussed on tech-pkg in late January and late April.

Not all of these packages have been tested.
 
Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
   2004-01-25 03:32:55 by grant beattie | Files touched by this commit (1)
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
   2003-12-18 04:03:50 by Jeremy C. Reed | Files touched by this commit (5)
Log message:
Get rid of dynamic DESCR.
Add rc.d script for inetd.
Add example inetd.conf.
Add new patch and improve patch-aa so it will not hardcode paths.
Regenerate distinfo.
Add note to TODO.
Fix install and PLIST for examples to go into examples directory.
USE PKGBASE instead of netkit-base in Makefile and in PLIST.