On Sun, 16 Aug 2020 18:25:12 +0000 (UTC)
DJ Lucas via blfs-support <blfs-support@lists.linuxfromscratch.org>
wrote:

> On 8/16/2020 7:15 AM, Scott Andrews via blfs-support wrote:
> > On Fri, 14 Aug 2020 12:53:39 -0400 Scott Andrews 
> > <scott.andr...@columbus.rr.com> wrote: I have patched and extended
> > and changed the name of lsbtools: It make lsbtools a functional
> > utility for keeping systemv init scripts in the proper order. I
> > merged the remove_initd and install_initd into a single pythons
> > script and added s "service and display function. I changed the
> > name to chkconfig chkconfig returns: S 0 1 2 3 4 5 6 checkfs S30
> > --- --- --- --- --- --- --- cleanfs S45 --- --- --- --- --- --- ---
> > console S70 --- --- --- --- --- --- --- halt --- S99 --- --- ---
> > --- --- --- localnet S08 S90 --- --- --- --- --- S90 modules S05
> > --- --- --- --- --- --- --- mountfs S40 S70 --- --- --- --- --- S70
> > mountvirtfs S00 --- --- --- --- --- --- --- network --- K80 K80 K80
> > S20 S20 S20 K80 rc --- --- --- --- --- --- --- --- reboot --- ---
> > --- --- --- --- --- S99 sendsignals --- S60 --- --- --- --- --- S60
> > setclock --- --- --- --- --- --- --- --- swap S20 S65 --- --- ---
> > --- --- S65 sysctl S90 --- --- --- --- --- --- --- sysklogd --- K90
> > K90 K90 S10 S10 S10 K90 template --- --- --- --- --- --- --- ---
> > udev S10 --- --- --- --- --- --- --- udev_retry S50 --- --- --- ---
> > --- --- --- chkconfig --add <script> adds a script chkconfig --del
> > <script> removes a script chkconfig --stat <script> returns the
> > status , running stopped etc chkconfig --all returns status of all
> > scripts chkconfig --service [start|stop] script starts or kills a
> > script  
> 
> A quick mockup seems to work as expected on an older bootscripts
> package...
> 
> dj@lfsdt2 [ ~ ]$ /usr/sbin/install_initd -d rngd
> Removing /etc/rc.d/rcS.d/S00mountvirtfs
> Removing /etc/rc.d/rcS.d/S09modules
> Removing /etc/rc.d/rcS.d/S18setclock
> Removing /etc/rc.d/rcS.d/S27localnet
> Removing /etc/rc.d/rcS.d/S36udev
> Removing /etc/rc.d/rcS.d/S45swap
> Removing /etc/rc.d/rcS.d/S54checkfs
> Removing /etc/rc.d/rcS.d/S63mountfs
> Removing /etc/rc.d/rcS.d/S72udev_retry
> Removing /etc/rc.d/rcS.d/S81console
> Removing /etc/rc.d/rcS.d/S90sysctl
> Adding /etc/rc.d/rcS.d/S00mountvirtfs
> Adding /etc/rc.d/rcS.d/S08modules
> Adding /etc/rc.d/rcS.d/S16setclock
> Adding /etc/rc.d/rcS.d/S24localnet
> Adding /etc/rc.d/rcS.d/S32udev
> Adding /etc/rc.d/rcS.d/S40swap
> Adding /etc/rc.d/rcS.d/S48checkfs
> Adding /etc/rc.d/rcS.d/S56mountfs
> Adding /etc/rc.d/rcS.d/S64rngd
> Adding /etc/rc.d/rcS.d/S72udev_retry
> Adding /etc/rc.d/rcS.d/S80console
> Adding /etc/rc.d/rcS.d/S88sysctl
> Removing /etc/rc.d/rc0.d/S00halt
> Adding /etc/rc.d/rc0.d/S00halt
> Removing /etc/rc.d/rc0.d/K00gdm
> Removing /etc/rc.d/rc0.d/K05avahi
> Removing /etc/rc.d/rc0.d/K10fcron
> Removing /etc/rc.d/rc0.d/K15ntpd
> Removing /etc/rc.d/rc0.d/K20netfs
> Removing /etc/rc.d/rc0.d/K25httpd
> Removing /etc/rc.d/rc0.d/K30sshd
> Removing /etc/rc.d/rc0.d/K35php-fpm
> Removing /etc/rc.d/rc0.d/K40networkmanager
> Removing /etc/rc.d/rc0.d/K45network
> Removing /etc/rc.d/rc0.d/K50firewalld
> Removing /etc/rc.d/rc0.d/K55dbus
> Removing /etc/rc.d/rc0.d/K60random
> Removing /etc/rc.d/rc0.d/K65cups
> Removing /etc/rc.d/rc0.d/K70bluetooth
> Removing /etc/rc.d/rc0.d/K75sysklogd
> Removing /etc/rc.d/rc0.d/K80sendsignals
> Removing /etc/rc.d/rc0.d/K85swap
> Removing /etc/rc.d/rc0.d/K90mountfs
> Removing /etc/rc.d/rc0.d/K95localnet
> Adding /etc/rc.d/rc0.d/K00gdm
> Adding /etc/rc.d/rc0.d/K04avahi
> Adding /etc/rc.d/rc0.d/K08fcron
> Adding /etc/rc.d/rc0.d/K12ntpd
> Adding /etc/rc.d/rc0.d/K16netfs
> Adding /etc/rc.d/rc0.d/K20httpd
> Adding /etc/rc.d/rc0.d/K24sshd
> Adding /etc/rc.d/rc0.d/K28php-fpm
> Adding /etc/rc.d/rc0.d/K32networkmanager
> Adding /etc/rc.d/rc0.d/K36network
> Adding /etc/rc.d/rc0.d/K40firewalld
> Adding /etc/rc.d/rc0.d/K44dbus
> Adding /etc/rc.d/rc0.d/K48random
> Adding /etc/rc.d/rc0.d/K52cups
> Adding /etc/rc.d/rc0.d/K56bluetooth
> Adding /etc/rc.d/rc0.d/K60sysklogd
> Adding /etc/rc.d/rc0.d/K64sendsignals
> Adding /etc/rc.d/rc0.d/K68swap
> Adding /etc/rc.d/rc0.d/K72mountfs
> Adding /etc/rc.d/rc0.d/K76localnet
> Adding /etc/rc.d/rc0.d/K80rngd
> Removing /etc/rc.d/rc1.d/K00gdm
> Removing /etc/rc.d/rc1.d/K06fcron
> Removing /etc/rc.d/rc1.d/K12ntpd
> Removing /etc/rc.d/rc1.d/K18netfs
> Removing /etc/rc.d/rc1.d/K24avahi
> Removing /etc/rc.d/rc1.d/K30httpd
> Removing /etc/rc.d/rc1.d/K36sshd
> Removing /etc/rc.d/rc1.d/K42php-fpm
> Removing /etc/rc.d/rc1.d/K48networkmanager
> Removing /etc/rc.d/rc1.d/K54network
> Removing /etc/rc.d/rc1.d/K60firewalld
> Removing /etc/rc.d/rc1.d/K66dbus
> Removing /etc/rc.d/rc1.d/K72random
> Removing /etc/rc.d/rc1.d/K78cups
> Removing /etc/rc.d/rc1.d/K84bluetooth
> Removing /etc/rc.d/rc1.d/K90sysklogd
> Adding /etc/rc.d/rc1.d/K00gdm
> Adding /etc/rc.d/rc1.d/K06fcron
> Adding /etc/rc.d/rc1.d/K12ntpd
> Adding /etc/rc.d/rc1.d/K18netfs
> Adding /etc/rc.d/rc1.d/K24avahi
> Adding /etc/rc.d/rc1.d/K30httpd
> Adding /etc/rc.d/rc1.d/K36sshd
> Adding /etc/rc.d/rc1.d/K42php-fpm
> Adding /etc/rc.d/rc1.d/K48networkmanager
> Adding /etc/rc.d/rc1.d/K54network
> Adding /etc/rc.d/rc1.d/K60firewalld
> Adding /etc/rc.d/rc1.d/K66dbus
> Adding /etc/rc.d/rc1.d/K72random
> Adding /etc/rc.d/rc1.d/K78cups
> Adding /etc/rc.d/rc1.d/K84bluetooth
> Adding /etc/rc.d/rc1.d/K90sysklogd
> Removing /etc/rc.d/rc2.d/S00sysklogd
> Removing /etc/rc.d/rc2.d/S25random
> Removing /etc/rc.d/rc2.d/S50dbus
> Removing /etc/rc.d/rc2.d/S75cups
> Adding /etc/rc.d/rc2.d/S00sysklogd
> Adding /etc/rc.d/rc2.d/S25random
> Adding /etc/rc.d/rc2.d/S50dbus
> Adding /etc/rc.d/rc2.d/S75cups
> Removing /etc/rc.d/rc2.d/K00gdm
> Removing /etc/rc.d/rc2.d/K08fcron
> Removing /etc/rc.d/rc2.d/K16ntpd
> Removing /etc/rc.d/rc2.d/K24netfs
> Removing /etc/rc.d/rc2.d/K32avahi
> Removing /etc/rc.d/rc2.d/K40httpd
> Removing /etc/rc.d/rc2.d/K48sshd
> Removing /etc/rc.d/rc2.d/K56php-fpm
> Removing /etc/rc.d/rc2.d/K64networkmanager
> Removing /etc/rc.d/rc2.d/K72network
> Removing /etc/rc.d/rc2.d/K80firewalld
> Removing /etc/rc.d/rc2.d/K88bluetooth
> Adding /etc/rc.d/rc2.d/K00gdm
> Adding /etc/rc.d/rc2.d/K08fcron
> Adding /etc/rc.d/rc2.d/K16ntpd
> Adding /etc/rc.d/rc2.d/K24netfs
> Adding /etc/rc.d/rc2.d/K32avahi
> Adding /etc/rc.d/rc2.d/K40httpd
> Adding /etc/rc.d/rc2.d/K48sshd
> Adding /etc/rc.d/rc2.d/K56php-fpm
> Adding /etc/rc.d/rc2.d/K64networkmanager
> Adding /etc/rc.d/rc2.d/K72network
> Adding /etc/rc.d/rc2.d/K80firewalld
> Adding /etc/rc.d/rc2.d/K88bluetooth
> Removing /etc/rc.d/rc3.d/S00sysklogd
> Removing /etc/rc.d/rc3.d/S06random
> Removing /etc/rc.d/rc3.d/S12dbus
> Removing /etc/rc.d/rc3.d/S18cups
> Removing /etc/rc.d/rc3.d/S24firewalld
> Removing /etc/rc.d/rc3.d/S30network
> Removing /etc/rc.d/rc3.d/S36networkmanager
> Removing /etc/rc.d/rc3.d/S42sshd
> Removing /etc/rc.d/rc3.d/S48avahi
> Removing /etc/rc.d/rc3.d/S54netfs
> Removing /etc/rc.d/rc3.d/S60fcron
> Removing /etc/rc.d/rc3.d/S66ntpd
> Removing /etc/rc.d/rc3.d/S72bluetooth
> Removing /etc/rc.d/rc3.d/S78php-fpm
> Removing /etc/rc.d/rc3.d/S84httpd
> Adding /etc/rc.d/rc3.d/S00sysklogd
> Adding /etc/rc.d/rc3.d/S06random
> Adding /etc/rc.d/rc3.d/S12dbus
> Adding /etc/rc.d/rc3.d/S18cups
> Adding /etc/rc.d/rc3.d/S24firewalld
> Adding /etc/rc.d/rc3.d/S30network
> Adding /etc/rc.d/rc3.d/S36networkmanager
> Adding /etc/rc.d/rc3.d/S42sshd
> Adding /etc/rc.d/rc3.d/S48avahi
> Adding /etc/rc.d/rc3.d/S54netfs
> Adding /etc/rc.d/rc3.d/S60fcron
> Adding /etc/rc.d/rc3.d/S66ntpd
> Adding /etc/rc.d/rc3.d/S72bluetooth
> Adding /etc/rc.d/rc3.d/S78php-fpm
> Adding /etc/rc.d/rc3.d/S84httpd
> Removing /etc/rc.d/rc3.d/K00gdm
> Adding /etc/rc.d/rc3.d/K00gdm
> Removing /etc/rc.d/rc4.d/S00sysklogd
> Removing /etc/rc.d/rc4.d/S06random
> Removing /etc/rc.d/rc4.d/S12dbus
> Removing /etc/rc.d/rc4.d/S18cups
> Removing /etc/rc.d/rc4.d/S24firewalld
> Removing /etc/rc.d/rc4.d/S30network
> Removing /etc/rc.d/rc4.d/S36networkmanager
> Removing /etc/rc.d/rc4.d/S42sshd
> Removing /etc/rc.d/rc4.d/S48avahi
> Removing /etc/rc.d/rc4.d/S54netfs
> Removing /etc/rc.d/rc4.d/S60fcron
> Removing /etc/rc.d/rc4.d/S66ntpd
> Removing /etc/rc.d/rc4.d/S72bluetooth
> Removing /etc/rc.d/rc4.d/S78php-fpm
> Removing /etc/rc.d/rc4.d/S84httpd
> Adding /etc/rc.d/rc4.d/S00sysklogd
> Adding /etc/rc.d/rc4.d/S06random
> Adding /etc/rc.d/rc4.d/S12dbus
> Adding /etc/rc.d/rc4.d/S18cups
> Adding /etc/rc.d/rc4.d/S24firewalld
> Adding /etc/rc.d/rc4.d/S30network
> Adding /etc/rc.d/rc4.d/S36networkmanager
> Adding /etc/rc.d/rc4.d/S42sshd
> Adding /etc/rc.d/rc4.d/S48avahi
> Adding /etc/rc.d/rc4.d/S54netfs
> Adding /etc/rc.d/rc4.d/S60fcron
> Adding /etc/rc.d/rc4.d/S66ntpd
> Adding /etc/rc.d/rc4.d/S72bluetooth
> Adding /etc/rc.d/rc4.d/S78php-fpm
> Adding /etc/rc.d/rc4.d/S84httpd
> Removing /etc/rc.d/rc4.d/K00gdm
> Adding /etc/rc.d/rc4.d/K00gdm
> Removing /etc/rc.d/rc5.d/S00sysklogd
> Removing /etc/rc.d/rc5.d/S06random
> Removing /etc/rc.d/rc5.d/S12dbus
> Removing /etc/rc.d/rc5.d/S18cups
> Removing /etc/rc.d/rc5.d/S24firewalld
> Removing /etc/rc.d/rc5.d/S30network
> Removing /etc/rc.d/rc5.d/S36networkmanager
> Removing /etc/rc.d/rc5.d/S42sshd
> Removing /etc/rc.d/rc5.d/S48avahi
> Removing /etc/rc.d/rc5.d/S54netfs
> Removing /etc/rc.d/rc5.d/S60fcron
> Removing /etc/rc.d/rc5.d/S66ntpd
> Removing /etc/rc.d/rc5.d/S72bluetooth
> Removing /etc/rc.d/rc5.d/S78php-fpm
> Removing /etc/rc.d/rc5.d/S84httpd
> Removing /etc/rc.d/rc5.d/S90gdm
> Adding /etc/rc.d/rc5.d/S00sysklogd
> Adding /etc/rc.d/rc5.d/S06random
> Adding /etc/rc.d/rc5.d/S12dbus
> Adding /etc/rc.d/rc5.d/S18cups
> Adding /etc/rc.d/rc5.d/S24firewalld
> Adding /etc/rc.d/rc5.d/S30network
> Adding /etc/rc.d/rc5.d/S36networkmanager
> Adding /etc/rc.d/rc5.d/S42sshd
> Adding /etc/rc.d/rc5.d/S48avahi
> Adding /etc/rc.d/rc5.d/S54netfs
> Adding /etc/rc.d/rc5.d/S60fcron
> Adding /etc/rc.d/rc5.d/S66ntpd
> Adding /etc/rc.d/rc5.d/S72bluetooth
> Adding /etc/rc.d/rc5.d/S78php-fpm
> Adding /etc/rc.d/rc5.d/S84httpd
> Adding /etc/rc.d/rc5.d/S90gdm
> Removing /etc/rc.d/rc6.d/S00reboot
> Adding /etc/rc.d/rc6.d/S00reboot
> Removing /etc/rc.d/rc6.d/K00gdm
> Removing /etc/rc.d/rc6.d/K05avahi
> Removing /etc/rc.d/rc6.d/K10fcron
> Removing /etc/rc.d/rc6.d/K15ntpd
> Removing /etc/rc.d/rc6.d/K20netfs
> Removing /etc/rc.d/rc6.d/K25httpd
> Removing /etc/rc.d/rc6.d/K30sshd
> Removing /etc/rc.d/rc6.d/K35php-fpm
> Removing /etc/rc.d/rc6.d/K40networkmanager
> Removing /etc/rc.d/rc6.d/K45network
> Removing /etc/rc.d/rc6.d/K50firewalld
> Removing /etc/rc.d/rc6.d/K55dbus
> Removing /etc/rc.d/rc6.d/K60random
> Removing /etc/rc.d/rc6.d/K65cups
> Removing /etc/rc.d/rc6.d/K70bluetooth
> Removing /etc/rc.d/rc6.d/K75sysklogd
> Removing /etc/rc.d/rc6.d/K80sendsignals
> Removing /etc/rc.d/rc6.d/K85swap
> Removing /etc/rc.d/rc6.d/K90mountfs
> Removing /etc/rc.d/rc6.d/K95localnet
> Adding /etc/rc.d/rc6.d/K00gdm
> Adding /etc/rc.d/rc6.d/K04avahi
> Adding /etc/rc.d/rc6.d/K08fcron
> Adding /etc/rc.d/rc6.d/K12ntpd
> Adding /etc/rc.d/rc6.d/K16netfs
> Adding /etc/rc.d/rc6.d/K20httpd
> Adding /etc/rc.d/rc6.d/K24sshd
> Adding /etc/rc.d/rc6.d/K28php-fpm
> Adding /etc/rc.d/rc6.d/K32networkmanager
> Adding /etc/rc.d/rc6.d/K36network
> Adding /etc/rc.d/rc6.d/K40firewalld
> Adding /etc/rc.d/rc6.d/K44dbus
> Adding /etc/rc.d/rc6.d/K48random
> Adding /etc/rc.d/rc6.d/K52cups
> Adding /etc/rc.d/rc6.d/K56bluetooth
> Adding /etc/rc.d/rc6.d/K60sysklogd
> Adding /etc/rc.d/rc6.d/K64sendsignals
> Adding /etc/rc.d/rc6.d/K68swap
> Adding /etc/rc.d/rc6.d/K72mountfs
> Adding /etc/rc.d/rc6.d/K76localnet
> Adding /etc/rc.d/rc6.d/K80rngd
> 
> I'll need to get a look at it with the latest scripts. A recent
> change might have shown a corner case. If it's not proprietary, can
> you send me a tarball of your /etc/rc.d/init.d?
> 
> --DJ
> 
> >  

