On 11/9/20 12:58 PM, Scott Andrews via blfs-support wrote:
I am working with the sysinit package and lsb-tools.........
in __init__.py line 96:
elif os.path.exists("/etc/rc.d./init.d"):
^^^^
should be
elif os.path.exists("/etc/rc.d/init.d"):
as path: /etc/rc.d./init.d does not exist
If DJ doesn't fix this in the next day or two, I'll add a sed to fix
this typo. In the meantime, you can use:
sed -i '96 s/d\./d/' lsbtools/__init__.py
-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page