class InetdConf(SimpleConfFile): (source)
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 |
Parse an inetd.conf file.
Implemented from the description in the Debian inetd.conf man page.