Thank you for your reply..........

I am in the middle of overhauling my building scripts, so it will be a bit
before I can do that.  I hope to finish before the end of the week. 
I am following the lfs-9.0 book.
I am building a "stock" by the book system on Raspberry pi 4.

The little bit of testing I have done on a newer build went well. The
symlinks were renumbered by were in the correct order.  It also changes
some of the symlinks in the /etc/rc0.d and /etc/rc6.d from Kxx to Sxx.

Here is the result of just a lfs-9.0 with lfs-9.1 bootscripts.  Using
the lfs boot scripts from version 9.0 was a disaster as seen in my 
first post in this thread.  I used the remove_initd script followed by
the install_initd script.  They gave zero output when I ran them so I 
didn't see what they did.

I will try the rngd script and the others I have after I get my build
system in shape.  Maybe by mid week.  I will test and forward to you the
"custom" initd scripts when I can.

ls -Rl rc.d
rc.d:
total 36
drwxr-xr-x 2 root root 4096 Aug 15 21:11 init.d
drwxr-xr-x 2 root root 4096 Aug 15 21:11 rc0.d
drwxr-xr-x 2 root root 4096 Aug 15 21:11 rc1.d
drwxr-xr-x 2 root root 4096 Aug 15 21:11 rc2.d
drwxr-xr-x 2 root root 4096 Aug 15 21:11 rc3.d
drwxr-xr-x 2 root root 4096 Aug 15 21:11 rc4.d
drwxr-xr-x 2 root root 4096 Aug 15 21:11 rc5.d
drwxr-xr-x 2 root root 4096 Aug 15 21:11 rc6.d
drwxr-xr-x 2 root root 4096 Aug 15 21:26 rcS.d

