Skip to content

Commit

Permalink
Merge remote branch 'dream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Looijmans committed Jan 26, 2011
2 parents cb9ee45 + ce38faa commit efbf70c
Show file tree
Hide file tree
Showing 6 changed files with 1,837 additions and 1,728 deletions.
1 change: 1 addition & 0 deletions main/bsod.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ void bsodFatal(const char *component)
xml.open("image");
xml.stringFromFile("dreamboxmodel", "/proc/stb/info/model");
xml.stringFromFile("kernelcmdline", "/proc/cmdline");
xml.stringFromFile("nimsockets", "/proc/bus/nim_sockets");
if (!getConfigBool("config.plugins.crashlogautosubmit.sendAnonCrashlog", true)) {
xml.cDataFromFile("dreamboxca", "/proc/stb/info/ca");
xml.cDataFromFile("enigma2settings", eEnv::resolve("${sysconfdir}/enigma2/settings"), ".password=");
Expand Down
Loading

0 comments on commit efbf70c

Please sign in to comment.