Bug#218893: Proposal: debian/rules.version file [Fix for the build-arch problem]

2003-11-11 Thread Branden Robinson
On Mon, Nov 10, 2003 at 11:26:24AM -0600, Adam Heath wrote: > On Mon, 10 Nov 2003, Branden Robinson wrote: > > > Uh, what if I want to put the following at the very top of my > > debian/control file? > > > > # $Id$ > > > > I was given to understand that dpkg 1.10.15 or so would be just fine > > wi

Re: Init.d script, preventing start of one service

2003-11-11 Thread Sylvain LE GALL
Hello, On Tue, Nov 11, 2003 at 02:17:03PM -0200, Henrique de Moraes Holschuh wrote: > On Tue, 11 Nov 2003, Sylvain LE GALL wrote: > > In one of the package i maitain i have a config script which begin by > > asking if the service attached to this package need to be run. I use a > > variable ( stor

Re: Init.d script, preventing start of one service

2003-11-11 Thread Andreas Metzler
I am redirecting to debian-mentors, imho the more appropriate list. On Tue, Nov 11, 2003 at 04:27:03PM +0100, Sylvain LE GALL wrote: > In one of the package i maitain i have a config script which begin by > asking if the service attached to this package need to be run. I use a > variable ( stored

Re: Init.d script, preventing start of one service

2003-11-11 Thread Henrique de Moraes Holschuh
On Tue, 11 Nov 2003, Sylvain LE GALL wrote: > In one of the package i maitain i have a config script which begin by > asking if the service attached to this package need to be run. I use a > variable ( stored in /etc/default/mldonkey -- LAUNCH_AT_STARTUP="yes" ) > to determine if i need to run the

Re: Init.d script, preventing start of one service

2003-11-11 Thread Colin Watson
On Tue, Nov 11, 2003 at 04:27:03PM +0100, Sylvain LE GALL wrote: > ps : i know ssh use a file to launch or not sshd, is it a good solution > ? No, I don't think it is a good solution. I'm planning to split the ssh package into openssh-client and openssh-server at some point, which will get rid of

Init.d script, preventing start of one service

2003-11-11 Thread Sylvain LE GALL
Hello, In one of the package i maitain i have a config script which begin by asking if the service attached to this package need to be run. I use a variable ( stored in /etc/default/mldonkey -- LAUNCH_AT_STARTUP="yes" ) to determine if i need to run the service or not. If the variable is set to y