class documentation

Configuration parser for a traditional UNIX inetd(8)

Method __init__ Undocumented
Method parseFields Parse an inetd.conf file.
Class Variable defaultFilename Undocumented
Instance Variable knownServices Undocumented
Instance Variable services Undocumented

Inherited from SimpleConfFile:

Method parseFile Parse a configuration file
Method parseLine Override this.
Class Variable commentChar Undocumented
def __init__(self, knownServices=None):

Undocumented

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

Parse an inetd.conf file.

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

defaultFilename: str =
knownServices =

Undocumented

services: list =

Undocumented