Metadata-Version: 1.2
Name: LSB-Tools
Version: 0.6
Summary: A distribution agnostic set of LSB scripts.
Home-page: https://github.com/djlucas/LSB-Tools/
Author: DJ Lucas
Author-email: dj@linuxfromscratch.org
License: MIT
Description: 
        =================
            LSB Tools
        =================
        
        A distribution agnostic set of utilites for LSB compliance that includes the
        following utilities:
        
        /usr/lib/lsb/install_initd: a tool to activate systyem init scripts installed
                                    into the /etc/rc.d/init.d directory.
        
        /usr/lib/lsb/remove_initd:  a tool to deactivate system init scripts installed
                                    into the /etc/rc.d/init.d direcorty.
        
        /usr/bin/lsb_release:        a tool to determine distribution information and
                                    available LSB modules
        
        
        
Platform: linux
Requires-Python: >3.7
