+-------------------------------------------------------------------
+Wed Feb 05 10:50:25 CET 2014 - aschnell@suse.de
+
+- fixed execution of grub scripts
+- 0.2.1
+
-------------------------------------------------------------------
Wed Jan 29 11:09:45 CET 2014 - aschnell@suse.de
}
- SystemCmd::SystemCmd(bool log_output)
- : Combine_b(false), log_output(log_output)
-{
- y2mil("constructor SystemCmd");
- init();
-}
-
-
void SystemCmd::init()
{
File_aC[0] = File_aC[1] = NULL;
enum OutputStream { IDX_STDOUT, IDX_STDERR };
SystemCmd(const string& Command_Cv, bool log_output = true);
- SystemCmd(bool log_output = true);
virtual ~SystemCmd();