Configuration of novell-client |
modules/NovellClient.ycp |
| NovellClient settings, input and output functions | |
|
|
|
This module has an unstable interface. |
Representation of the configuration of novell-client.
Input and output routines.
Imports
Global VariablesGlobal Functions
Local Functions |
Prototypes
Data was modified?
Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.
Abort function return boolean return true if abort
Abort function
- Return value:
-
return true if abort
Data was modified?
- Return value:
-
true if modified
Read all novell-client settings
- Return value:
-
true on success
Write all novell-client settings
- Return value:
-
true on success
Get all novell-client settings from the first parameter (For use by autoinstallation.)
- Parameters:
-
settings The YCP structure to be imported.
- Return value:
-
True on success
Dump the novell-client settings to a single map (For use by autoinstallation.)
- Return value:
-
Dumped settings (later acceptable by Import ())
Create a textual summary and a list of unconfigured cards
- Return value:
-
summary of the current configuration
Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.
- Return value:
-
with 2 lists.
There is a problem with the ini agent reading an slp.conf file that has the following format: ;net.slp.useScopes net.slp.useScopes = myScope
To avoid the problem, this function will pre-process the slp.conf file, looking for multiple occurrances of the keys that we use and check to see if the above mentioned format exists. If it does, it will replace the ; with a #
- Return value:
-
true on success