tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[CODE] inetd FINAL



Here is the final code with all implemented:

http://downloads.kergis.com/misc/inetd.tar.gz

The new version:

$ ls -l ./inetd
-rwxr-xr-x  1 alceste  wheel  76136 Jul  3 19:55 ./inetd

$ size ./inetd
   text	   data	    bss	    dec	    hex	filename
  56307	   3008	  11016	  70331	  112bb	./inetd

vs:

$ ls -l /usr/sbin/inetd
-r-xr-xr-x  1 root  wheel  70752 Jun  4 13:24 /usr/sbin/inetd

$ size /usr/sbin/inetd
   text	   data	    bss	    dec	    hex	filename
  52508	   2040	   6088	  60636	   ecdc	/usr/sbin/inetd


I thank Mouse for having corrected a previous version of the man page,
but since I have reworked it in the mean time, don't blame him for
errors or else that can have been introduced since.

I will have to make a ChangeLog to explain what is not working in the
current implementation in NetBSD tree; the modifications I have made
and the additions. But for the present state, all should be explained
in the man page.

You can start playing with it.
-- 
        Thierry Laronde <tlaronde +AT+ polynum +dot+ com>
                     http://www.kergis.com/
                    http://kertex.kergis.com/
Key fingerprint = 0FF7 E906 FBAF FE95 FD89  250D 52B1 AE95 6006 F40C


Home | Main Index | Thread Index | Old Index