U
    -_g+                     @   s&   d dl mZmZ G dd deeZdS )    )PluginIndependentPluginc                   @   s(   e Zd ZdZdZdZdZdZdd ZdS )	
TftpServerzTFTP Server informationZ
tftpserver)ZsysmgmtZnetwork)z/etc/xinetd.d/tftp)ztftp-serverc                 C   s   | j ddgdd d S )Nz	/tftpbootz/sr/tftpT)	recursive)Zadd_dir_listing)self r   ?/usr/lib/python3/dist-packages/sos/report/plugins/tftpserver.pysetup   s    zTftpServer.setupN)	__name__
__module____qualname__Z
short_descZplugin_nameZprofilesfilesZpackagesr	   r   r   r   r   r      s   r   N)Zsos.report.pluginsr   r   r   r   r   r   r   <module>   s   