diff options
author | Agney Lopes Roth Ferraz <agney@debian.org> | 2008-07-06 19:01:51 -0300 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:47 -0500 |
commit | 819c0c3382b06fc0f0a1679465966f811aa2e0f8 (patch) | |
tree | 018ab0ffc26b27ff90d9d5109e9f4c56bad27cd9 /config.h | |
parent | 9f0db75a5a27fd8083d6762fec2d0b8977fdc6ab (diff) |
Import Debian changes 0.4.2.3-5
hardinfo (0.4.2.3-5) unstable; urgency=low
* Fixed location on menu. (Closes: #487569)
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,11 +2,11 @@ #define __CONFIG_H__ #define VERSION "0.4.2.3" -#define LSPCI "/bin/lspci -v" +#define LSPCI "/usr/bin/lspci -v" #define ARCH_i386 #define ARCH "ARCH_i386" #define PLATFORM "Linux" -#define KERNEL "2.6.23-1-686" +#define KERNEL "2.6.24-1-686" #define HOSTNAME "comanche" #define PREFIX "/usr/share/hardinfo/" #define LIBPREFIX "/usr/lib/hardinfo/" |