YaST2 Developers Documentation: Configuration of inetd



functions
files
intro

Configuration of inetd

clients/inetd_write.ycp
Writing only client
This is a write-only client. It takes its arguments and just write the settings. @param first a map of inet settings @return boolean success of operation @example map mm = $[ "FAIL_DELAY" : "77" ]; @example any ret = WFM::CallModule ("inet_write", [ mm ]);

Imports

  • Inetd
  • Progress

YaST2 Developers Documentation