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

Looking for the mktemp(1) maintainer :)



Hi,

For various reasons, I didn't care for the version that seems
to have its origins in OpenBSD (if I am remembering correctly).
Here is the (generated) man page for what I knocked together.
I like it 'cuz it fills in defaults for you and lets you specify
a suffix to the file name:

  http://Autogen.SourceForge.Net/mktemp.html

The sources are available either as a massivly bloated GNU-ish
distribution tarball, or a somewhat largish tarball that will
bootstrap into bloat.  :-)

  http://sourceforge.net/project/showfiles.php?group_id=3593&release_id=158088

The real sources consist of four files:

  mktemp.c
  opts.def
  system.h
  xmalloc.c

which still add up to 20K uncompressed.  The rest of the src
tarball is used to construct the full-blown distribution.

Cheers, Bruce