rc.d/init.d:
total 84
-rwxr-xr-- 1 root root 4492 Aug 15 19:19 checkfs
-rwxr-xr-- 1 root root 3169 Aug 15 19:19 cleanfs
-rwxr-xr-- 1 root root 3439 Aug 15 19:19 console
-rwxr-xr-- 1 root root  813 Aug 15 19:19 halt
-rwxr-xr-- 1 root root 1639 Aug 15 19:19 localnet
-rwxr-xr-- 1 root root 2135 Aug 15 19:19 modules
-rwxr-xr-- 1 root root 2396 Aug 15 19:19 mountfs
-rwxr-xr-- 1 root root 1902 Aug 15 19:19 mountvirtfs
-rwxr-xr-- 1 root root 2140 Aug 15 19:19 network
-rwxr-xr-- 1 root root 6298 Aug 15 19:19 rc
-rwxr-xr-- 1 root root  900 Aug 15 19:19 reboot
-rwxr-xr-- 1 root root 1462 Aug 15 19:19 sendsignals
-rwxr-xr-- 1 root root 1400 Aug 15 19:19 setclock
-rwxr-xr-- 1 root root 1379 Aug 15 19:19 swap
-rwxr-xr-- 1 root root 1314 Aug 15 19:19 sysctl
-rwxr-xr-- 1 root root 1903 Aug 15 19:19 sysklogd
-rwxr-xr-- 1 root root  882 Aug 15 19:19 template
-rwxr-xr-- 1 root root 2247 Aug 15 19:19 udev
-rwxr-xr-- 1 root root 2085 Aug 15 19:19 udev_retry

