diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-28 12:09:43 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-28 12:09:43 -0800 |
commit | fb828c7cf89d964482f1812eec0acd33708b8e0c (patch) | |
tree | 6e305d38851c21f2faebc2f57e7bbda3ba2a003a /Makefile.am | |
parent | c9d801042d0749c921c7c0f3232df796034889e3 (diff) | |
download | vyatta-op-fb828c7cf89d964482f1812eec0acd33708b8e0c.tar.gz vyatta-op-fb828c7cf89d964482f1812eec0acd33708b8e0c.zip |
use sysfs rather dmidecode to look at hardware information
Bugfix: 2896
dmidecode requires sudo access, but using /sys/class/dmi/id/*
does not.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 78096a6..2333bb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ bin_SCRIPTS += scripts/vyatta-show-log-all bin_SCRIPTS += scripts/vyatta-show-log-file bin_SCRIPTS += scripts/vyatta-show-dmesg bin_SCRIPTS += scripts/vyatta-show-dmesg-all +bin_SCRIPTS += scripts/vyatta-show-dmi bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl |