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