Re: [osol-code] code review request.... mostly Makefiles and packaging... but also dmfe code changes

2007-09-20 Thread Danek Duvall
On Thu, Sep 20, 2007 at 11:31:59PM -0700, UNIX admin wrote: > I can well understand that. Although, you are aware of the fact that, > the more packages set perms explicitly, the higher the chance that one of > those will set them incorrectly? That's just statistics. Or do all your > developers, b

Re: [osol-code] code review request.... mostly Makefiles and packaging... but also dmfe code changes

2007-09-20 Thread UNIX admin
> Please don't. It'll break the packaging consistency > checks. BTW, that reminded me: the organization where I work at, the "experts" wanted to strictly forbid dashes in the package names because their check tools were broken/incorrectly written and couldn't handle something like SUNWgnome-lib

Re: [osol-code] code review request.... mostly Makefiles and packaging... but also dmfe code changes

2007-09-20 Thread UNIX admin
> UNIX admin writes: > > In "new/usr/src/pkgdefs/SUNWdmfe/prototype_com", > I'd set: > > > > d none kernel/drv/amd64 ? ? ? > > ... > > d none kernel/drv/sparcv9 ? ? ? > > For unbundled items (stuff that ships separately from > an OpenSolaris > distribution), that's good advice. > > However, for

Re: [osol-code] rm and cp return non zero value

2007-09-20 Thread Roland Mainz
mspaper wrote: > What can cause the child to receive SIGHUP? Once the > system command fails due to this error, it cannot recover > till the application is restarted Depending on the shell (e.g. I only tried this with ksh93) you may try to use... -- snip -- trap '' SIGHUP -- snip -- ... to let the

Re: [osol-code] code review request.... mostly Makefiles and packaging... but also dmfe code changes

2007-09-20 Thread James Carlson
UNIX admin writes: > In "new/usr/src/pkgdefs/SUNWdmfe/prototype_com", I'd set: > > d none kernel/drv/amd64 ? ? ? > ... > d none kernel/drv/sparcv9 ? ? ? For unbundled items (stuff that ships separately from an OpenSolaris distribution), that's good advice. However, for stuff that's integrated in

Re: [osol-code] rm and cp return non zero value

2007-09-20 Thread James Carlson
mspaper writes: > What can cause the child to receive SIGHUP? A process normally receives SIGHUP when a "modem disconnect" is detected on the controlling tty. See termio(7I). It's possible for other processes to send SIGHUP using the kill(2) system call. You can diagnose what's going on using t

Re: [osol-code] rm and cp return non zero value

2007-09-20 Thread mspaper
Hi What can cause the child to receive SIGHUP? Once the system command fails due to this error, it cannot recover till the application is restarted This message posted from opensolaris.org ___ opensolaris-code mailing list opensolaris-code@opensolari