o
    G%@i                     @   s*   d dl mZmZmZ G dd deeZdS )    )PluginIndependentPlugin	PluginOptc                   @   s<   e Zd ZdZdZdZdZdZdZe	ddd	d
gZ
dd ZdS )
TftpServerzTFTP Server information
tftpserver)sysmgmtnetwork)tftp	tftpd-hpa)z/etc/xinetd.d/tftp)ztftp-serverr
   tftpbootFz"collect content from tftpboot path)defaultdescc                 C   s<   |  d g d}| j|dd | dr|  | d S d S )Nz/etc/default/tftp-hpa)z	/srv/tftpz	/tftpbootz/var/lib/tftpbootT)	recursiver   )add_copy_specadd_dir_listing
get_option)self	tftp_dirs r   ?/usr/lib/python3/dist-packages/sos/report/plugins/tftpserver.pysetup   s   

zTftpServer.setupN)__name__
__module____qualname__
short_descplugin_nameprofilesservicesfilespackagesr   option_listr   r   r   r   r   r      s    r   N)sos.report.pluginsr   r   r   r   r   r   r   r   <module>   s   
