Admin's Log, producing a summary of what YaST did to the system
List of Global Functions
CommitPopup - Prompt the user for a message to describe the changes that she did using YaST, logs it using @ref Note
Item - Log a change to the system from the system point of view. msg should include the file being changed, and what changes are made (TODO: with all detail? or summary?) Example "/etc/ntp.conf: added 'server ntp.example.org'"
Note - Log a change to the system from the human point of view. (It will appear slightly differently in the log) Example "get proper time from the corporate time server as requested in ticket bofh#327"
List of Global Variables
Prompt the user for a message to describe the changes that she did using YaST, logs it using @ref Note
Return value
void
Log a change to the system from the system point of view. msg should include the file being changed, and what changes are made (TODO: with all detail? or summary?) Example "/etc/ntp.conf: added 'server ntp.example.org'"
Function parameters
string msg
Return value
void