class documentation

class InetdConf(SimpleConfFile): (source)

View In Hierarchy

Configuration parser for a traditional UNIX inetd(8)
Method __init__ Undocumented
Method parse​Fields Parse an inetd.conf file.
Class Variable default​Filename Undocumented
Instance Variable known​Services Undocumented
Instance Variable services Undocumented

Inherited from SimpleConfFile:

Method parse​File Parse a configuration file
Method parse​Line Override this.
Class Variable comment​Char Undocumented
def __init__(self, knownServices=None): (source)

Undocumented

def parseFields(self, serviceName, socketType, protocol, wait, user, program, *programArgs): (source)

Parse an inetd.conf file.

Implemented from the description in the Debian inetd.conf man page.

knownServices = (source)

Undocumented

services: list = (source)

Undocumented