[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issues for Solaris 2.5.1 and 2.99.45



On Tue, 18 Mar 1997 22:40:03 +0200 mea said:
> > > 
> > > 	- Router HUP    -- You must HUP the GROUP, not single ("top parent")
> > > 			   process that forked off some siblings to do paral-
> > > 			   lelized routing
> > 
> > How is this done? Sorry for such a stupid question.
> 
>     I am tempted to say: "man 2 kill", but...
> 
> 	routerpid=`head -1 $POSTOFFICE/.pid.router`
> 	kill -HUP -$routerpid
> 
>     That is, the listed  .pid.router  is the pid of the process-group leader.
> 

Well, I guess I did not make myself clear... I did this and it only the group
leader began logging to the new file.

And thanks for the quick replies... much appreciated.

/mrg