Re: [gentoo-user] How should I kill a daemon from an ebuild file?

2007-07-27 Thread Jules Colding
On Fri, 2007-07-27 at 08:45 -0500, Albert Hopkins wrote: > On Fri, 2007-07-27 at 14:54 +0200, Jules Colding wrote: > > Hi, > > > > I have an ebuild (see below) for a small keyring daemon. I would like > > to > > kill the daemon process, if it is running, whenever it is emerged > > again > > to ens

Re: [gentoo-user] How should I kill a daemon from an ebuild file?

2007-07-27 Thread Albert Hopkins
On Fri, 2007-07-27 at 14:54 +0200, Jules Colding wrote: > Hi, > > I have an ebuild (see below) for a small keyring daemon. I would like > to > kill the daemon process, if it is running, whenever it is emerged > again > to ensure that no running daemon process refers to an old install. > > Is ther

[gentoo-user] How should I kill a daemon from an ebuild file?

2007-07-27 Thread Jules Colding
Hi, I have an ebuild (see below) for a small keyring daemon. I would like to kill the daemon process, if it is running, whenever it is emerged again to ensure that no running daemon process refers to an old install. Is there a clean and recommended way of doing this in an ebuild or should I just