YaST2 Developers Documentation: Configuration of inetd



functions
files
intro

Configuration of inetd

clients/inetd_auto.ycp
Client for autoinstallation
This is a client for autoinstallation. It takes its arguments, goes through the configuration and return the setting. Does not do any changes to the configuration. @param first a map of inet settings @return map edited settings or an empty map if canceled @example map mm = $[ "FAIL_DELAY" : "77" ]; @example map ret = WFM::CallModule ("inet_auto", [ mm ]);

Imports

  • Inetd
  • Mode

Includes

  • inetd/ui.ycp

YaST2 Developers Documentation