it has to do with the libast pathtemp() function
it doesn't honor mktemp(3)-style XXX templates
I'm looking at it right now

On Thu, 4 Mar 2010 15:47:10 +0100 =?KOI8-R?B?z8zYx8Egy9LZ1sHOz9fTy8HR?= wrote:
> On Thu, Mar 4, 2010 at 3:07 PM,  <Casper.Dik at sun.com> wrote:
> >
> >>Can anyone from Sun please tell us why Bug 6932124 is locked? I cannot
> >>look it up via bugs.opensolaris.org
> >
> > I just filed it; I'm not sure why it would locked.
> >
> > This bug is this:
> >
> > $ mktemp log.2010-03-04.XXXXXX
> > log_2sie.t0f

> mktemp tries to fit its name into a 8.3 DOS naming.

> Glenn, is it feasible to call pathconf(NAME_MAX) and enable the 8.3
> naming only if the file system does not support long file names?

> > Which is not correct.
> >
> > The Solaris mktemp binary returns:
> >
> > log.2010-03-04.liaalG
> >
> > which is what I expected.

> OK.

> Olga
> -- 
>       ,   _                                    _   ,
>      { \/`o;====-    Olga Kryzhanovska   -====;o`\/ }
> .----'-/`-/     olga.kryzhanovska at gmail.com   \-`\-'----.
>  `'-..-| /     Solaris/BSD//C/C++ programmer   \ |-..-'`
>       /\/\                                     /\/\
>       `--`                                      `--`

Reply via email to