On 11/9/20 8:47 PM, Scott Andrews via blfs-support wrote:
LSB-Tools will fails to create symlinks properly in the following layout
mv /etc/rc.d/init.d /etc

layout as follows

/etc/init.d

/etc/rc.d/
rc0.d  rc1.d  rc2.d  rc3.d  rc4.d  rc5.d  rc6.d  rcS.d


The design of the layout is:

$ ls -l /etc/init.d
lrwxrwxrwx 1 root root 11 Feb 22  2020 /etc/init.d -> rc.d/init.d

$ ls -l //etc/rc.d
total 36
drwxr-xr-x 2 root root 4096 Feb 23  2020 init.d
drwxr-xr-x 2 root root 4096 Feb 23  2020 rc0.d
drwxr-xr-x 2 root root 4096 Feb 23  2020 rc1.d
drwxr-xr-x 2 root root 4096 Feb 23  2020 rc2.d
drwxr-xr-x 2 root root 4096 Feb 23  2020 rc3.d
drwxr-xr-x 2 root root 4096 Feb 23  2020 rc4.d
drwxr-xr-x 2 root root 4096 Feb 23  2020 rc5.d
drwxr-xr-x 2 root root 4096 Feb 23  2020 rc6.d
drwxr-xr-x 2 root root 4096 Feb 22  2020 rcS.d

LSB tools assumes this layout.

It is has been built into the lfs-bootscripts install procedure since 2011.

  -- Bruce
--
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