rc.d/rc0.d:
total 0
lrwxrwxrwx 1 root root 17 Aug 15 21:11 K00network -> ../init.d/network
lrwxrwxrwx 1 root root 18 Aug 15 21:11 K16sysklogd -> ../init.d/sysklogd
lrwxrwxrwx 1 root root 21 Aug 15 21:11 K32sendsignals -> ../init.d/sendsignals
lrwxrwxrwx 1 root root 14 Aug 15 21:11 K48swap -> ../init.d/swap 
lrwxrwxrwx 1 root root 17 Aug 15 21:11 K64mountfs -> ../init.d/mountfs 
lrwxrwxrwx 1 root root 18 Aug 15 21:11 K80localnet -> ../init.d/localnet 
lrwxrwxrwx 1 root root 14 Aug 15 21:11 S00halt -> ../init.d/halt

rc.d/rc1.d:
total 0
lrwxrwxrwx 1 root root 17 Aug 15 21:11 K00network -> ../init.d/network
lrwxrwxrwx 1 root root 18 Aug 15 21:11 K50sysklogd -> ../init.d/sysklogd

rc.d/rc2.d:
total 0
lrwxrwxrwx 1 root root 17 Aug 15 21:11 K00network -> ../init.d/network
lrwxrwxrwx 1 root root 18 Aug 15 21:11 K50sysklogd -> ../init.d/sysklogd

