Re: chkconfig

2002-09-02 Thread Bob Proulx
Nikodim Nikodimov <[EMAIL PROTECTED]> [2002-09-02 15:59:52 +0300]: > I'm wondering witch is the Debian tool...like insserv, chkconfig You are looking for update-rc.d. That is the similar command under Debian. Be sure to read the debian policy manual referenced here which covers this topic. h

Re: chkconfig is to redhat as ___ is to debian?

2002-03-07 Thread Xeno Campanoli
Neil Darlow wrote: > > On 3/7/02, 12:42:05 PM, Arthur H. Johnson II wrote: > > > How is creating the symlinks yourself any less clean than using a > > program to create the symlinks "automatically?" I think this is mostly > > a difference of opinion. > > Simply, that by using update-rc.d no kno

RE: chkconfig is to redhat as ___ is to debian?

2002-03-07 Thread Neil Darlow
On 3/7/02, 12:42:05 PM, Arthur H. Johnson II wrote: > How is creating the symlinks yourself any less clean than using a > program to create the symlinks "automatically?" I think this is mostly > a difference of opinion. Simply, that by using update-rc.d no knowledge of the directory structure of

RE: chkconfig is to redhat as ___ is to debian?

2002-03-07 Thread Arthur H. Johnson II
How is creating the symlinks yourself any less clean than using a program to create the symlinks "automatically?" I think this is mostly a difference of opinion. When I want to add a service, I simply cd to /etc/rc2.d, and run: ln -s ../init.d/service S20service Quite simple really. If I need i

RE: chkconfig is to redhat as ___ is to debian?

2002-03-07 Thread Neil Darlow
On 03/06/2002 at 19:54:28, Arthur H. Johnson II said: > Why dont you just create the symlinks yourself. Its what I do. Because that's dirty. Use Debian's update-rc.d utility instead. Regards, Neil Darlow M.Sc. -- 1024D/531F9048 1999-09-11 Neil Darlow <[EMAIL PROTECTED]> GPG Fingerprint = 359D

Re: chkconfig is to redhat as ___ is to debian?

2002-03-07 Thread Johann Spies
On Wed, Mar 06, 2002 at 05:17:12PM -0500, Michael Marziani wrote: > I've poked around dselect and can't find chkconfig. Is this included in > some larger package of handy admin utils? If no chkconfig, is there a > package that does something similar? Apart from what the other mentioned you can a

Re: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Arthur H. Johnson II
Why dont you just create the symlinks yourself. Its what I do. On Wed, 2002-03-06 at 17:17, Michael Marziani wrote: > I've poked around dselect and can't find chkconfig. Is this included in > some larger package of handy admin utils? If no chkconfig, is there a > package that does something si

RE: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Sean 'Shaleh' Perry
On 06-Mar-2002 Michael Marziani wrote: > I want to: > > > NAME >chkconfig - updates and queries runlevel information for >system services > > DESCRIPTION >chkconfig provides a simple command-line tool for main- >taining the /etc/rc[0-6].d directory hierarch

RE: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Michael Marziani
Wednesday, March 06, 2002 4:35 PM To: Michael Marziani Cc: debian-user@lists.debian.org Subject: Re: chkconfig is to redhat as ___ is to debian? On 06-Mar-2002 Michael Marziani wrote: > I've poked around dselect and can't find chkconfig. Is this included > in some larger package of

Re: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Alan Shutko
Michael Marziani <[EMAIL PROTECTED]> writes: > I've poked around dselect and can't find chkconfig. Is this included in > some larger package of handy admin utils? If no chkconfig, is there a > package that does something similar? update-rc.d is pretty much the equivalent. -- Alan Shutko <[EMA

Re: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Vineet Kumar
* Michael Marziani ([EMAIL PROTECTED]) [020306 14:33]: > I've poked around dselect and can't find chkconfig. Is this included in > some larger package of handy admin utils? If no chkconfig, is there a > package that does something similar? Not really. There's the update-rc.d utility which is use

Re: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Dimitri Maziuk
* Sean 'Shaleh' Perry ([EMAIL PROTECTED]) spake thusly: > > On 06-Mar-2002 Michael Marziani wrote: > > I've poked around dselect and can't find chkconfig. Is this included in > > some larger package of handy admin utils? If no chkconfig, is there a > > package that does something similar? > > >

Re: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Xeno Campanoli
Michael Marziani wrote: > As I was recently told by a posting by Cameron Kerr: ~# update-rc.d usage: update-rc.d [-n] [-f] remove update-rc.d [-n] [-f] defaults [NN | sNN kNN] update-rc.d [-n] [-f] start|stop NN runlvl runlvl . ... -n: not really

Re: chkconfig is to redhat as ___ is to debian?

2002-03-06 Thread Sean 'Shaleh' Perry
On 06-Mar-2002 Michael Marziani wrote: > I've poked around dselect and can't find chkconfig. Is this included in > some larger package of handy admin utils? If no chkconfig, is there a > package that does something similar? > chkconfig is a redhat ism. What are you trying to accomplish?

Re: chkconfig --add equivalent

2002-02-24 Thread Cameron Kerr
On Sat, 23 Feb 2002, Xeno Campanoli wrote: > chkconfig --add fwconfig man update-rc.d Don't forget the `.' Chkconfig is a Redhat (well, Ultrix really, IIRC) thing. Cameron Kerr -- [EMAIL PROTECTED] http://homepages.paradise.net.nz/~cameronk/