On Sun,26.Apr.09, 17:58:43, Alex Samad wrote:
> On Sun, Apr 26, 2009 at 10:10:02AM +0300, Andrei Popescu wrote:
> > On Sat,25.Apr.09, 07:59:23, Stephen Liu wrote:
> > 
> > > Sorry I'm not working on Debian replying your posting.  I can't check
> > > the above steps for you which I dig out from my database.  HTH
> > 
> > Will definitely not work in the Debian default configuration, as 
> > runlevels 2 to 5 are identical. I prefer the sysv-rc-conf solution and 
> 
> sorry where do you get this from ?
> 
> on my machine
> 
>  ls -l  /etc/rc2.d/ /etc/rc3.d/ | grep gdm
> lrwxrwxrwx 1 root root  13 2008-05-07 19:48 K30gdm -> ../init.d/gdm
> lrwxrwxrwx 1 root root  13 2008-05-07 19:48 S30gdm -> ../init.d/gdm

$ for i in 2 3 4 5 ; do ls -l /etc/rc$i.d/* | sed -e "s:^.*rc$i\.d/::" > 
runlevel$i.list; done
$ for i in 3 4 5 ; do diff -u runlevel2.list runlevel$i.list ; done
$

Pretty identical to me ;) and also

$ grep Default /etc/init.d/gdm
# Default-Start:     2 3 4 5
# Default-Stop:      0 1 6

Looks like you changed your default config.

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)

Attachment: signature.asc
Description: Digital signature

Reply via email to