Data for configuration of AutoOnlineUpdate, input and output functions.
List of Global Functions
AutoPackages - Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.
Export - Dump the AutoOnlineUpdate settings to a single map (For use by autoinstallation.)
GetModified - Functions which returns if the settings were modified
Import - Get all AutoOnlineUpdate settings from the first parameter (For use by autoinstallation.)
InstallUpdater - Check if update application (zypper/rug) is installed and install it if it is not
Read - Read all AutoOnlineUpdate settings
SetModified - Function sets internal variable, which indicates, that any settings were modified, to "true"
Summary - Create a textual summary and a list of unconfigured cards
Write - Write all AutoOnlineUpdate settings
List of Global Variables
autoget - Only get patches
cronfile - Location of the cron file
enabled - Auto update enabled
hour - time of execution (hour)
minute - time of execution (minute)
options - online_update options
random_time - Random time for autoyast to prevent DOS
skipPre - Skip patches with pre-install information
timing - Timing of automated updates: daily, weekly
write_only - Write only, used during autoinstallation. Don't run services and SuSEconfig, it's all done at one place.
Return packages needed to be installed and removed during Autoinstallation to insure module has all needed software installed.
Return value
map - with 2 lists.
Dump the AutoOnlineUpdate settings to a single map (For use by autoinstallation.)
Return value
map - Dumped settings (later acceptable by Import ())
Functions which returns if the settings were modified
Return value
boolean - settings were modified
Get all AutoOnlineUpdate settings from the first parameter (For use by autoinstallation.)
Function parameters
map settings
Return value
boolean - True on success
Check if update application (zypper/rug) is installed and install it if it is not
Return value
boolean - false if application was not installed
Function sets internal variable, which indicates, that any settings were modified, to "true"
Return value
void
Create a textual summary and a list of unconfigured cards
Return value
string - summary of the current configuration