rc.d/rc3.d:
total 0
lrwxrwxrwx 1 root root 18 Aug 15 21:11 S00sysklogd -> ../init.d/sysklogd
lrwxrwxrwx 1 root root 17 Aug 15 21:11 S50network -> ../init.d/network

rc.d/rc4.d:
total 0
lrwxrwxrwx 1 root root 18 Aug 15 21:11 S00sysklogd -> ../init.d/sysklogd
lrwxrwxrwx 1 root root 17 Aug 15 21:11 S50network -> ../init.d/network

rc.d/rc5.d:
total 0
lrwxrwxrwx 1 root root 18 Aug 15 21:11 S00sysklogd -> ../init.d/sysklogd
lrwxrwxrwx 1 root root 17 Aug 15 21:11 S50network -> ../init.d/network

rc.d/rc6.d:
total 0
lrwxrwxrwx 1 root root 17 Aug 15 21:11 K00network -> ../init.d/network
lrwxrwxrwx 1 root root 18 Aug 15 21:11 K16sysklogd -> ../init.d/sysklogd
lrwxrwxrwx 1 root root 21 Aug 15 21:11 K32sendsignals -> ../init.d/sendsignals 
lrwxrwxrwx 1 root root 14 Aug 15 21:11 K48swap -> ../init.d/swap 
lrwxrwxrwx 1 root root 17 Aug 15 21:11 K64mountfs -> ../init.d/mountfs
lrwxrwxrwx 1 root root 18 Aug 15 21:11 K80localnet -> ../init.d/localnet
lrwxrwxrwx 1 root root 16 Aug 15 21:11 S00reboot -> ../init.d/reboot

