Configuration of inetd |
clients/inetd_auto.ycp |
Client for autoinstallation | |
|
|
This module has an unstable interface. |
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.
Imports
Includes
|
Info:
- Parameters:
-
first a map of inetd settings
- Return value:
-
edited settings or an empty map if canceled
- Example
-
map mm = $[ "FAIL_DELAY" : "77" ]; map ret = WFM::CallModule ("inetd_auto", [ mm ]);
Info:
Create a summary return string
Info:
Reset configuration return map or list
Info:
Change configuration return symbol (i.e. `finish || `accept || `next || `cancel || `abort)
Info:
Return list of needed packages return map or list
Info:
Return list of needed packages return map or list
Info:
Return configuration data return map or list
Info:
Return if configuration was changed return boolean
Info:
Set modified flag return boolean
Info:
Write configuration data return boolean
Info:
Import settings return boolean