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): (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