diff options
| author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-27 18:00:51 +0000 | 
|---|---|---|
| committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-27 18:00:51 +0000 | 
| commit | 542947560c4bc8301917a4ab9e9a1f625da0b1af (patch) | |
| tree | 9e22de28140bf36be6f5ade378f3df1bcafd06c4 /hardinfo2 | |
| parent | f23c9625edeb51b0e39ee1a8fe98442060e69d4e (diff) | |
Applied patch from Peter Polonkai <polesz@nedudu.hu> to recognize Zenwalk distribution
Diffstat (limited to 'hardinfo2')
| -rw-r--r-- | hardinfo2/computer.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/hardinfo2/computer.h b/hardinfo2/computer.h index 81fe270c..a57eb023 100644 --- a/hardinfo2/computer.h +++ b/hardinfo2/computer.h @@ -33,6 +33,7 @@ static struct {      { DB_PREFIX "yellowdog-release",	"yd"   },      { DB_PREFIX "SuSE-release",		"suse" },      { DB_PREFIX "sun-release",		"sun"  }, +    { DB_PREFIX "zenwalk-version",	"zen"  },      /*       * RedHat must be the *last* one to be checked, since       * some distros (like Mandrake) includes a redhat-relase | 
