On 01-09-2014 16:50, Bruce Dubbs wrote: > [email protected] wrote: >> Author: fernando >> Date: Mon Sep 1 12:34:36 2014 >> New Revision: 14163 >> >> Log: >> Fix starting runlevel of lxdm bootscript. >> >> Modified: >> trunk/bootscripts/ChangeLog >> trunk/bootscripts/Makefile >> trunk/bootscripts/blfs/init.d/lxdm >> > >> Modified: trunk/bootscripts/Makefile >> ============================================================================== >> >> --- trunk/bootscripts/Makefile Mon Sep 1 11:26:44 2014 (r14162) >> +++ trunk/bootscripts/Makefile Mon Sep 1 12:34:36 2014 (r14163) >> @@ -277,9 +277,9 @@ >> ln -sf ../init.d/lxdm ${EXTDIR}/rc.d/rc0.d/K05lxdm >> ln -sf ../init.d/lxdm ${EXTDIR}/rc.d/rc1.d/K05lxdm >> ln -sf ../init.d/lxdm ${EXTDIR}/rc.d/rc2.d/K05lxdm >> - ln -sf ../init.d/lxdm ${EXTDIR}/rc.d/rc3.d/K05lxdm >> + ln -sf ../init.d/lxdm ${EXTDIR}/rc.d/rc3.d/S95lxdm >> ln -sf ../init.d/lxdm ${EXTDIR}/rc.d/rc4.d/K05lxdm >> - ln -sf ../init.d/lxdm ${EXTDIR}/rc.d/rc5.d/S95lxdm >> + ln -sf ../init.d/lxdm ${EXTDIR}/rc.d/rc5.d/K05lxdm >> ln -sf ../init.d/lxdm ${EXTDIR}/rc.d/rc6.d/K05lxdm > > I think you had it right the first time. The standard definition of run > level 3 is without a gui. > > http://en.wikipedia.org/wiki/Runlevel#Linux_Standard_Base_specification > > -- Bruce
I agree, and I made it long ago, based on gdm bootscript, which fortunately we still keep. Was testing all the time just using /etc/rc.d/init.d/lxdm start stop status restart, and forgot to reboot. When remembered to test rebooting, after the commit, didn't start. Only if in runlevel 3. No idea why. That is the reason for the so immediate modification. -- []s, Fernando -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