rc.d/rcS.d:
total 0
lrwxrwxrwx 1 root root 21 Aug 15 21:11 S00mountvirtfs -> ../init.d/mountvirtfs
lrwxrwxrwx 1 root root 17 Aug 15 21:11 S08modules -> ../init.d/modules
lrwxrwxrwx 1 root root 18 Aug 15 21:11 S16localnet -> ../init.d/localnet
lrwxrwxrwx 1 root root 14 Aug 15 21:11 S32udev -> ../init.d/udev 
lrwxrwxrwx 1 root root 17 Aug 15 21:11 S40checkfs -> ../init.d/checkfs 
lrwxrwxrwx 1 root root 14 Aug 15 21:11 S48swap -> ../init.d/swap 
lrwxrwxrwx 1 root root 17 Aug 15 21:11 S56mountfs -> ../init.d/mountfs 
lrwxrwxrwx 1 root root 17 Aug 15 21:11 S64cleanfs -> ../init.d/cleanfs 
lrwxrwxrwx 1 root root 20 Aug 15 21:11 S72udev_retry -> ../init.d/udev_retry 
lrwxrwxrwx 1 root root 17 Aug 15 21:11 S80console -> ../init.d/console 
lrwxrwxrwx 1 root root 16 Aug 15 21:11 S88sysctl -> ../init.d/sysctl

rpi@scott:~/Mass-storage/Home-Brew-Linux/WORK/Lfs/Overlay-WIP/etc $ 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to