Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37721181
en ru br
ALT Linux repos
S:21.23-alt1.2
D:14.19-alt1
5.0: 14.19-alt1
4.1: 13.57-alt1

Group :: System/Kernel and hardware
RPM: hwinfo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: hwinfo-alt-no-hal.patch
Download


diff --git a/hwinfo/getsysinfo b/hwinfo/getsysinfo
index cae3d42..1141e7e 100755
--- a/hwinfo/getsysinfo
+++ b/hwinfo/getsysinfo
@@ -64,10 +64,10 @@ perl -nl -e 'print unless (split)[0] =~ /none|automount|:/' /proc/mounts >"$dir/
 echo -e "\n------  dmesg start  ------\n" >>"$dir/$host/var/log/boot.msg"
 dmesg >>"$dir/$host/var/log/boot.msg"
 
-if [ -x /usr/bin/lshal ] ; then
-  echo lshal
-  lshal >$dir/$host/lshal.txt 2>/dev/null
-fi
+#if [ -x /usr/bin/lshal ] ; then
+#  echo lshal
+#  lshal >$dir/$host/lshal.txt 2>/dev/null
+#fi
 
 file="$host.tar.gz"
 tar -C "$dir" -zcf "$dir/$file" "$host"
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin