Yes id does included id:3:initdefault: root:/# cat /etc/inittab # Begin /etc/inittab id:3:initdefault: si::sysinit:/etc/rc.d/init.d/rc S l0:0:wait:/etc/rc.d/init.d/rc 0 l1:S1:wait:/etc/rc.d/init.d/rc 1 l2:2:wait:/etc/rc.d/init.d/rc 2 l3:3:wait:/etc/rc.d/init.d/rc 3 l4:4:wait:/etc/rc.d/init.d/rc 4 l5:5:wait:/etc/rc.d/init.d/rc 5 l6:6:wait:/etc/rc.d/init.d/rc 6 ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now su:S016:once:/sbin/sulogin 1:2345:respawn:/sbin/agetty 2:2345:respawn:/sbin/agetty 3:2345:respawn:/sbin/agetty 4:2345:respawn:/sbin/agetty 5:2345:respawn:/sbin/agetty 6:2345:respawn:/sbin/agetty --noclear tty1 9600 tty2 9600 tty3 9600 tty4 9600 tty5 9600 tty6 9600 # End /etc/inittab
And also the in /etc/rc.d/rc3.d/ has the network script root:/# ls -l /etc/rc.d/rc3.d/ total 0 lrwxrwxrwx 1 root root 18 Feb 17 10:36 S10sysklogd -> ../init.d/sysklogd lrwxrwxrwx 1 root root 17 Feb 17 10:36 S20network -> ../init.d/network On Thu, Feb 20, 2014 at 10:20 PM, Bruce Dubbs <[email protected]> wrote: > Oshadha Gunawardena wrote: > > @Bruce, I did exactly as you have mentioned and it seems that only the > > scripts are in */etc/rc.d/rcS.d/* will get executed > > > > root:/# ls -l /etc/rc.d/rcS.d/ > > total 0 > > lrwxrwxrwx 1 root root 21 Feb 17 10:36 S00mountvirtfs -> > > ../init.d/mountvirtfs > > lrwxrwxrwx 1 root root 17 Feb 17 10:36 S05modules -> ../init.d/modules > > lrwxrwxrwx 1 root root 18 Feb 17 10:36 S08localnet -> ../init.d/localnet > > lrwxrwxrwx 1 root root 14 Feb 17 10:36 S10udev -> ../init.d/udev > > lrwxrwxrwx 1 root root 14 Feb 17 10:36 S20swap -> ../init.d/swap > > lrwxrwxrwx 1 root root 17 Feb 17 10:36 S30checkfs -> ../init.d/checkfs > > lrwxrwxrwx 1 root root 17 Feb 17 10:36 S40mountfs -> ../init.d/mountfs > > lrwxrwxrwx 1 root root 17 Feb 17 10:36 S45cleanfs -> ../init.d/cleanfs > > lrwxrwxrwx 1 root root 20 Feb 17 10:36 S50udev_retry -> > ../init.d/udev_retry > > lrwxrwxrwx 1 root root 17 Feb 17 10:36 S70console -> ../init.d/console > > lrwxrwxrwx 1 root root 16 Feb 17 10:36 S90sysctl -> ../init.d/sysctl > > > Does /etc/inittab have: > > id:3:initdefault: > > The following is being run: > > si::sysinit:/etc/rc.d/init.d/rc S > > but > > l3:3:wait:/etc/rc.d/init.d/rc 3 > > apparently is not. What are the contents of /etc/rc.d/rc3.d/ ? > > -- Bruce > > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page >
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
