diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-06-18 21:42:08 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2008-06-18 21:42:08 +0000 |
commit | 327cc93e5615ee19073dcc8f049fed2349307da7 (patch) | |
tree | e8c2aedc228992e6d1ef6099fb6879d8049446bb | |
parent | 09f341be84ca2ab580345af6922a983ea57d4c2b (diff) |
Add Foresight Linux identification; patch by Ken VanDine
-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 a56e7ddc..b4715641 100644 --- a/hardinfo2/computer.h +++ b/hardinfo2/computer.h @@ -42,6 +42,7 @@ static struct { { DB_PREFIX "sun-release", "sun" }, { DB_PREFIX "zenwalk-version", "zen" }, { DB_PREFIX "puppyversion", "ppy" }, + { DB_PREFIX "distro-release", "fl" }, /* * RedHat must be the *last* one to be checked, since * some distros (like Mandrake) includes a redhat-relase |